generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update non-minor dependencies #26
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/non-minor-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+42
−16
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6bdfb33 to
47c531a
Compare
47c531a to
47fa26c
Compare
47fa26c to
7d4dfe0
Compare
7d4dfe0 to
d314216
Compare
d314216 to
b028878
Compare
b028878 to
b0edf25
Compare
b0edf25 to
dc5e5cf
Compare
dc5e5cf to
2b3e252
Compare
3d448b9 to
3e1b350
Compare
3e1b350 to
1d84219
Compare
1d84219 to
5e2be8a
Compare
5e2be8a to
6a590eb
Compare
6a590eb to
0fdd352
Compare
0fdd352 to
d9c9fd0
Compare
d9c9fd0 to
3e4bb7c
Compare
3e4bb7c to
de9e034
Compare
de9e034 to
0b43b1e
Compare
0b43b1e to
2e4c042
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.27.1->v2.27.2v0.86.1->v0.86.2v0.1.73->v0.1.77v0.3.115->v0.3.120v0.2.42->v0.2.451.25.3->1.25.41.25.3->1.25.4v0.34.1->v0.34.2v0.34.1->v0.34.2v0.35.0-alpha.2->v0.35.0-beta.0v0.34.1->v0.34.2v0.34.1->v0.34.2v0.34.1->v0.34.2v0.22.3->v0.22.4fb2beab->d81cc2dRelease Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.27.2Compare Source
2.27.2
Fixes
a69113a]Maintenance
a99c6e0]f993df5]prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.86.2: 0.86.2 / 2025-11-07Compare Source
sap/admission-webhook-runtime (github.com/sap/admission-webhook-runtime)
v0.1.77Compare Source
v0.1.76Compare Source
v0.1.75Compare Source
v0.1.74Compare Source
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.120Compare Source
v0.3.119Compare Source
v0.3.118Compare Source
Enhancements
Kustomize generator
This release add three new template functions to the
KustomizeGenerator:lookupList <apiVersion> <kind> <namespace> <labelSelector>localLookupList <apiVersion> <kind> <namespace> <labelSelector>lookupListWithKubeConfig <apiVersion> <kind> <namespace> <labelSelector> <kubeConfig>They can be used to list objects (optionally by a label selector) from the Kubernetes API. To be called like this:
The 'local' variant uses the effective local (controller-side) kubeconfig (in case of remotely deployed components).
The 'WithKubeConfig' variant takes an arbitrary kubeconfig (as
string) as last argument.All three methods return an array of
map[string]any, representing the found resources.For namespaced objects, if the given namespace is empty, objects are selected from all namespaces. For non-namespaced objects, the namespace should be specified empty. An empty selector means: 'select everything'.
v0.3.117Compare Source
v0.3.116Compare Source
sap/go-generics (github.com/sap/go-generics)
v0.2.45Compare Source
v0.2.44Compare Source
v0.2.43Compare Source
golang/go (go)
v1.25.4kubernetes/api (k8s.io/api)
v0.34.2Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.34.2Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.0-beta.0Compare Source
v0.35.0-alpha.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.34.2Compare Source
kubernetes/code-generator (k8s.io/code-generator)
v0.34.2Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.34.2Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.22.4Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4
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.
This PR was generated by Mend Renovate. View the repository job log.