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

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 29, 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.20 -> v0.3.30 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.30

Compare Source

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

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-approve[bot]
renovate-approve bot previously approved these changes Apr 29, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 9eeffc1 to 649aa86 Compare April 29, 2024 11:17
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 649aa86 to 06beea2 Compare May 1, 2024 23:31
@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-approve[bot]
renovate-approve bot previously approved these changes May 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/sap/component-operator-runtime to v0.3.22 fix(deps): update module github.com/sap/component-operator-runtime to v0.3.23 May 6, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 06beea2 to 92d1809 Compare May 6, 2024 08:00
renovate-approve[bot]
renovate-approve bot previously approved these changes May 6, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 92d1809 to 781a451 Compare May 7, 2024 19:37
@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 71ce8cf to 6309648 Compare May 13, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 6309648 to a68ada7 Compare May 13, 2024 11:01
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 renovate bot force-pushed the renovate/non-minor-deps branch 4 times, most recently from 2e68f70 to 3013d1e Compare May 27, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 3013d1e to 17cc35a Compare May 27, 2024 09:55
renovate-approve[bot]
renovate-approve bot previously approved these changes May 27, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 97876bd to a301c59 Compare June 3, 2024 07:20
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from a301c59 to 8ade567 Compare June 3, 2024 10:10
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 3, 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):

  • 17 additional dependencies were updated

Details:

Package Change
k8s.io/apiextensions-apiserver v0.29.4 -> v0.30.2
k8s.io/apimachinery v0.29.4 -> v0.30.2
k8s.io/client-go v0.29.4 -> v0.30.2
k8s.io/kube-aggregator v0.29.4 -> v0.30.2
sigs.k8s.io/controller-runtime v0.17.3 -> v0.18.4
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.7 -> v0.2.13
golang.org/x/crypto v0.21.0 -> v0.23.0
golang.org/x/net v0.23.0 -> v0.25.0
golang.org/x/sys v0.18.0 -> v0.20.0
golang.org/x/term v0.18.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
k8s.io/api v0.29.4 -> v0.30.2
k8s.io/component-base v0.29.4 -> 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 4, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 1ce106f to 6f9222e Compare June 10, 2024 07:19
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 6f9222e to e3d0dab Compare June 10, 2024 09:49
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 10, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 532b613 to be5750f Compare June 17, 2024 07:26
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from be5750f to ffa7e10 Compare June 17, 2024 10:54
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 17, 2024
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 7e724b0 to 994a864 Compare July 1, 2024 07:20
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