Skip to content

Releases: deviceinsight/helm-maven-plugin

Version 2.13.0

Choose a tag to compare

@pvorb pvorb released this 24 Apr 09:29

Changelog

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

Version 2.12.0

Choose a tag to compare

@pvorb pvorb released this 08 Mar 08:14

Changelog

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

Version 2.11.1

Choose a tag to compare

@mwalser mwalser released this 01 Mar 15:06

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

Choose a tag to compare

@mwalser mwalser released this 23 Feb 13:17

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

Choose a tag to compare

@pvorb pvorb released this 11 Feb 08:38

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

Choose a tag to compare

@pvorb pvorb released this 19 Jan 07:48

Changelog

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

Version 2.8.1

Choose a tag to compare

@pvorb pvorb released this 27 Dec 14:07

Changelog

  • Fix detection of aarch64/arm64 architecture

Version 2.8.0

Choose a tag to compare

@pvorb pvorb released this 21 Dec 12:45

Changelog

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

Version 2.7.1

Choose a tag to compare

@pvorb pvorb released this 03 Nov 15:37

Changelog

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

Version 2.7.0

Choose a tag to compare

@pvorb pvorb released this 03 Nov 15:36

Changelog

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