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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/sap/component-operator-runtime v0.3.17 -> v0.3.29 age adoption passing confidence require patch
go (source) 1.22.2 -> 1.22.4 age adoption passing confidence golang patch

Release Notes

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

v0.3.29

Compare Source

v0.3.28

Compare Source

v0.3.27

Compare Source

v0.3.26

Compare Source

v0.3.25

Compare Source

v0.3.24

Compare Source

v0.3.23

Compare Source

v0.3.22

Compare Source

Incompatible changes
  • Periodically force-apply objects. Previously, objects only got re-applied to the cluster if their annotated digest went out of sync. That means that foreign changes to the dependent object were not reverted, until a real change happened to the object's specification. Now, all objects will be forcefully re-applied at least every 60 minutes.
  • Never use mgr's client for dependents' reconciliation. So far, under certain circumstances, the controller-runtime manager's client was used to reconcile dependents. Non-standard types returned by the used generator therefore could be supported by just adding them to the manager's scheme. This will no longer work. Now, the dependents' reconciler will always use a fresh client. If extra types are needed in its scheme, this can be achieved by passing a scheme builder via component.ReconcilerOptions, or by making the generator implement the types.SchemeBuilder interface.
Enhancements
  • Requeues are now jittered to smoothen load peaks.

v0.3.21

Compare Source

v0.3.20

Compare Source

v0.3.19

Compare Source

v0.3.18

Compare Source

golang/go (go)

v1.22.4

v1.22.3


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Apr 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 8, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 83bd03f to f12e990 Compare April 8, 2024 11:13
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from f12e990 to e8cdb47 Compare April 8, 2024 22:30
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.18 fix(deps): update non-minor dependencies Apr 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 15, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 22, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 22, 2024
@renovate renovate bot changed the title fix(deps): update non-minor dependencies fix(deps): update module github.com/sap/component-operator-runtime to v0.3.20 Apr 24, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.20 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.21 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 8ee202e to dcca509 Compare April 29, 2024 07:45
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.21 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.22 May 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.23 fix(deps): update non-minor dependencies May 7, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 0bd12f8 to ecad552 Compare May 10, 2024 13:05
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from ecad552 to 6271744 Compare May 13, 2024 10:35
renovate-approve[bot]
renovate-approve bot previously approved these changes May 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 27, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 3, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 4, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ 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):

  • 18 additional dependencies were updated

Details:

Package Change
k8s.io/apiextensions-apiserver v0.29.3 -> v0.30.2
k8s.io/apimachinery v0.29.3 -> v0.30.2
k8s.io/client-go v0.29.3 -> v0.30.2
k8s.io/kube-aggregator v0.29.3 -> v0.30.2
sigs.k8s.io/controller-runtime v0.17.2 -> v0.18.4
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/common v0.47.0 -> v0.48.0
github.com/sap/go-generics v0.2.5 -> v0.2.13
golang.org/x/crypto v0.19.0 -> v0.23.0
golang.org/x/net v0.21.0 -> v0.25.0
golang.org/x/sys v0.17.0 -> v0.20.0
golang.org/x/term v0.17.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
k8s.io/api v0.29.3 -> v0.30.2
k8s.io/component-base v0.29.3 -> v0.30.2
k8s.io/kube-openapi v0.0.0-20240209001042-7a0d5b415232 -> v0.0.0-20240228011516-70dd3763d340
sigs.k8s.io/cli-utils v0.35.0 -> v0.36.0

renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 10, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 6122f64 to edeb314 Compare June 24, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from edeb314 to 911cda8 Compare June 24, 2024 07:21
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.

None yet

0 participants