fix(deps): update non-minor dependencies #61
+25
−10
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.118v0.2.38->v0.2.441.25.1->1.25.41.25.1->1.25.4v0.22.1->v0.22.4157e6d2->887f011Release Notes
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
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.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.4v1.25.3v1.25.2kubernetes-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 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.