Releases: quarkiverse/quarkus-operator-sdk
Releases · quarkiverse/quarkus-operator-sdk
4.0.0.Beta1
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
Full Changelog: 3.0.6...4.0.0.Beta1
3.0.7
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
What's Changed
- chore: update to Quarkus 2.7.5.Final by @metacosm in #282
- docs: explain how to build and run samples independently by @scrocquesel in #283
- chore(deps): bump java-operator-sdk.version from 2.1.2 to 2.1.3 by @dependabot in #285
- chore(deps): bump kubernetes-client-bom from 5.11.2 to 5.12.1 by @dependabot in #220
- chore: release 3.0.6 by @metacosm in #286
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
- docs: add Sgitario as a contributor for code, ideas by @allcontributors in #254
- chore(deps): bump quarkus.version from 2.7.3.Final to 2.7.4.Final by @dependabot in #266
- chore(deps): bump quarkus-bom from 2.7.3.Final to 2.7.4.Final by @dependabot in #265
- fix: use josdk 2.1.2-SNAPSHOT by @csviri in #269
- release 3.0.5 by @metacosm in #278
New Contributors
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- chore(deps): bump quarkus-bom from 2.7.0.Final to 2.7.1.Final by @dependabot in #227
- chore(deps): bump quarkus.version from 2.7.0.Final to 2.7.1.Final by @dependabot in #226
- feat: enable CodeQL analysis by @metacosm in #228
- test: add mysql-schema sample (devservices) by @scrocquesel in #221
- chore: add initial contributing documentation and formatting IDE setup by @metacosm in #230
- feat: initial support for -Dquickly by @metacosm in #233
- fix: do not start operator if no controller is registered by @metacosm in #232
- feat: make it possible to not automatically start the operator by @metacosm in #229
- fix: unify artifact names by @metacosm in #234
- chore(deps): bump quarkus-bom from 2.7.1.Final to 2.7.2.Final by @dependabot in #240
- chore(deps): bump quarkus.version from 2.7.1.Final to 2.7.2.Final by @dependabot in #241
- Fix CSV generators and run
joke
sample in CI by @Sgitario in #238 - release 3.0.4 by @metacosm in #253
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- docs: add scrocquesel as a contributor for code by @allcontributors in #208
- Fix 213 by @andreaTP in #214
- Use RESTEasy Reactive in sample by @geoand in #216
- chore(deps): bump java-operator-sdk.version from 2.0.2 to 2.1.0 by @dependabot in #218
- chore: release 3.0.3 by @metacosm in #219
- fix: use released version of JOSDK by @metacosm in #222
- release 3.0.3 by @metacosm in #223
New Contributors
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- refactor: miscellaneous improvements by @metacosm in #194
- test: add integration tests to joke sample by @scrocquesel in #197
- fix: do not crash if primary resource is not indexed by @metacosm in #196
- chore(deps-dev): bump awaitility from 4.1.0 to 4.1.1 by @dependabot in #199
- refactor: use client from configuration instead of re-injecting it by @metacosm in #200
- chore(deps): bump quarkus-bom from 2.6.2.Final to 2.6.3.Final by @dependabot in #202
- chore(deps): bump quarkus.version from 2.6.2.Final to 2.6.3.Final by @dependabot in #203
- chore(deps): bump java-operator-sdk.version from 2.0.1 to 2.0.2 by @dependabot in #204
- chore: release 3.0.2 by @metacosm in #205
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- chore(deps): bump java-operator-sdk.version from 2.0.0 to 2.0.1 by @dependabot in #192
- chore: release 3.0.1 by @metacosm in #193
Full Changelog: 3.0.0...3.0.1
3.0.0
2.0.3
What's Changed
- chore(deps): bump quarkus-bom from 2.5.1.Final to 2.5.2.Final by @dependabot in #168
- chore(deps): bump quarkus.version from 2.5.1.Final to 2.5.2.Final by @dependabot in #167
- chore(deps): bump quarkus.version from 2.5.2.Final to 2.6.0.Final by @dependabot in #169
- chore(deps): bump quarkus-bom from 2.5.2.Final to 2.6.0.Final by @dependabot in #170
- chore(deps): bump kubernetes-client-bom from 5.10.1 to 5.11.0 by @dependabot in #171
- Fix RBAC generation issues by @metacosm in #172
- chore(deps): bump kubernetes-client-bom from 5.11.0 to 5.11.1 by @dependabot in #180
- chore(deps): bump quarkus-bom from 2.6.0.Final to 2.6.1.Final by @dependabot in #179
- chore(deps): bump quarkus.version from 2.6.0.Final to 2.6.1.Final by @dependabot in #181
- Run it tests in native mode by @scrocquesel in #178
- chore(deps): bump kubernetes-client-bom from 5.11.1 to 5.11.2 by @dependabot in #182
- chore(deps): bump java-operator-sdk.version from 1.10.1 to 1.10.2 by @dependabot in #184
- chore(deps): bump quarkus.version from 2.6.1.Final to 2.6.2.Final by @dependabot in #185
- chore(deps): bump quarkus-bom from 2.6.1.Final to 2.6.2.Final by @dependabot in #186
- release 2.0.3 by @metacosm in #183
New Contributors
- @scrocquesel made their first contribution in #178
Full Changelog: 2.0.2...2.0.3