1. 17 Apr, 2018 1 commit
  2. 16 Apr, 2018 2 commits
  3. 13 Apr, 2018 3 commits
  4. 12 Apr, 2018 4 commits
  5. 11 Apr, 2018 1 commit
  6. 09 Apr, 2018 1 commit
  7. 07 Apr, 2018 1 commit
  8. 06 Apr, 2018 2 commits
  9. 05 Apr, 2018 3 commits
    • Erik Sundell's avatar
      Updated tests for PR #3837 · 05a1f7f4
      Erik Sundell authored
      05a1f7f4
    • Erik Sundell's avatar
      toYaml - Fixes #3470 - trailing \n issue · 6cdf6cee
      Erik Sundell authored
      `toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
      6cdf6cee
    • Erik Sundell's avatar
      toYaml - Fixes #3410 - trailing \n issue · 35132d14
      Erik Sundell authored
      `toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
      35132d14
  10. 04 Apr, 2018 3 commits
    • Michelle Noorali's avatar
      e02802ba
    • Michelle Noorali's avatar
      fix(pkg/tiller): reuseValues combines all prev val · 9266731d
      Michelle Noorali authored
      Resolves #3655
      We were seeing that when running helm upgrade with the reuse-values
      flag enabled that you could end up in the position where overrides
      a.k.a computed values from previous revisions were not being saved on
      the updated revision. This left us in a weird position where some
      computed values would disappear mysteriously in the abyss. That
      happened because computed values from previous revisions weren't merged
      with the new computed values every time the reuse-values flag was used.
      This PR merges computed values from the previous revisions so you don't
      end up in that kind of conundrum.
      9266731d
    • Stuart Leeks's avatar
      Switch flag to update existing record · bac4f45f
      Stuart Leeks authored
      bac4f45f
  11. 03 Apr, 2018 2 commits
  12. 02 Apr, 2018 1 commit
  13. 28 Mar, 2018 1 commit
  14. 27 Mar, 2018 2 commits
  15. 21 Mar, 2018 1 commit
    • Alexey igrychev's avatar
      Implement before-hook-creation delete policy · 1d4883bf
      Alexey igrychev authored
      Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).
      
      New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
      1d4883bf
  16. 20 Mar, 2018 2 commits
  17. 19 Mar, 2018 1 commit
  18. 13 Mar, 2018 1 commit
  19. 12 Mar, 2018 1 commit
    • Matthew Fisher's avatar
      add back the default 5 second connection timeout · 3014b927
      Matthew Fisher authored
      When Helm v2.8.2 was released, we made a change to the default connection timeout by supplying a value passed from pkg/helm/environment. This broke support for third party clients relying on pkg/helm because now the default connection timeout is zero. Adding a default 5 second timeout back retains old behaviour, while not breaking backwards compatibility because the connection timeout can still be configured.
      Unverified
      3014b927
  20. 09 Mar, 2018 3 commits
  21. 08 Mar, 2018 4 commits