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 #59

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

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.71 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 a9b7c2d -> c5bb1d4 age adoption passing confidence require digest

Release Notes

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

v0.3.71

Compare Source

Incompatible changes

  • The semantics of deletion policy Orphan is slightly changed; previously Orphan had no effect if a dependent object became redundant during apply (that is, it was part of the component manifest before, and is no longer now). Now, if an object has an effective deletion policy Orphan, then it will be always orphaned if
    • the object becomes redundant during apply or
    • the component itself is deleted.

Enhancements

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-approve[bot]
renovate-approve bot previously approved these changes Dec 23, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from a9d5ac5 to 96c1f80 Compare December 30, 2024 07:27
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.60 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.61 Dec 30, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 30, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 4b6c81c to 20cf6d3 Compare December 30, 2024 12:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 20cf6d3 to 1fbb590 Compare December 30, 2024 16:36
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 30, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 1fbb590 to e15ee19 Compare January 1, 2025 18:07
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.61 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.62 Jan 1, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 1, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.62 fix(deps): update non-minor dependencies Jan 3, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from e15ee19 to 82cccd7 Compare January 3, 2025 12:42
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 8, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 7 times, most recently from 20def47 to faaba20 Compare January 23, 2025 16:47
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 5 times, most recently from 09236fc to ee14091 Compare January 30, 2025 00:33
@renovate renovate bot changed the title fix(deps): update non-minor dependencies fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to e93668e Jan 30, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 58cbf10 to c52ddb8 Compare January 30, 2025 11:58
@renovate renovate bot changed the title fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to e93668e fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to 1a91ccc Jan 30, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from c52ddb8 to c4fd9bf Compare January 30, 2025 22:22
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 renovate bot changed the title fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to 1a91ccc fix(deps): update non-minor dependencies Feb 3, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 8 times, most recently from 149822b to e44a229 Compare February 9, 2025 09:55
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from e44a229 to 84a3cab Compare February 10, 2025 09:46
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