Releases: quarkiverse/quarkus-operator-sdk
Releases · quarkiverse/quarkus-operator-sdk
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
2.0.2
Note that this is a recommended upgrade because we updated the SDK version to use a version of Log4J that addresses the recently disclosed Remote Code Execution issue
What's Changed
- Update to JOSDK 1.10.1 to fix security issue with Log4J
- Fix yaml by @phillip-kruger in #157
- chore(deps): bump quarkus.version from 2.4.2.Final to 2.5.0.Final by @dependabot in #156
- build: add quarkus-operator-sdk-bom by @scrocquesel in #159
- chore(deps): bump quarkus-bom from 2.5.0.Final to 2.5.1.Final by @dependabot in #162
- chore(deps): bump quarkus.version from 2.5.0.Final to 2.5.1.Final by @dependabot in #161
- chore(deps): bump quarkiverse-parent from 8 to 9 by @dependabot in #164
- Release 2.0.2 by @metacosm in #166
New Contributors
- @phillip-kruger made their first contribution in #157
Full Changelog: 2.0.1...2.0.2
1.9.7
Note that this is a recommended upgrade because we updated the SDK version to use a version of Log4J that addresses the recently disclosed Remote Code Execution issue
What's Changed
- Update to JOSDK 1.10.1 to address Log4J security issue
- Add bom 1.9.x by @scrocquesel in #160
- chore: release 1.9.7 by @metacosm in #165
Full Changelog: 1.9.6...1.9.7
2.0.1
What's Changed
- chore(deps): bump quarkus.version from 2.4.0.Final to 2.4.1.Final by @dependabot in #141
- fix: query param remove double "?" generation by @eformat in #144
- chore(deps): bump quarkiverse-parent from 7 to 8 by @dependabot in #149
- feat: configure mock server by @metacosm in #146
- test: exhibit build cycle by @metacosm in #147
- chore(deps): bump quarkus.version from 2.4.1.Final to 2.4.2.Final by @dependabot in #151
- Fix RBAC generation by @metacosm in #150
- Release 2.0.1 by @metacosm in #153
New Contributors
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- chore(deps): bump quarkus.version from 2.3.0.Final to 2.3.1.Final by @dependabot in #129
- Rename Antora modules for consistency by @gsmet in #133
- chore(deps): bump quarkus.version from 2.3.1.Final to 2.4.0.Final by @dependabot in #132
- Generate RBAC by @metacosm in #135
- chore: release 2.0.0 by @metacosm in #139
Full Changelog: 2.0.0.CR2...2.0.0