Releases: quarkiverse/quarkus-helm
Releases · quarkiverse/quarkus-helm
1.2.7
What's Changed
- Add helm logo to the extension descriptor by @Sgitario in #382
- Update documentation to Quarkus 3.16.1 by @Sgitario in #383
- docs: fix wait-for-service example and note about merging existing resources by @Sgitario in #387
- Use build items instead of generated files for kubernetes resources by @iocanel in #395
- Introduce a HelmChartBuildItem by @iocanel in #400
Full Changelog: 1.2.6...1.2.7
1.2.5
What's Changed
- fix: respect YamlConfigSource (#367) by @mapuci in #368
- Do not map properties that are Quarkus build-time configuration by @Sgitario in #372
- Docs: Add note about incompatibility of using OCI helm repositories by @Sgitario in #373
New Contributors
Full Changelog: 1.2.4...1.2.5
1.2.4
[maven-release-plugin] copy for tag 1.2.4
1.2.3
Changes
- Always append '| quote' to map env vars: #319
1.2.2
Fixes
- Preserve double quotes with values.yaml contain data with spaces: #317
1.2.1
Fixes
- Fix resolution of ports in the generated templates: #296
Dependencies
- Remove dependency from dekorate helm: #293
1.2.0
Dependencies
- Support of Quarkus 3.5: #285
1.1.0
Dependencies
- Replace deprecated Config APIs (for support of Quarkus 3.3): #274
1.0.9
Dependencies
- Support of Quarkus 3.2: #267
Documentation
- Document how to map properties using Quarkus K8s Config extension: #264
- Fix all asciidoc warnings: #262