6.3.0
New feature
Initial support for Helm chart generation, deactivated by default. Set quarkus.operator-sdk.helm.enabled
to true
to enable generation.
What's Changed
- wip: test workflow by @metacosm in #642
- fix(ci): properly create Quarkus platform & operator-sdk plugin PRs by @metacosm in #643
- fix: also update QOSDK version in memcached operator by @metacosm in #644
- docs: improve documentation by @metacosm in #647
- Adjust doc title by @gastaldi in #649
- fix: do not automatically stop Operator when it wasn't started automatically either by @chendouble in #650
- fix(ci): restore building against latest current Quarkus by @metacosm in #648
- fix: runtime namespaces should always override buildtime values by @metacosm in #654
- fix: build workflow for remote repository by @csviri in #663
- Fix CRDUtils::apply by replacing serverSideApply() with get(), update() and create() by @Donnerbart in #660
- chore(deps): bump quarkus.version from 3.2.0.Final to 3.2.1.Final by @dependabot in #664
- chore(deps): bump quarkus.version from 3.2.1.Final to 3.2.2.Final by @dependabot in #666
- chore(deps): bump java-operator-sdk.version from 4.4.0 to 4.4.1 by @dependabot in #667
- chore(deps): bump quarkus.version from 3.2.2.Final to 3.2.3.Final by @dependabot in #672
- feat: allow specifying operator-level namespaces to generate manifests by @metacosm in #657
- fix: add patch for creator dependent resource role by @csviri in #670
- Treat empty runtime namespaces as All Namespaces mode by @Jamstah in #658
- chore(deps): bump quarkus.version from 3.2.3.Final to 3.2.4.Final by @dependabot in #677
- fix: status detection in non-CR resources by @metacosm in #675
- chore(deps): bump org.semver4j:semver4j from 5.0.0 to 5.1.0 by @dependabot in #683
- fix: trim namespaces when setting them, add more tests by @metacosm in #680
- chore: update to JOSDK 4.4.2 by @metacosm in #684
- feat: add config option for informerListLimit by @csviri in #669
- feat: allow for exclusion of some classes when generating CRDs by @metacosm in #687
- feat: provide a CSV.spec.version value when possible by @metacosm in #686
- feat: generate simple generic helm chart by @csviri in #665
- fix: bundle generation configuration shouldn't be available at runtime by @metacosm in #690
- chore: release 6.3.0 by @metacosm in #691
New Contributors
- @chendouble made their first contribution in #650
- @Donnerbart made their first contribution in #660
- @Jamstah made their first contribution in #658
Full Changelog: 6.2.1...6.3.0