1. 13 Jul, 2017 1 commit
  2. 12 Jul, 2017 1 commit
  3. 26 May, 2017 1 commit
  4. 16 May, 2017 1 commit
  5. 05 May, 2017 4 commits
  6. 06 Apr, 2017 1 commit
    • 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
  7. 04 Apr, 2017 1 commit
  8. 03 Apr, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 07 Mar, 2017 1 commit
  11. 14 Feb, 2017 1 commit
  12. 13 Feb, 2017 1 commit
  13. 11 Feb, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): add conditions and tags · 8ef733ca
      Justin Scott authored
      This feature adds the ability to selectively control the loading of charts using entries in top chart's values.
      When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition.
      When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled.
      
      Closes #1837
      8ef733ca
  14. 08 Feb, 2017 1 commit
  15. 06 Feb, 2017 1 commit
  16. 03 Feb, 2017 1 commit
  17. 02 Feb, 2017 1 commit
  18. 01 Feb, 2017 3 commits
  19. 31 Jan, 2017 1 commit
  20. 20 Jan, 2017 1 commit
    • Taylor Thomas's avatar
      feat(*): Add --wait flag · 7ef9bb6f
      Taylor Thomas authored
      Adds `--wait` flag to helm that waits for all pods to reach a ready
      state, PVCs to be bound, and services to have IP addresses
      
      Closes #1805
      7ef9bb6f
  21. 11 Jan, 2017 1 commit
  22. 19 Dec, 2016 1 commit
    • Taylor Thomas's avatar
      feat(*): Adds support for timeout flag · 774789c7
      Taylor Thomas authored
      Installs, rollback, upgrade, and delete now accept a `--timeout` flag
      that allows the user to specify the maximum number of seconds that
      any kubernetes command can take.
      
      Closes #1678
      774789c7
  23. 16 Dec, 2016 1 commit
  24. 14 Dec, 2016 2 commits
  25. 13 Dec, 2016 2 commits
  26. 07 Dec, 2016 2 commits
  27. 10 Oct, 2016 1 commit
  28. 05 Oct, 2016 1 commit
  29. 04 Oct, 2016 1 commit
  30. 28 Sep, 2016 2 commits
  31. 27 Sep, 2016 1 commit