generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update non-minor dependencies #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/non-minor-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+48
−17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fa75ab5 to
fe4c614
Compare
e449922 to
e0c092e
Compare
526d723 to
fac557d
Compare
da84a70 to
c8bed0c
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
bbfca1d to
c9c4324
Compare
605e917 to
85de2a0
Compare
0af4f4b to
eea219e
Compare
7bd7354 to
6010740
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c4c5a17 to
12c5949
Compare
06a87b6 to
147d556
Compare
5bd31df to
76e1520
Compare
8e5eb02 to
77f780b
Compare
77f780b to
2fd9d68
Compare
2103c53 to
edd54e0
Compare
edd54e0 to
568c292
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.127v0.2.47→v0.2.48157e6d2→0c3a910Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
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.48Compare Source
Configuration
📅 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.