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.6 -> 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.

v0.2.7

Compare Source

Changes

Add some template functions (available in HelmGenerator and KustomizeGenerator); the full list of template functions (on top of or overloading go template standard and sprig functions) is now:

  • toYaml: same as mustToYaml
  • mustToYaml: as in helm
  • fromYaml: same as mustFromYaml
  • mustFromYaml: as in helm
  • toJson: same as mustToJson
  • mustToJson: as in helm
  • toPrettyJson: same as mustToPrettyJson
  • mustToPrettyJson: as in helm
  • toRawJson: same as mustToRawJson
  • mustToRawJson: as in helm
  • fromJson: same as mustFromJson
  • mustFromJson: as in helm
  • required: as in helm
  • include: as in helm
  • tpl: as in helm
  • lookup: as in helm
  • mustLookup: same as lookup, but fails if referenced object does not exist
  • localLookup: looks up given object in local cluster (that is the cluster where the component exists); returns an empty map if object does not exist
  • mustLocalLookup: same as localLookup, but fails if referenced object does not exist

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-approve[bot]
renovate-approve bot previously approved these changes Feb 2, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.2.7 fix(deps): update module github.com/sap/component-operator-runtime to v0.2.8 Feb 2, 2024
@renovate renovate bot merged commit d751ba5 into main Feb 3, 2024
7 checks passed
@renovate renovate bot deleted the renovate/non-minor-deps branch February 3, 2024 03:57
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