4.0.0
This release is essentially equivalent to 3.2.0 and should be used instead of it.
We decided to re-release 3.2.0 as 4.0.0 to reflect the fact that the upgrade to Fabric8 Kubernetes Client 6.1.1 is most likely a breaking change for many projects event though the API of the Java Operator SDK itself didn't change. Migration is fairly easy to do, though, and we encourage folks to migrate to this new version since it provides many improvements, while Fabric8 client 5.x will now only receive important bug fixes. For migration information, please see: https://github.com/fabric8io/kubernetes-client/blob/v6.0.0/doc/MIGRATION-v6.md
What's Changed
- fix: bom version after release by @csviri in #1442
- fix: change version also of bom module on release by @csviri in #1444
- docs: javadoc for informer mapper and indexed initialization by @csviri in #1441
- chore(deps-dev): bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #1446
- fix: issue with post condition in workflow execution delete by @csviri in #1449
- Fix link to LeaderElection test by @honnix in #1451
- refactor: use fabric8 implementation by @metacosm in #1452
- chore(deps): bump micrometer-core from 1.9.3 to 1.9.4 by @dependabot in #1454
- feat: cicd for client v5.x releases by @csviri in #1456
- chore: update kubernetes versions to test against by @metacosm in #1457
- ci: support for v4 by @csviri in #1460
- fix: bom release by @csviri in #1462
- fix: name of steps by @metacosm in #1463
- feat: add reusable release workflow and use it to also release BOM by @metacosm in #1466
- chore: prepare for 4.0.0 release by @metacosm in #1467
- doc: remove irrelevant todos by @csviri in #1468
- chore: update version to 4.0.0-SNAPSHOT by @metacosm in #1469
Full Changelog: v3.2.0...v4.0.0