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.7 #34

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 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.7 age adoption passing confidence

Release Notes

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

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 1, 2024
@renovate renovate bot merged commit da55d0b into main Feb 1, 2024
7 checks passed
@renovate renovate bot deleted the renovate/non-minor-deps branch February 1, 2024 21:22
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