v1.3.0
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 thehelm-releases
plugin. Simply callhelmTest
to test all your releases, orhelmTest<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