fix(deps): update non-minor dependencies #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.126→v0.3.128v0.2.47→v0.2.491.25.5→1.25.61.25.5→1.25.6157e6d2→aebc15dRelease Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.128Compare Source
v0.3.127Compare Source
Fixes/Enhancements
Clear finalizers when orphaning: the framework protects certain dependent objects (i.e.
CustomResourceDefinitionandAPIService) by adding an own finalizer. Now if such a dependent object is orphaned (e.g. through thedelete-policy: orphanannotation), then this finalizer should be removed. Note that this situation might also occur if we render a Helm chart (byHelmGenerator) usinghelm.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
on the component, emitting events can be suppressed. In a later phase, we might formalize this annotation into a
Configurationinterface.Enhance scaffolded Helm chart: the chart generated by
scaffoldnow has options to tweak the containedPodDisruptionBudget.sap/go-generics (github.com/sap/go-generics)
v0.2.49Compare Source
v0.2.48Compare Source
golang/go (go)
v1.25.6Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.