Releases: deviceinsight/helm-maven-plugin
Releases · deviceinsight/helm-maven-plugin
Version 2.13.0
Version 2.12.0
Changelog
- Converted README and CHANGELOG to Markdown
- Add option to provide additional values files
Version 2.11.1
Changelog
- Fix helm binary path when adding incubator repository
Notes
This release fixes a bug in Version 2.11.0
. Consider updating if you experience this error:
[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.11.0:package (default) on project agco-platform: Error creating helm chart: Cannot run program "helm" (in directory "/your/project/directory/target/helm"): error=2, No such file or directory -> [Help 1]
Version 2.11.0
Changelog
- Support authentication to the helm repository using credentials from server definitions in maven settings.xml via chartRepoServerId. (Thanks, @mruzicka)
- Add an option to pass --force-update when adding helm repositories managed by this plugin.
- Cleanup dependencies, readme, and deprecated Kotlin functions
Version 2.10.0
Changelog
- Add a new goal,
resolve
, for downloading the helm binary as a separate step. This will still be done automatically by the other goals, but it can be used when running maven builds in parallel, so the helm binary doesn't need to be downloaded twice and to prevent concurrency issues.
Version 2.9.0
Changelog
- Support configuring the default URL of the helm repository for helm 2.x via
stableRepoUrl
Version 2.8.1
Changelog
- Fix detection of aarch64/arm64 architecture
Version 2.8.0
Changelog
- Support configuring the URL to the incubator repository via
incubatorRepoUrl
and allow to disable the incubator repository viaaddIncubatorRepo
Version 2.7.1
Changelog
- Fix inverted status check which fails for any 2xx HTTP status
Version 2.7.0
Changelog
- Accept any 2xx HTTP status code when deploying Helm charts
- Use new incubator repository hosted at https://charts.helm.sh/incubator
This release introduced a bug when deploying charts, which has been fixed in 2.7.1.