diff --git a/.version b/.version index 6d260c3a..b299be97 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.2.0 +v3.3.0 diff --git a/README.md b/README.md index 9fb60a5e..82f95826 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.2.0&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master) +[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.3.0&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master) ![helmsman-logo](docs/images/helmsman.png) diff --git a/internal/app/main.go b/internal/app/main.go index 8a9f74cb..4891d56b 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -6,7 +6,7 @@ import ( const ( helmBin = "helm" - appVersion = "v3.2.0" + appVersion = "v3.3.0" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 03f20902..c5d5e1b0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,20 +1,12 @@ -# v3.2.0 +# v3.3.0 If you migrating from Helmsman v1.x, it is recommended you read the [migration guide](https://github.com/Praqma/helmsman/blob/master/docs/how_to/misc/migrate_to_3.md) before using this release. > Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes. # Fixes and improvements: -- Disable checking helm-secrets plugin installed when hiera-eyaml used for secrets; PR #408 -- Make decide exiting on pending-upgrade chart state; PR #409 -- Changes to standard output and Slack messages; PR #410 -- Fix local charts installation not being idempotent; PR #411 -- Fix destroy command when repo cache is not up to date; PR #416 -- Fix namespace limits defined in TOML not properly parsed; PR #422 -- Fix race condition when applying limit ranges to multiple namespaces; PR #429 - +- Add DRY-ed examples using appsTemplates; PR #425 # New features: -- Add `--context-override` flag to skip fetching context name from releases state; PR #420 -- Add `no-cleanup` flag to optionally keep k8s credentials on host; PR #423 -- Add `--migrate-context` flag support renaming helmsman contexts and enable smooth migration of helm 2 releases to 3; PR #427 +- Add `--p` flag to define parallel apps installation/upgrade for those with the same priority defined in DSF; PR #431 +- Add Namespace's resource quotas to DSF; PR #384