-
Notifications
You must be signed in to change notification settings - Fork 7
fix(deps): update non-minor dependencies #145
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
base: main
Are you sure you want to change the base?
Conversation
0b4f2ab to
4f73590
Compare
4f73590 to
131a524
Compare
131a524 to
ee41206
Compare
ee41206 to
8b3ddef
Compare
8b3ddef to
92a4aa0
Compare
92a4aa0 to
49e5ee3
Compare
49e5ee3 to
fe3e87c
Compare
fe3e87c to
c055f0b
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c055f0b to
076d072
Compare
a3aae8b to
15e6ccb
Compare
15e6ccb to
1076abc
Compare
1076abc to
4eae033
Compare
4eae033 to
1bbca6b
Compare
1bbca6b to
180240c
Compare
180240c to
2bd389c
Compare
2bd389c to
d12ffb7
Compare
d12ffb7 to
8336457
Compare
8336457 to
83dcde1
Compare
83dcde1 to
7c0ed87
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.33.1-debian-12-r3->1.33.4-debian-12-r012-debian-12-r46->12-debian-12-r51v0.1.66->v0.1.69v0.3.101->v0.3.111v0.2.32->v0.2.381.25.0->1.25.18f791a2->157e6d2Release Notes
sap/admission-webhook-runtime (github.com/sap/admission-webhook-runtime)
v0.1.69Compare Source
v0.1.68Compare Source
v0.1.67Compare Source
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.111Compare Source
v0.3.110Compare Source
v0.3.109Compare Source
v0.3.108Compare Source
v0.3.107Compare Source
Enhancements
Status handling
So far, the observed generation of dependent objects was expected at
status.observedGeneration. Some newer projects seem to populatestatus.conditions[type=*].observedGeneration, additionally, or even exclusively.Starting with this release, if a status hint of
has-observed-generationis present, but nostatus.observedGenerationis found, the framework will look at.status.conditions[type=Ready].observedGenerationas a fallback.Secret handling
It is well known that the
stringDatafield of secrets is not handled properly during server-side-apply:To overcome, we will now merge
stringDataintodatabefore applying and clearstringData. This should be consistent with the logic that would otherwise happen in the API server:See SAP#313.
Deletion handling
It is difficult to move dependent objects from one component to another. That means: adding it to the source manifest of the new one, and removing it from the sources of the old one.
The typical flow looks like this:
adoption-policy: always, at least for a certain time, until the change is rolled out everywhere.Then, when applying that, the new component will force-adopt the existing object, and the old component will run into an owner conflict error. This either has then to be solved manually by patching the old component's inventory, or (in a previous apply), the object must have been applied by the old component with
delete-policy: orphanordelete-policy: orphan-on-apply.It would be nice (and reasonable) if - upon dependent deletion, either due to component apply or component deletion - dependents with no or a different owner would be auto-orphaned. This would eliminate the need of the manual post-processing or the preflight apply run setting delete policies (as explained above).
v0.3.106Compare Source
v0.3.105Compare Source
v0.3.104Compare Source
v0.3.103: v03.103Compare Source
Bug fixes
Fixes #305.
v0.3.102Compare Source
Bug fixes
This release fixes #302.
sap/go-generics (github.com/sap/go-generics)
v0.2.38Compare Source
v0.2.37Compare Source
v0.2.36Compare Source
v0.2.35Compare Source
v0.2.34Compare Source
v0.2.33Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.