diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7935ecc..e23287c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,6 +1,6 @@ = Changelog -== Unreleased +== Version 2.11.0 * Support authentication to the helm repository using credentials from server definitions in maven `settings.xml` via `chartRepoServerId`. * Add an option to pass `--force-update` when adding helm repositories managed by this plugin. diff --git a/README.adoc b/README.adoc index 5fd8ad2..2980a6b 100644 --- a/README.adoc +++ b/README.adoc @@ -20,7 +20,7 @@ Add the following to your `pom.xml` com.deviceinsight.helm helm-maven-plugin - 2.10.0 + 2.11.0 my-chart https://charts.helm.sh/stable @@ -145,7 +145,7 @@ To use the `deployAtEnd` functionality it's mandatory to put the Helm Maven Plug com.deviceinsight.helm helm-maven-plugin - 2.10.0 + 2.11.0 my-chart https://charts.helm.sh/stable @@ -179,7 +179,7 @@ Problem:: The following error message is a common source of trouble, lately: ... -[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.10.0:package (default) on project my-project: Error creating helm chart: When executing '/home/user/.m2/repository/com/deviceinsight/helm/helm/2.16.2/helm-2.16.2-linux-amd64.binary init --client-only' got result code '1' -> [Help 1] +[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.11.0:package (default) on project my-project: Error creating helm chart: When executing '/home/user/.m2/repository/com/deviceinsight/helm/helm/2.16.2/helm-2.16.2-linux-amd64.binary init --client-only' got result code '1' -> [Help 1] ---- Solution:: This is likely due to an old version of helm itself. Make sure to configure `` to a version >= 3.4.0 or, if you are still using Helm 2, a version >= 2.17.0 (https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice[background information]). . {blank} diff --git a/pom.xml b/pom.xml index 0aa744c..83cb8b2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.deviceinsight.helm helm-maven-plugin - 2.11.0-SNAPSHOT + 2.11.0 maven-plugin Helm Maven Plugin