Skip to content

Releases: kokuwaio/helm-gradle-plugin

Release v1.7.0

02 Sep 08:38
3f2c4e1
Compare
Choose a tag to compare

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

26 Apr 08:24
1bdba47
Compare
Choose a tag to compare

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

01 Apr 19:54
Compare
Choose a tag to compare

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.
  • Remove deprecated extension of AbstractTask
  • log helm command in debug mode
  • possibility to publish the plugin locally, for dev purposes

🐛 Fixes

  • fix --save for helm 3
  • fix darwin os
  • revert
  • Fix deploy task and helm3 error (#13)

Release v1.5.0

06 Jan 07:42
Compare
Choose a tag to compare
  • 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

06 Jan 07:41
Compare
Choose a tag to compare
  • 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

06 Jan 07:40
Compare
Choose a tag to compare
  • 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"
}