Skip to content

v1.3.0

Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 06 Oct 13:16
· 126 commits to master since this release

NOTE: This plugin version is no longer compatible with Gradle 5.1, please upgrade to Gradle 5.2 or higher (preferably the latest Gradle version)

Enhancements

  • Release Testing: helm test is now fully integrated into the helm-releases plugin. Simply call helmTest to test all your releases, or helmTest<Release> to test a specific release. (See documentation)
  • Checking release status: interactive task to call helm status for a release. (See documentation)
  • Multiple lint configurations: helm lint can now be run multiple times with different values, making it easier to cover all conditional branches of your templates. (See documentation)

Other improvements

  • Helm exec worker now gets all environment variables from Gradle build (thanks to @Emilio-Pega)
  • Helm client download now uses latest version 3.3.4 as default