1. 05 Dec, 2016 11 commits
  2. 03 Dec, 2016 4 commits
    • Matt Butcher's avatar
      fix(helm): give different error if key is not private · 58dcef86
      Matt Butcher authored
      Previously, a "not found" error was returned if a key exists, but is not
      a private key. Updated the error to better indicate the case.
      58dcef86
    • Matt Butcher's avatar
      Merge pull request #1621 from technosophos/fix/tests-for-plugins · aec6c507
      Matt Butcher authored
      fi(helm): add more tests for plugins
      aec6c507
    • Matt Butcher's avatar
      fix(helm): fix broken --values flag · cba094f3
      Matt Butcher authored
      This fixes the 'helm upgrade --values', which I broke when fixing
      '--set'.
      
      Closes #1631
      cba094f3
    • Matt Butcher's avatar
      fix(tiller): fix spurious "no release found" errors. · a5d96c27
      Matt Butcher authored
      There are some places where releases are only located if they are in the
      state DEPLOYED. That particular logic was incorrectly used for upgrades.
      That caused #1566. While fixing that issue, I found that this was also
      the root cause of #1587 (though because it was off by one). I added a
      generic method to get the last release, regardless of its status.
      
      This allows some behaviors that previously failed:
      
      - 'helm upgrade' can now be performed on a DELETED release
      - 'helm rollback' can now be performed on a DELETED release even if
        there is only one revision of that release history.
      
      Closes #1566
      Closes #1587
      a5d96c27
  3. 02 Dec, 2016 4 commits
  4. 01 Dec, 2016 21 commits