Releases: quarkiverse/quarkus-helm
Releases · quarkiverse/quarkus-helm
0.1.1
- Fix quote escaping issue #108
- Bump quarkus.version from 2.13.1.Final to 2.13.2.Final: #106
0.1.0
- Add values.schema.json file: #103
- Support complex Helm expressions and templates: #102
- Allow installing Helm dependencies in order: #96
- Bump quarkus.version from 2.13.0.Final to 2.13.1.Final: #104
Regression issue:
- Quote escaping issue #107 will be fixed in 0.1.1
0.0.7
- Support complex Helm expressions #56
- Allow a condition to be provided to helm dependencies #67
- Fetch Helm dependencies before packaging #93
- Helm push fails when there are multiple deployment targets (for ex: kubernetes and openshift) #92
0.0.6
Changes
- Allow setting integer and boolean values in the mapping #84
- Support pushing to Helm repositories #74
- Include optional resources LICENSE, README.md #72
- Allow adding configuration for Helm dependencies #68
- Allow configuring the chart API version #65
0.0.5
- BREAKING CHANGE: Support Quarkus OpenShift extension: #50
Previously, the default location where the helm charts were being generated was target/helm/<chart name>
. Now, the default location changed to target/helm/<kubernetes or openshift or knative ..>/<chart name>
.
0.0.4
- BREAKING CHANGE: Rename property from "json-paths" to "paths": #42
- Fixed issue when using
@QuarkusTest
and the Helm extension: #43
0.0.3
- Allow setting a custom output location via configuration: #35
- Adapt Quarkus Helm to latest Quarkus 2.11: #33
0.0.2
- Fix issue when running the Quarkus application on Dev mode
- Adapt extension to use the latest Quarkus 2.8.1.Final
0.0.1
[maven-release-plugin] copy for tag 0.0.1