Skip to content

Releases: SAP/component-operator-runtime

v0.3.28

10 Jun 07:16
Compare
Choose a tag to compare
fix(deps): update module sigs.k8s.io/controller-runtime to v0.18.4

v0.3.27

03 Jun 07:16
Compare
Choose a tag to compare
fix(deps): update module github.com/sap/go-generics to v0.2.12

v0.3.26

27 May 07:16
Compare
Choose a tag to compare
fix(go.mod/go.sum): update module github.com/onsi/ginkgo/v2 to v2.19.0

v0.3.25

20 May 07:16
Compare
Choose a tag to compare
fix(deps): update non-minor dependencies to v0.30.1

v0.3.24

13 May 07:16
Compare
Choose a tag to compare
fix(deps): update module github.com/prometheus/client_golang to v1.19.1

v0.3.23: fix(go.mod/go.sum): update module github.com/prometheus/client_golang…

v0.3.22

01 May 19:21
Compare
Choose a tag to compare

Incompatible changes

  • Periodically force-apply objects. Previously, objects only got re-applied to the cluster if their annotated digest went out of sync. That means that foreign changes to the dependent object were not reverted, until a real change happened to the object's specification. Now, all objects will be forcefully re-applied at least every 60 minutes.
  • Never use mgr's client for dependents' reconciliation. So far, under certain circumstances, the controller-runtime manager's client was used to reconcile dependents. Non-standard types returned by the used generator therefore could be supported by just adding them to the manager's scheme. This will no longer work. Now, the dependents' reconciler will always use a fresh client. If extra types are needed in its scheme, this can be achieved by passing a scheme builder via component.ReconcilerOptions, or by making the generator implement the types.SchemeBuilder interface.

Enhancements

  • Requeues are now jittered to smoothen load peaks.

v0.3.21

29 Apr 07:16
Compare
Choose a tag to compare
add comment

v0.3.20

22 Apr 07:16
Compare
Choose a tag to compare
fix(deps): update non-minor dependencies to v0.29.4

v0.3.19: add new status hint: 'conditions' to specify extra conditions to be m…

15 Apr 07:14
18ec675
Compare
Choose a tag to compare