1. 14 Feb, 2017 1 commit
  2. 13 Feb, 2017 1 commit
  3. 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
  4. 08 Feb, 2017 1 commit
  5. 06 Feb, 2017 1 commit
  6. 03 Feb, 2017 1 commit
  7. 02 Feb, 2017 1 commit
  8. 01 Feb, 2017 3 commits
  9. 31 Jan, 2017 1 commit
  10. 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
  11. 11 Jan, 2017 1 commit
  12. 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
  13. 16 Dec, 2016 1 commit
  14. 14 Dec, 2016 2 commits
  15. 13 Dec, 2016 2 commits
  16. 07 Dec, 2016 2 commits
  17. 10 Oct, 2016 1 commit
  18. 05 Oct, 2016 1 commit
  19. 04 Oct, 2016 1 commit
  20. 28 Sep, 2016 2 commits
  21. 27 Sep, 2016 1 commit
  22. 14 Sep, 2016 1 commit
  23. 13 Sep, 2016 3 commits
  24. 06 Sep, 2016 1 commit
  25. 01 Sep, 2016 1 commit
  26. 29 Aug, 2016 1 commit
  27. 25 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(*): add 'helm list --all' and related flags · 1be28d6f
      Matt Butcher authored
      This adds support for the following 'helm list' flags:
      
      - all: show all release types
      - deleted: show deleted releases
      - deployed: show deployed releases
      - failed: show failed releases
      
      These flags can be toggled. Only '--deployed' is turned on by default.
      
      On the server side, Tiller's list function can now filter based on a
      slice of release.Status_Code filters. While the client only supports a
      subset, the server supports all known release.Status_Code types.
      
      Closes #973
      1be28d6f
  28. 22 Aug, 2016 1 commit
  29. 18 Aug, 2016 1 commit
  30. 10 Aug, 2016 2 commits
  31. 09 Aug, 2016 1 commit