Skip to content
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

fix(deps): update module github.com/sap/component-operator-runtime to v0.2.8 #35

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/sap/component-operator-runtime v0.2.7 -> v0.2.8 age adoption passing confidence

Release Notes

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

v0.2.8

Compare Source

Changes

A new struct tag (notFoundPolicy) can now be set on ConfigMap(Key)Reference and Secret(Key)Reference fields in the component's spec, such as:

SecretRef component.SecretReference `json:"secretRef" notFoundPolicy:"ignoreOnDeletion"`

By default, the absence of a referenced config map or secret would put the component into an error/retry state. However, if the component is in deletion (has a metadata.deletionTimestamp set), and if the affected reference has that struct tag set with value ignoreOnDeletion, then no error will happen, and the deletion can proceed, even without the referenced config map or secret being loaded. Note that in that case, the skipped reference must not be dereferenced (by calling Data() resp. Value()) under any circumstances; any attempt to do so will lead to a panic.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Feb 2, 2024
@renovate renovate bot merged commit 314830e into main Feb 3, 2024
7 checks passed
@renovate renovate bot deleted the renovate/non-minor-deps branch February 3, 2024 03: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.

0 participants