1. 13 Apr, 2017 1 commit
  2. 11 Apr, 2017 1 commit
  3. 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
  4. 03 Apr, 2017 1 commit
  5. 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
  6. 15 Mar, 2017 1 commit
  7. 01 Mar, 2017 2 commits
  8. 23 Feb, 2017 1 commit
  9. 16 Feb, 2017 1 commit
  10. 10 Feb, 2017 2 commits
  11. 21 Dec, 2016 1 commit
  12. 13 Dec, 2016 6 commits
  13. 02 Dec, 2016 1 commit
  14. 01 Dec, 2016 1 commit
  15. 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.
      Unverified
      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.
      Unverified
      51ecadae
  16. 23 Nov, 2016 1 commit
  17. 18 Nov, 2016 1 commit
  18. 13 Oct, 2016 1 commit
  19. 11 Oct, 2016 1 commit
  20. 10 Oct, 2016 1 commit
  21. 05 Oct, 2016 1 commit
  22. 04 Oct, 2016 1 commit
  23. 27 Sep, 2016 1 commit
  24. 26 Sep, 2016 1 commit
  25. 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
  26. 19 Aug, 2016 1 commit
  27. 16 Aug, 2016 1 commit
  28. 12 Aug, 2016 1 commit
  29. 10 Aug, 2016 1 commit
  30. 31 Jul, 2016 1 commit
  31. 06 Jul, 2016 1 commit
  32. 26 Jun, 2016 1 commit