-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sami Alajrami
committed
Apr 4, 2018
1 parent
f141292
commit 538e6b5
Showing
1 changed file
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
# v1.1.0 | ||
# v1.1.1 | ||
|
||
This release introduces some new features and comes with several enhancements in logging and validation. | ||
|
||
- Introducing `priority` key for apps in the desired state to define the priority (order) of processing apps (useful for dependencies). | ||
- Introducing `wait` key for apps to block helmsman execution until a release operation is complete. | ||
- Intorducing the `--ns-override` flag for overriding namespaces defined in the desired state (useful for deploying from git branches to namespaces). | ||
- Support initializing helm with a k8s service account. | ||
- Introducing the `--verbose` flag for more detailed logs. | ||
- Cleaning up any downloaded certs/keys after execution. | ||
- Improved logging with full helm error messages. | ||
- Improved validations for desired states. | ||
- Bumping Helm and Kubectl versions in docker images. | ||
- Providing multiple docker image tags for different helm versions. | ||
- Fixing not waiting for helm Tiller to be ready. | ||
- Fixing a bug in helm release search. | ||
- Fixing charts validation not allowing the use of older chart versions. |