diff --git a/.version b/.version index dcfd6fbf..3490df66 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.15.1 +v3.16.0 diff --git a/README.md b/README.md index 2eafff22..f1b74ac0 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.15.1&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.16.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 4ad7d798..8ad6e89b 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.15.1" + appVersion = "v3.16.0" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index db447839..b65e8335 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,7 +1,13 @@ -# v3.15.1 +# v3.16.0 ## New feature +- Allow setting the chart version to latest (#735) + ## Fixes and improvements -- Fix broken helm-secrets support for plugin version >= 4.x (#721 & #723) fixes (#715) +- Dependency version upgrades (dependabot) +- Fix for YAML anchors (#734) +- Simplified decrypt secret code (#738) +- Suport using the metadata seerver for GCS auth in GCP (#746) +- Documentation fixes (#740)