Skip to content

Releases: deviceinsight/helm-maven-plugin

Version 2.13.0

24 Apr 09:29
Compare
Choose a tag to compare

Changelog

  • Support escaping placeholders with backslash e.g. \${MY_ENV_VAR} will no longer be expanded

Version 2.12.0

08 Mar 08:14
Compare
Choose a tag to compare

Changelog

  • Converted README and CHANGELOG to Markdown
  • Add option to provide additional values files

Version 2.11.1

01 Mar 15:06
Compare
Choose a tag to compare

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

23 Feb 13:17
Compare
Choose a tag to compare

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

11 Feb 08:38
Compare
Choose a tag to compare

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

19 Jan 07:48
Compare
Choose a tag to compare

Changelog

  • Support configuring the default URL of the helm repository for helm 2.x via stableRepoUrl

Version 2.8.1

27 Dec 14:07
Compare
Choose a tag to compare

Changelog

  • Fix detection of aarch64/arm64 architecture

Version 2.8.0

21 Dec 12:45
Compare
Choose a tag to compare

Changelog

  • Support configuring the URL to the incubator repository via incubatorRepoUrl and allow to disable the incubator repository via addIncubatorRepo

Version 2.7.1

03 Nov 15:37
Compare
Choose a tag to compare

Changelog

  • Fix inverted status check which fails for any 2xx HTTP status

Version 2.7.0

03 Nov 15:36
Compare
Choose a tag to compare

Changelog

This release introduced a bug when deploying charts, which has been fixed in 2.7.1.