Skip to content

Releases: quarkiverse/quarkus-operator-sdk

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

3.0.7

07 Apr 14:34
Compare
Choose a tag to compare

What's Changed

  • fix: remove awaitility version override by @metacosm
  • feat: also release snapshots for 3.0.x branch by @metacosm
  • feat: use mariadb as drop-in mysql replacement by @metacosm
  • chore: update to Fabric8 client 5.12.2 by @metacosm
  • chore: update to JOSDK 2.1.4 by @metacosm
  • fix: shouldn't start operator when testing by @metacosm
  • fix: always add finalizers sub-resource since it's widely used by @metacosm

Full Changelog: 3.0.6...3.0.7

3.0.6

25 Mar 09:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.0.6

3.0.5

15 Mar 21:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.4...3.0.5