1. 14 Nov, 2017 1 commit
  2. 11 Oct, 2017 1 commit
  3. 10 Oct, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): Add --node-selectors and --output flags to helm init · 16c579f3
      Justin Scott authored
      This feature enables users to specify more control over where Tiller pod
      lands by allowing "node-selectors" to be specified. Alternatively, the
      "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
      
      Closes #2299
      16c579f3
  4. 09 Oct, 2017 1 commit
  5. 06 Oct, 2017 1 commit
    • Matt Farina's avatar
      fix(semver): fixed edge cases that do not match prerelease · b27b11a2
      Matt Farina authored
      >0.0.0-a does not match pre-releases on 0.0.0 that start with a
      capital letter or number. This has to do with the ordering of
      code points. Numbers and capital letters come before lowercase
      letters.
      
      >0.0.0-0 should match all valid pre-releases on 0.0.0. According
      to the spec, "Numeric identifiers MUST NOT include leading zeroes."
      A 0 is also the lowest code point for all the allowed characters
      in a pre-release
      Unverified
      b27b11a2
  6. 26 Sep, 2017 3 commits
  7. 12 Sep, 2017 1 commit
  8. 11 Sep, 2017 2 commits
  9. 08 Sep, 2017 1 commit
  10. 06 Sep, 2017 1 commit
  11. 29 Aug, 2017 1 commit
  12. 28 Aug, 2017 1 commit
    • xuhaigang's avatar
      feat(helm):Allow remote values.yaml with -f · c77a90a2
      xuhaigang authored
      In this feature, we can use -f option with remote files, same as kubectl
      accepts URLs. I add an option to send a 'get' request when read the local
      file failed.
      
      Closes #2642
      c77a90a2
  13. 17 Aug, 2017 1 commit
  14. 16 Aug, 2017 1 commit
  15. 15 Aug, 2017 1 commit
  16. 10 Aug, 2017 2 commits
    • 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
      Unverified
      0853f490
    • Maciej Kwiek's avatar
      Delete old deps after chart deps are updated · 9c4bb146
      Maciej Kwiek authored
      This change changes the order of operations in
      pkg/downloader.Manager.downloadAll
      
      Old charts are moved to tmp directory which is restored in case any
      dependency update fails. Otherwise tmp dir is deleted.
      9c4bb146
  17. 04 Aug, 2017 2 commits
  18. 01 Aug, 2017 1 commit
  19. 14 Jul, 2017 2 commits
  20. 13 Jul, 2017 1 commit
  21. 12 Jul, 2017 2 commits
  22. 11 Jul, 2017 4 commits
  23. 10 Jul, 2017 1 commit
  24. 29 Jun, 2017 1 commit
  25. 27 Jun, 2017 1 commit
  26. 26 Jun, 2017 2 commits
  27. 22 Jun, 2017 1 commit
  28. 19 Jun, 2017 2 commits