Skip to content

fix(deps): update non-minor dependencies#20

Merged
ssirotnik merged 1 commit intomainfrom
renovate/non-minor-deps
Jan 21, 2026
Merged

fix(deps): update non-minor dependencies#20
ssirotnik merged 1 commit intomainfrom
renovate/non-minor-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/sap/component-operator-runtime v0.3.126v0.3.128 age confidence require patch
go (source) 1.25.51.25.6 age confidence golang patch
golang 1.25.51.25.6 age confidence stage patch
sigs.k8s.io/controller-runtime/tools/setup-envtest fb2beabaebc15d age confidence require digest

Release Notes

sap/component-operator-runtime (github.com/sap/component-operator-runtime)

v0.3.128

Compare Source

v0.3.127

Compare Source

Fixes/Enhancements

  • Clear finalizers when orphaning: the framework protects certain dependent objects (i.e. CustomResourceDefinition and APIService) by adding an own finalizer. Now if such a dependent object is orphaned (e.g. through the delete-policy: orphan annotation), then this finalizer should be removed. Note that this situation might also occur if we render a Helm chart (by HelmGenerator) using helm.sh/resource-policy: keep. This is fixed by this release: from now on, when orphaning objects, our finalizer is cleared from the protected objects.

  • Allow to suppress events on dependents: in some cases, the framework does not have permission to create events on the target (e.g. if a kubeconfig or impersonation is used). Now, by setting the annotation

    <operator name>/disable-events: "true"

    on the component, emitting events can be suppressed. In a later phase, we might formalize this annotation into a Configuration interface.

  • Enhance scaffolded Helm chart: the chart generated by scaffold now has options to tweak the containedPodDisruptionBudget.

golang/go (go)

v1.25.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 21, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/sap/go-generics v0.2.47 -> v0.2.48

@ssirotnik ssirotnik self-assigned this Jan 21, 2026
@ssirotnik ssirotnik merged commit 5b2f012 into main Jan 21, 2026
5 checks passed
@ssirotnik ssirotnik deleted the renovate/non-minor-deps branch January 21, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant