1. 03 Oct, 2017 1 commit
  2. 01 Oct, 2017 1 commit
  3. 26 Sep, 2017 2 commits
  4. 19 Sep, 2017 1 commit
  5. 18 Sep, 2017 1 commit
  6. 13 Sep, 2017 1 commit
  7. 11 Sep, 2017 1 commit
  8. 08 Sep, 2017 1 commit
  9. 02 Sep, 2017 1 commit
  10. 01 Sep, 2017 1 commit
  11. 30 Aug, 2017 1 commit
  12. 29 Aug, 2017 1 commit
  13. 28 Aug, 2017 1 commit
  14. 27 Aug, 2017 1 commit
  15. 24 Aug, 2017 1 commit
    • DockerZK's avatar
      feat(*) add key helm.sh/hook-delete-policy to hook annotation · 734b1245
      DockerZK authored
      When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
      
      Closes #1769
      734b1245
  16. 17 Aug, 2017 1 commit
  17. 15 Aug, 2017 1 commit
  18. 10 Aug, 2017 1 commit
    • Matt Butcher's avatar
      feat(tiller): limit number of versions stored per release · 0853f490
      Matt Butcher authored
      This adds a new configuration option to Tiller to limit the number of
      records stored per release.
      
      Tiller stores historical release information (helm history, helm
      rollback). This makes it possible to set a maximum number of versions
      per release.
      
      To enable this feature, use `helm init --history-max NNN`. Note that
      because of the restrictions on Deployment objects, you will have to
      re-install Tiller to add a limit.
      
      Along the way, I found an unreported bug in the Memory storage driver.
      This fixes that bug and adds substantially more tests to catch
      regressions.
      
      Closes #2332
      0853f490
  19. 09 Aug, 2017 1 commit
  20. 07 Aug, 2017 1 commit
  21. 06 Aug, 2017 2 commits
  22. 03 Aug, 2017 2 commits
  23. 02 Aug, 2017 1 commit
  24. 01 Aug, 2017 1 commit
  25. 24 Jul, 2017 1 commit
  26. 16 Jul, 2017 1 commit
  27. 12 Jul, 2017 2 commits
  28. 10 Jul, 2017 1 commit
  29. 07 Jul, 2017 1 commit
  30. 28 Jun, 2017 4 commits
  31. 27 Jun, 2017 2 commits
    • Santiago Suarez Ordoñez's avatar
      charts.md updates · 731df0a1
      Santiago Suarez Ordoñez authored
      Updating docs to prioritize `requirements.yaml` over `charts/` directory.
      
      As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
      731df0a1
    • Justin Scott's avatar
      Capitalize 'helm' text that was missed. · 37e5f76f
      Justin Scott authored
      37e5f76f
  32. 26 Jun, 2017 1 commit