Releases: kokuwaio/helm-gradle-plugin
Releases · kokuwaio/helm-gradle-plugin
Release v1.7.0
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.7.0"
}
🚀 Features
- ability to specify custom test source folder and improved readme (#27)
Release v1.6.0
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.6.0"
}
🚀 Gradle 7 compatibility (#21)
Release v1.5.1
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.5.1"
}
🚀 Features
- Changed release and contribution strategy.
- PR: #1
- Remove deprecated extension of
AbstractTask
- PR: #4
- log helm command in debug mode
- PR: #5
- possibility to publish the plugin locally, for dev purposes
- PR: #7
🐛 Fixes
Release v1.5.0
- initial support for helm 3
- defaulting to Helm v2.17.0 because of fixed default repo URLs
- initial support for junit compatible xml test reports
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.5.0"
}
Release v1.4.0
- fixes default helm download url
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.4.0"
}
Release v1.3.0
- initial open source version
Get the release from Gradle Plugin Portal or by using this snippet in your build file:
plugins {
id "com.kiwigrid.helm" version "1.3.0"
}