Skip to content

Releases: operator-framework/java-operator-sdk

4.2.2

05 Jan 15:14
f6e30d4

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

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

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

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

Choose a tag to compare

What's Changed

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

4.1.0

31 Oct 09:13
114c431

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

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

Choose a tag to compare

What's Changed

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

4.0.2

19 Oct 13:34
d3e870a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

3.2.3

30 Sep 14:17
9bb3f07

Choose a tag to compare

What's Changed

  • chore: use s01 server which should be less prone to timeouts by @metacosm in #1486
  • fix: use class name to ensure we always get a non-null name by @metacosm in #1489
  • Revert "chore: use s01 server which should be less prone to timeouts (#1486)" by @csviri in #1498
  • feat: enable configuring a handler to listen to informers stopping by @metacosm in #1493

Full Changelog: v3.2.2...v3.2.3