generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update non-minor dependencies #61
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.
+67
−25
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
fa75ab5 to
fe4c614
Compare
e449922 to
e0c092e
Compare
526d723 to
fac557d
Compare
da84a70 to
c8bed0c
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
bbfca1d to
c9c4324
Compare
cf5d4d0 to
2f6653a
Compare
de58be3 to
1475645
Compare
c87164e to
58b63a1
Compare
38c1377 to
605e917
Compare
85de2a0 to
0af4f4b
Compare
7bd7354 to
6010740
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
6010740 to
6e3a20b
Compare
6e3a20b to
646aa35
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.111->v0.3.123v0.2.38->v0.2.471.25.1->1.25.51.25.1->1.25.5v0.34.1->v0.34.3v0.34.1->v0.34.3v0.34.1->v0.34.3v0.34.1->v0.34.3v0.34.1->v0.34.3v0.22.1->v0.22.4157e6d2->607e772Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.123Compare Source
v0.3.122Compare Source
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
v0.3.115Compare Source
v0.3.114Compare Source
v0.3.113Compare Source
v0.3.112Compare Source
sap/go-generics (github.com/sap/go-generics)
v0.2.47Compare Source
v0.2.46Compare Source
v0.2.45Compare Source
v0.2.44Compare Source
v0.2.43Compare Source
v0.2.42Compare Source
v0.2.41Compare Source
v0.2.40Compare Source
v0.2.39Compare Source
golang/go (go)
v1.25.5v1.25.4v1.25.3v1.25.2kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.34.3Compare Source
v0.34.2Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.34.3Compare Source
v0.34.2Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.34.3Compare Source
v0.34.2Compare Source
kubernetes/code-generator (k8s.io/code-generator)
v0.34.3Compare Source
v0.34.2Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.34.3Compare Source
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
v0.22.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.2...v0.22.3
v0.22.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.1...v0.22.2
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.