- 20 Dec, 2016 1 commit
-
-
Keerthan Reddy Mala (kmala) authored
-
- 19 Dec, 2016 1 commit
-
-
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
-
- 16 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
-
- 15 Dec, 2016 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
New properties are available to template developers. Closes #1554
-
- 14 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 13 Dec, 2016 5 commits
-
-
Matt Butcher authored
Closes #1511
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 07 Dec, 2016 3 commits
-
-
Adam Reese authored
-
Michelle Noorali authored
satisfies #1326
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 05 Dec, 2016 2 commits
-
-
Adam Reese authored
Increases the default message size from 4MB to 10MB.
-
Rodrigue Cloutier authored
-
- 03 Dec, 2016 1 commit
-
-
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
-
- 29 Nov, 2016 1 commit
-
-
Matt Butcher authored
There were several places where an invalid name could be interpreted into a wild-card by Kubernetes. That allows Bad Things. This fix requires names to match the Kubernetes pattern for naming. Closes #1594
-
- 16 Nov, 2016 1 commit
-
-
Matt Butcher authored
This raises the limit from 14 to 53 chars based on the Kubernetes 1.4 name limit. Closes #1528
-
- 14 Nov, 2016 2 commits
-
-
Matt Butcher authored
When an install fails and --dry-run is set, return the broken YAML for the user to debug. Closes #1499
-
Matt Butcher authored
-
- 04 Nov, 2016 1 commit
-
-
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
-
- 02 Nov, 2016 1 commit
-
-
adieu authored
-
- 26 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 21 Oct, 2016 1 commit
-
-
Adnan Abdulhussein authored
-
- 19 Oct, 2016 1 commit
-
-
Adnan Abdulhussein authored
-
- 18 Oct, 2016 1 commit
-
-
Adam Reese authored
closes: #1395
-
- 17 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 13 Oct, 2016 2 commits
-
-
Michelle Noorali authored
Correcting similar issue as the one with UpdateRelease (#1137) for RollbackRelase
-
Michelle Noorali authored
Handling release status updates on errors better resolves #1137
-
- 12 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 10 Oct, 2016 2 commits
-
-
Adam Reese authored
-
Matt Butcher authored
When a deletion fails to remove a manifest file, the release should still be marked as deleted. This changes the error handling to try to delete all manifests, and then mark the release as deleted, then return the errors. Closes #1305
-
- 06 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 05 Oct, 2016 1 commit
-
-
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
-
- 28 Sep, 2016 1 commit
-
-
Adam Reese authored
closes #1244
-
- 27 Sep, 2016 3 commits
-
-
Adam Reese authored
-
Matt Butcher authored
This orders manifests both for installs and deletes so that the manifests are ordered by kind. Closes #1228
-
Michelle Noorali authored
This feature allows you to rollback release to the previous version of release. resolves #1004
-
- 23 Sep, 2016 1 commit
-
-
Adam Reese authored
-