1. 12 Apr, 2017 1 commit
  2. 11 Apr, 2017 2 commits
  3. 10 Apr, 2017 1 commit
  4. 07 Apr, 2017 1 commit
  5. 06 Apr, 2017 3 commits
    • Matt Butcher's avatar
      feat(tiller): support version constraint on chart · e4e0e320
      Matt Butcher authored
      This provides the Chart.yaml field `tillerVersion`, which is a semver
      range. It allows users to choose to constrain a chart to a specific
      version.
      
      The reason for this is that we keep introducing new template functions,
      but we have no way of saying "this chart will only work with Tiller
      newer than...".
      
      The check on version is _only_ done on Tiller. The client does not check
      at all, since it does not do any template expansion on its own.
      Unverified
      e4e0e320
    • Adam Reese's avatar
      chore(*): bump to v2.3.0 · d83c245f
      Adam Reese authored
      v2.3.0
      d83c245f
    • 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
  6. 04 Apr, 2017 4 commits
  7. 03 Apr, 2017 4 commits
  8. 02 Apr, 2017 1 commit
  9. 31 Mar, 2017 9 commits
  10. 30 Mar, 2017 2 commits
    • Sushil Kumar's avatar
      Fixes TestInstallRelease_VerifyOptions & TestUpdateRelease_VerifyOptions · a484d00e
      Sushil Kumar authored
      Following tests were failing unnoticed
      - [ ] TestUpdateRelease_VerifyOptions
      - [ ] TestUpdateRelease_VerifyOptions
      
      Fixed those tests for the reason of failure.
      Also added error checking to rest of the tests in same test-file,
      so that new failures do not un-noticed.
      a484d00e
    • Steven E. Harris's avatar
      Add more object kinds to sorted installation order · 4178ec08
      Steven E. Harris authored
      The following kinds are newly addressed:
      
        CronJob
        LimitRange
        ReplicaSet
        ResourceQuota
        StatefulSet
      
      Furthermore, adjust the installation and uninstallation order to
      better respect likely dependencies. Bare pods remain a difficult one
      to place properly in both sequences.
      4178ec08
  11. 29 Mar, 2017 2 commits
  12. 28 Mar, 2017 5 commits
  13. 27 Mar, 2017 1 commit
  14. 26 Mar, 2017 2 commits
  15. 25 Mar, 2017 2 commits