1. 03 Apr, 2018 1 commit
  2. 27 Mar, 2018 1 commit
  3. 08 Mar, 2018 1 commit
    • Matthew Fisher's avatar
      fix protoc · 250d25fd
      Matthew Fisher authored
      k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
      250d25fd
  4. 02 Feb, 2018 1 commit
  5. 05 Jan, 2018 1 commit
  6. 01 Dec, 2017 1 commit
  7. 22 Nov, 2017 1 commit
  8. 27 Oct, 2017 1 commit
  9. 12 Oct, 2017 1 commit
  10. 11 Oct, 2017 1 commit
  11. 26 Sep, 2017 4 commits
  12. 18 Sep, 2017 1 commit
  13. 10 Jul, 2017 1 commit
  14. 07 Jul, 2017 1 commit
  15. 17 May, 2017 2 commits
  16. 16 May, 2017 1 commit
    • Raphael Badin's avatar
      Write repo file using atomicfile · 965cb7fd
      Raphael Badin authored
      This prevents clients from seeing half-written files because
      on POSIX systems renaming a file is an atomic operation.
      
      Drive-by: Add test for repo file permission.
      965cb7fd
  17. 12 May, 2017 1 commit
  18. 03 May, 2017 1 commit
  19. 02 May, 2017 2 commits
  20. 01 May, 2017 1 commit
    • Matt Butcher's avatar
      fix(tiller): fix TOML panic · 46035c35
      Matt Butcher authored
      This fixes a TOML panic by replacing one parser library with another.
      The older library did not gracefully handle reflection issues, and so
      was prone to panic. The new one is not great, but it doesn't seem to
      panic.
      
      Closes #2271
      Unverified
      46035c35
  21. 27 Apr, 2017 1 commit
  22. 20 Apr, 2017 1 commit
  23. 13 Apr, 2017 1 commit
  24. 11 Apr, 2017 1 commit
  25. 06 Apr, 2017 1 commit
    • Adam Reese's avatar
      feat(helm): add plugin management commands · 51b8d8a6
      Adam Reese authored
      Add plugin management subcommands for installing and removing plugins
      to `$HELM_HOST/plugins`.
      
      Install accepts a vcs url or a local directory.
      
      ```
      $ helm plugin install http://github.com/adamreese/helm-env
      Installed plugin: env
      
      $ helm plugin list
      NAME    	VERSION	DESCRIPTION
      env     	0.1.0  	Print out the helm environment.
      
      $ helm plugin remove env
      Removed plugin: env
      ```
      
      closes #1977
      51b8d8a6
  26. 03 Apr, 2017 1 commit
  27. 20 Mar, 2017 1 commit
    • Matthew Fisher's avatar
      run glide up · d2af4008
      Matthew Fisher authored
      A few bugs were fixed in ghodss/yaml since the last update.
      d2af4008
  28. 15 Mar, 2017 1 commit
  29. 01 Mar, 2017 2 commits
  30. 23 Feb, 2017 1 commit
  31. 16 Feb, 2017 1 commit
  32. 10 Feb, 2017 2 commits
  33. 21 Dec, 2016 1 commit