generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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
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.
Open
+7
−7
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
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
f2b109b
to
66b7fdf
Compare
66b7fdf
to
15480e7
Compare
15480e7
to
b2cf67e
Compare
b2cf67e
to
d920daa
Compare
d920daa
to
5bbdd2e
Compare
5bbdd2e
to
a3aae8b
Compare
a3aae8b
to
15e6ccb
Compare
15e6ccb
to
1076abc
Compare
1076abc
to
4eae033
Compare
4eae033
to
1bbca6b
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:
1.33.1-debian-12-r3
->1.33.4-debian-12-r0
12-debian-12-r46
->12-debian-12-r51
v0.1.66
->v0.1.68
v0.3.101
->v0.3.108
v0.2.32
->v0.2.36
8f791a2
->fc84a60
Release Notes
sap/admission-webhook-runtime (github.com/sap/admission-webhook-runtime)
v0.1.68
Compare Source
v0.1.67
Compare Source
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.108
Compare Source
v0.3.107
Compare 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-generation
is present, but nostatus.observedGeneration
is found, the framework will look at.status.conditions[type=Ready].observedGeneration
as a fallback.Secret handling
It is well known that the
stringData
field of secrets is not handled properly during server-side-apply:To overcome, we will now merge
stringData
intodata
before 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: orphan
ordelete-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.106
Compare Source
v0.3.105
Compare Source
v0.3.104
Compare Source
v0.3.103
: v03.103Compare Source
Bug fixes
Fixes #305.
v0.3.102
Compare Source
Bug fixes
This release fixes #302.
sap/go-generics (github.com/sap/go-generics)
v0.2.36
Compare Source
v0.2.35
Compare Source
v0.2.34
Compare Source
v0.2.33
Compare 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.