Skip to content

Releases: quarkiverse/quarkus-helm

1.2.7

23 Jan 06:42
Compare
Choose a tag to compare

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.6

28 Oct 07:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.5...1.2.6

1.2.5

11 Oct 07:54
Compare
Choose a tag to compare

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

18 Sep 17:40
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 1.2.4

1.2.3

21 Feb 13:30
Compare
Choose a tag to compare

Changes

  • Always append '| quote' to map env vars: #319

1.2.2

20 Feb 14:49
Compare
Choose a tag to compare

Fixes

  • Preserve double quotes with values.yaml contain data with spaces: #317

1.2.1

17 Nov 12:38
Compare
Choose a tag to compare

Fixes

  • Fix resolution of ports in the generated templates: #296

Dependencies

  • Remove dependency from dekorate helm: #293

1.2.0

30 Oct 15:12
Compare
Choose a tag to compare

Dependencies

  • Support of Quarkus 3.5: #285

1.1.0

09 Aug 08:42
Compare
Choose a tag to compare

Dependencies

  • Replace deprecated Config APIs (for support of Quarkus 3.3): #274

1.0.9

30 Jun 05:27
Compare
Choose a tag to compare

Dependencies

  • Support of Quarkus 3.2: #267

Documentation

  • Document how to map properties using Quarkus K8s Config extension: #264
  • Fix all asciidoc warnings: #262