Skip to content

Releases: operator-framework/java-operator-sdk

4.2.4

30 Jan 13:29
73093a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.3...v4.2.4

4.2.3

23 Jan 13:19
05de5e0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump assertj-core from 3.23.1 to 3.24.0 by @dependabot in #1705
  • chore(deps): bump assertj-core from 3.24.0 to 3.24.1 by @dependabot in #1708
  • feat: sample with multiple informers for same type dependent resources by @csviri in #1698
  • fix: update deprecated client usage and minor improvements by @csviri in #1707
  • chore(deps): bump micrometer-core from 1.10.2 to 1.10.3 by @dependabot in #1714
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M8 by @dependabot in #1716
  • chore(deps-dev): bump mockito-core from 4.11.0 to 5.0.0 by @dependabot in #1721
  • chore(deps): bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #1722
  • ci: update ci to use the new k8s version by @csviri in #1712
  • ci: e2e test minikube and k8s version update by @csviri in #1713
  • docs: fix missing references and wording on dependent resources by @csviri in #1719
  • fix: improved debug logging for getting from cache by @csviri in #1725
  • improvement: logging on informer stopping by @csviri in #1726

Full Changelog: v4.2.2...v4.2.3

4.2.2

05 Jan 15:14
f6e30d4
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #1686
  • fix: consistent minikube version in CI by @csviri in #1671
  • chore(deps): bump manusa/actions-setup-minikube from 2.7.1 to 2.7.2 by @dependabot in #1665
  • Revert "chore(deps): bump manusa/actions-setup-minikube from 2.7.1 to 2.7.2" by @csviri in #1697
  • fix: logging for ExecutionScope by @csviri in #1695
  • fix: remove cache pruning by @csviri in #1694
  • fix: condition for bulk resources by @csviri in #1688
  • feat: provide more exception context on workflow errors by @metacosm in #1699
  • docs: fix of wrong link by @csviri in #1702
  • fix: separated job with special integration tests by @csviri in #1704
  • feat: operator can be restarted by @csviri in #1675

Full Changelog: v4.2.1...v4.2.2

4.2.1

28 Dec 08:47
850602a
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #1666
  • chore(deps): bump actions/stale from 6 to 7 by @dependabot in #1672
  • feat: use github token for minikube by @csviri in #1674
  • fix: non-independent unit tests because static state by @csviri in #1670
  • fix: remove exception on delete event by @csviri in #1681
  • fix: don't require namespace in KubernetesDependentResource.prepare() by @silenium-dev in #1683

New Contributors

Full Changelog: v4.2.0...v4.2.1

4.2.0

14 Dec 15:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.2...v4.2.0

4.1.2

28 Nov 08:42
adb0963
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

4.1.1

08 Nov 08:56
cd27711
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

4.1.0

31 Oct 09:13
114c431
Compare
Choose a tag to compare

What's Changed

  • This release covers some common cases for dependent resources that was not covered yet:

    • Support multiple dependent resource of same type (#1175)
    • Support bulk dependent resources (#1182)
    • Support dependent resources with explicit state (#1221)
  • Now it is possible to configure better whether an operator should stop in case of error in event sources on startup (#1405)

    • This is also related the an added configuration for cache sync timeouts (#1318)

To see the full Changelog: v4.0.3...v4.1.0

See also the related milestone: https://github.com/java-operator-sdk/java-operator-sdk/milestone/4?closed=1

4.0.3

24 Oct 13:27
662979a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

3.2.4

21 Oct 08:03
dfae8d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4