generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update non-minor dependencies #13
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.
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
4998708 to
3b58dfc
Compare
3b58dfc to
3f9b144
Compare
3f9b144 to
2f3c4a4
Compare
2f3c4a4 to
c8fa023
Compare
c8fa023 to
72d5e0d
Compare
72d5e0d to
e77b662
Compare
e77b662 to
c0a9734
Compare
c0a9734 to
11e0507
Compare
60fa287 to
60b966a
Compare
60b966a to
e010098
Compare
e010098 to
eb4c32c
Compare
eb4c32c to
072578d
Compare
072578d to
d5854fa
Compare
d5854fa to
7b1ea90
Compare
7b1ea90 to
3de23e5
Compare
3de23e5 to
3340094
Compare
3340094 to
4770707
Compare
4770707 to
f49eb25
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:
v0.3.115->v0.3.1211.25.3->1.25.51.25.3->1.25.5v0.34.1->v0.34.2v0.35.0-alpha.2->v0.35.0-rc.0v0.34.1->v0.34.2v0.34.1->v0.34.2v0.34.1->v0.34.2v0.22.3->v0.22.4fb2beab->4b46eb0Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.121Compare Source
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
golang/go (go)
v1.25.5v1.25.4kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.34.2Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.0-rc.0Compare Source
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 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.
This PR was generated by Mend Renovate. View the repository job log.