You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#133helm-publish plugin now has support for Gitlab repositories (thanks to @iconoeugen)
#144 Added task type HelmTemplate and DSL for renderings to invoke helm template
#145 Add support for --with-subcharts flag of helm lint
#146 Make the file patterns to which filtering is applied configurable
#148 Add support for --history-max option of helm upgrade
#149 Add support for --wait-for-jobs flag in several tasks
Bugfixes
#106 HelmUninstall task should be skipped if a release doesn't exist (instead of marking up-to-date)
#126 Fix for input/output properties of HelmBuildDependencies task
#142 Change Helm client download mechanism so it doesn't conflict with dependencyResolutionManagement
#147 Exceptions when reading filtered files are now properly shown and not "swallowed" by the filtering mechanism
Other Changes
Automatic Helm client download no longer uses Gradle's artifact resolution to get the Helm client; instead it installs a task to download the archive file. This task is installed on the root project in multi-module builds so that multiple subprojects don't download the Helm client multiple times.