Skip to content

Releases: quarkiverse/quarkus-operator-sdk

4.0.4

21 Oct 09:22
Compare
Choose a tag to compare

What's Changed

  • Sync clusterserviceversion filename and extension by @mgubaidullin in #428
  • fix: override namespaces at runtime, expanding expressions if present by @metacosm in #427
  • chore: update to Quarkus 2.13.3 and JOSDK 3.2.4 by @metacosm in #431

New Contributors

Full Changelog: 4.0.3...4.0.4

4.0.3

12 Oct 13:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.2...4.0.3

4.0.2

06 Oct 15:01
Compare
Choose a tag to compare

What's Changed

  • chore: remove unneeded jandex dependency by @metacosm in #407
  • chore: update to JOSDK 3.2.3 & fabric8 client 5.12.4 by @metacosm
  • feat: allow customization of Fabric8's ObjectMapper by @metacosm in #406
  • chore(deps): bump quarkus.version from 2.12.2.Final to 2.12.3.Final by @dependabot in #409
  • chore(deps): bump quarkus.version from 2.12.3.Final to 2.13.0.Final by @dependabot in #411
  • fix: delay operator start until after application-level events by @metacosm in #410
  • feat: make Quarkus CI target next branch instead of main by @metacosm in #415
  • feat: handle external CRDs in generated CSVs by @metacosm in #412
  • fix: remove fabric8 k8s client version override by @rsynek in #417
  • fix: re-add integration tests to released set by @metacosm in #420
  • chore(deps): bump quarkus.version from 2.13.0.Final to 2.13.1.Final by @dependabot in #421
  • feat: inject leader election / informer stopped handler into config by @metacosm in #419
  • chore: release 4.0.2 by @metacosm in #422

Full Changelog: 4.0.1...4.0.2

4.0.1

13 Sep 20:43
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump quarkus.version from 2.11.2.Final to 2.12.0.Final by @dependabot in #389
  • fix: keep the project compatible with Quarkus 2.7 by @rsynek in #390
  • feat(ci): initial support for running CI on different quarkus versions by @metacosm in #391
  • fix: remove Apache Commons IO dependency by @metacosm in #392
  • chore(deps): bump quarkus.version from 2.12.0.Final to 2.12.1.Final by @dependabot in #398
  • feat: allow CRD generation of all detected CRs by @metacosm in #399
  • chore: release 4.0.1 by @metacosm in #400

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

15 Aug 07:46
Compare
Choose a tag to compare

What's Changed

  • feat: update to SDK 3.0.0-SNAPSHOT by @metacosm in #206
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 by @dependabot in #292
  • fix: update for latest SDK changes by @metacosm in #293
  • chore: updates by @metacosm in #300
  • fixes by @metacosm in #303
  • chore(deps): bump java-operator-sdk.version from 3.0.0-SNAPSHOT to 3.0.0.RC1 by @dependabot in #305
  • Support bundle generation for multiple reconcilers by @Sgitario in #294
  • chore: update version to 4.0.0-SNAPSHOT by @metacosm in #309
  • feat!: do not start operator by default during tests by @metacosm in #308
  • fix bundle generator by @metacosm in #312
  • docs: add documentation about how to deploy operators into the docs by @Sgitario in #298
  • feat!: explicit interaction between CRD generate/apply and launch mode by @metacosm in #316
  • chore: prepare 4.0.0.Beta1 release by @metacosm in #319
  • fix: skip tests during release by @Sgitario in #321
  • updates by @metacosm in #325
  • chore: update to latest Quarkus and JOSDK versions by @metacosm in #338
  • chore: release 4.0.0.Beta2 by @metacosm in #340
  • chore: add optional dependency to make tests work with k3s-based distros by @metacosm in #343
  • test(mysql-schema): remove Cleaner interface by @scrocquesel in #341
  • chore: remove now unneeded annotation by @metacosm in #344
  • chore(deps): bump quarkus.version from 2.9.0.Final to 2.9.1.Final by @dependabot in #346
  • chore(deps): bump java-operator-sdk.version from 3.0.0.RC5 to 3.0.0 by @dependabot in #347
  • chore(deps): bump java-operator-sdk.version from 3.0.0 to 3.0.1 by @dependabot in #351
  • chore(deps): bump java-operator-sdk.version from 3.0.1 to 3.0.2 by @dependabot in #353
  • chore(deps): update to Quarkus 2.9.2.Final by @metacosm in #354
  • chore(deps): bump quarkus.version from 2.9.2.Final to 2.10.0.Final by @dependabot in #363
  • chore(deps): bump java-operator-sdk.version from 3.0.2 to 3.0.3 by @dependabot in #365
  • chore(deps): bump quarkus.version from 2.10.0.Final to 2.10.1.Final by @dependabot in #366
  • chore(deps): bump quarkus.version from 2.10.1.Final to 2.10.2.Final by @dependabot in #368
  • chore(deps): bump quarkiverse-parent from 9 to 10 by @dependabot in #367
  • fix: better reflection registration by @metacosm in #364
  • feat: initial DevUI to visualize current controllers by @metacosm in #369
  • feat: update to JOSDK 3.1 by @metacosm in #376
  • chore: release 4.0.0 by @metacosm in #384

Full Changelog: 3.0.6...4.0.0

3.0.9

14 Aug 15:06
Compare
Choose a tag to compare

What's Changed

  • fix: add support for event filters and max reconciliation interval by @metacosm in #372
  • chore: release 3.0.9 by @metacosm in #383

Full Changelog: 3.0.8...3.0.9

3.0.8

08 Jun 20:31
Compare
Choose a tag to compare

What's Changed

  • chore: improve build and upgrade to Quarkus 2.7.6 by @metacosm in #358

Full Changelog: 3.0.7...3.0.8

4.0.0.RC

31 May 14:47
Compare
Choose a tag to compare

What's Changed

  • chore: add optional dependency to make tests work with k3s-based distros by @metacosm in #343
  • test(mysql-schema): remove Cleaner interface by @scrocquesel in #341
  • chore: remove now unneeded annotation by @metacosm in #344
  • chore(deps): bump quarkus.version from 2.9.0.Final to 2.9.1.Final by @dependabot in #346
  • chore(deps): bump java-operator-sdk.version from 3.0.0.RC5 to 3.0.0 by @dependabot in #347
  • chore(deps): bump java-operator-sdk.version from 3.0.0 to 3.0.1 by @dependabot in #351
  • chore(deps): bump java-operator-sdk.version from 3.0.1 to 3.0.2 by @dependabot in #353
  • chore(deps): update to Quarkus 2.9.2.Final by @metacosm in #354

Full Changelog: 4.0.0.Beta2...4.0.0.RC

4.0.0.Beta2

12 May 05:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0.Beta1...4.0.0.Beta2

4.0.0.Beta1

14 Apr 20:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.6...4.0.0.Beta1