1. 20 Dec, 2016 1 commit
  2. 19 Dec, 2016 1 commit
    • Taylor Thomas's avatar
      fix(*): Fixes protobuf name · b18f7f75
      Taylor Thomas authored
      The generated version of the protobuf did not match the `.proto` file.
      This caused issues when a new protobuf change was added
      b18f7f75
  3. 16 Dec, 2016 1 commit
  4. 15 Dec, 2016 2 commits
  5. 14 Dec, 2016 1 commit
  6. 13 Dec, 2016 5 commits
  7. 07 Dec, 2016 3 commits
  8. 05 Dec, 2016 2 commits
  9. 03 Dec, 2016 1 commit
    • 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
      Unverified
      a5d96c27
  10. 29 Nov, 2016 1 commit
  11. 16 Nov, 2016 1 commit
  12. 14 Nov, 2016 2 commits
  13. 04 Nov, 2016 1 commit
    • Matt Butcher's avatar
      fix(tiller): improve deletion failure handling · 38307360
      Matt Butcher authored
      This does the following to improve deletion failure handling:
      
      - In an UninstallRelease operation, the release is marked DELETED
        as soon as the basic checks are passed. This resolves 1508. I filed a
        followup issue for doing this even better when we can modify protos
        again.
      - If a YAML manifest fails to parse, the error messages now suggests
        that the record is corrupt, and the resources must be manually
        deleted.
      - If a resource is missing during deletion, the error messages now make
        it clear that an object was skipped, but that the deletion continued.
      
      Closes #1508
      Unverified
      38307360
  14. 02 Nov, 2016 1 commit
  15. 26 Oct, 2016 1 commit
  16. 21 Oct, 2016 1 commit
  17. 19 Oct, 2016 1 commit
  18. 18 Oct, 2016 1 commit
  19. 17 Oct, 2016 1 commit
  20. 13 Oct, 2016 2 commits
  21. 12 Oct, 2016 1 commit
  22. 10 Oct, 2016 2 commits
  23. 06 Oct, 2016 1 commit
  24. 05 Oct, 2016 1 commit
    • Matt Butcher's avatar
      feat(tiller): re-use values during upgrade · 3e3312ce
      Matt Butcher authored
      When `helm install -f foo.yaml bar` is called, and then the release is
      upgraded with `helm upgrade happy-panda bar`, this will now re-use the
      values that were submitted with `-f foo.yaml`. The same is true for
      values specified with `--set`.
      
      Closes #1227
      3e3312ce
  25. 28 Sep, 2016 1 commit
  26. 27 Sep, 2016 3 commits
  27. 23 Sep, 2016 1 commit