1. 04 Oct, 2016 2 commits
  2. 03 Oct, 2016 1 commit
  3. 29 Sep, 2016 1 commit
  4. 28 Sep, 2016 2 commits
  5. 27 Sep, 2016 5 commits
  6. 26 Sep, 2016 2 commits
  7. 23 Sep, 2016 4 commits
  8. 19 Sep, 2016 4 commits
  9. 15 Sep, 2016 1 commit
  10. 14 Sep, 2016 2 commits
  11. 13 Sep, 2016 2 commits
  12. 12 Sep, 2016 6 commits
  13. 11 Sep, 2016 1 commit
  14. 08 Sep, 2016 3 commits
  15. 07 Sep, 2016 1 commit
  16. 03 Sep, 2016 1 commit
  17. 02 Sep, 2016 2 commits
    • Matt Butcher's avatar
      fix(helm): removed debug output · 1b3418d9
      Matt Butcher authored
      Also fixed a bug where a `--dry-run` will result in an error because
      of the recently added status support.
      
      There are several other output inconsistencies that I noticed and filed
      as issue #1135.
      
      Closes #1130
      1b3418d9
    • Nic Roland's avatar
      fix(tiller): Install --replace will result in an upgrade · c180c4a2
      Nic Roland authored
      If a release has been deleted, `install --replace` will work but the release
      status will still be "deleted". This means that subsequest attempts to
      change the release will fail. Upgrading the release instead will prevent
      such zombie releases.
      
      Closes #1131
      c180c4a2