1. 03 May, 2017 1 commit
  2. 02 May, 2017 1 commit
  3. 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
      46035c35
  4. 27 Apr, 2017 1 commit
  5. 20 Apr, 2017 1 commit
  6. 13 Apr, 2017 1 commit
  7. 11 Apr, 2017 1 commit
  8. 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
  9. 03 Apr, 2017 1 commit
  10. 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
  11. 15 Mar, 2017 1 commit
  12. 01 Mar, 2017 2 commits
  13. 23 Feb, 2017 1 commit
  14. 16 Feb, 2017 1 commit
  15. 10 Feb, 2017 2 commits
  16. 21 Dec, 2016 1 commit
  17. 13 Dec, 2016 6 commits
  18. 02 Dec, 2016 1 commit
  19. 01 Dec, 2016 1 commit
  20. 29 Nov, 2016 2 commits
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      aca9f86d
    • Matt Farina's avatar
      fix(semver): range handling includes prerelease when it should not · 51ecadae
      Matt Farina authored
      A bug in the semver package caused prereleases to be included in
      version ranges by default. Prereleases, per the spec, are not
      expected to be API compatible with the releases themselves.
      
      The semver package now ignores prereleases when evaluating
      constraints when the constraint does not contain a prerelease. If
      the constraint contains a prerelease they are evaluated.
      51ecadae
  21. 23 Nov, 2016 1 commit
  22. 18 Nov, 2016 1 commit
  23. 13 Oct, 2016 1 commit
  24. 11 Oct, 2016 1 commit
  25. 10 Oct, 2016 1 commit
  26. 05 Oct, 2016 1 commit
  27. 04 Oct, 2016 1 commit
  28. 27 Sep, 2016 1 commit
  29. 26 Sep, 2016 1 commit
  30. 23 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(pkg/provenance): add OpenPGP signatures · ce83a8a7
      Matt Butcher authored
      This adds support for OpenPGP signatures containing provenance data.
      Such information can be used to verify the integrity of a Chart by
      testing that its file hash, metadata, and images are correct.
      
      This first PR does not contain all of the tooling necessary for
      end-to-end chart integrity. It contains just the library.
      
      See #983
      ce83a8a7
  31. 19 Aug, 2016 1 commit
  32. 16 Aug, 2016 1 commit