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 non-minor dependencies #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/sap/component-operator-runtime v0.3.67 -> v0.3.70 age adoption passing confidence require patch
go (source) 1.23.5 -> 1.23.6 age adoption passing confidence golang patch
golang 1.23.5 -> 1.23.6 age adoption passing confidence stage patch
sigs.k8s.io/controller-runtime/tools/setup-envtest 1a91ccc -> 2e8ba92 age adoption passing confidence require digest

Release Notes

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

v0.3.70

Compare Source

Changes

This release finalizes the reworking of the force-reapply logic started in https://github.com/SAP/component-operator-runtime/releases/tag/v0.3.62.

So far, a dependent object was applied to the cluster if

  • it does not exist or
  • it exists and is out of sync (that is the annotated digest does not match) or
  • it exists and its status.inventory[].lastAppliedAt timestamp is set and is more than 60m in the past.

The third condition is now changed to

  • it exists and its status.inventory[].lastAppliedAt timestamp is not set, or is set and is more than 60m in the past.

As a consequence, the component CRD now must contain the status.inventory[].lastAppliedAt field, that is the consumers must have regenerated their CRD to reflect the current component-operator-runtime API types, as already stated in the release notes of v0.3.62.

v0.3.69

Compare Source

Enhancements

Starting with this release, the deletion of dependent objects will fail unless the existing value of the owner-id label of the dependent object matches the component that wants to delete it. If the owner-id label is missing, or the value does not match, the deletion will be rejected.

v0.3.68

Compare Source

golang/go (go)

v1.23.6


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 3, 2025
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/sap/go-generics v0.2.25 -> v0.2.26
github.com/spf13/afero v1.6.0 -> v1.12.0
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/oauth2 v0.23.0 -> v0.25.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
golang.org/x/time v0.9.0 -> v0.10.0

renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 3, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.68 fix(deps): update non-minor dependencies Feb 3, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 1f17e0a to 58515f8 Compare February 3, 2025 13:04
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
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