Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/sap/component-operator-runtime v0.3.111 -> v0.3.123 age confidence require patch
github.com/sap/go-generics v0.2.38 -> v0.2.47 age confidence require patch
go (source) 1.25.1 -> 1.25.5 age confidence golang patch
golang 1.25.1 -> 1.25.5 age confidence stage patch
k8s.io/apiextensions-apiserver v0.34.1 -> v0.34.3 age confidence require patch
k8s.io/apimachinery v0.34.1 -> v0.34.3 age confidence require patch
k8s.io/client-go v0.34.1 -> v0.34.3 age confidence require patch
k8s.io/code-generator v0.34.1 -> v0.34.3 age confidence require patch
k8s.io/kube-aggregator v0.34.1 -> v0.34.3 age confidence require patch
sigs.k8s.io/controller-runtime v0.22.1 -> v0.22.4 age confidence require patch
sigs.k8s.io/controller-runtime/tools/setup-envtest (changelog) 157e6d2 -> 607e772 age confidence require digest

Release Notes

sap/component-operator-runtime (github.com/sap/component-operator-runtime)

v0.3.123

Compare Source

v0.3.122

Compare Source

v0.3.121

Compare Source

v0.3.120

Compare Source

v0.3.119

Compare Source

v0.3.118

Compare 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:

{{- $objects := lookupList "v1" "Secret" "kube-system" "mylabel=myvalue }}

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.117

Compare Source

v0.3.116

Compare Source

v0.3.115

Compare Source

v0.3.114

Compare Source

v0.3.113

Compare Source

v0.3.112

Compare Source

sap/go-generics (github.com/sap/go-generics)

v0.2.47

Compare Source

v0.2.46

Compare Source

v0.2.45

Compare Source

v0.2.44

Compare Source

v0.2.43

Compare Source

v0.2.42

Compare Source

v0.2.41

Compare Source

v0.2.40

Compare Source

v0.2.39

Compare Source

golang/go (go)

v1.25.5

v1.25.4

v1.25.3

v1.25.2

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.34.3

Compare Source

v0.34.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.34.3

Compare Source

v0.34.2

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.34.3

Compare Source

v0.34.2

Compare Source

kubernetes/code-generator (k8s.io/code-generator)

v0.34.3

Compare Source

v0.34.2

Compare Source

kubernetes/kube-aggregator (k8s.io/kube-aggregator)

v0.34.3

Compare Source

v0.34.2

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.22.4

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4

v0.22.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.2...v0.22.3

v0.22.2

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file sap-cs-devops labels Sep 15, 2025
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from fa75ab5 to fe4c614 Compare September 18, 2025 10:38
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from e449922 to e0c092e Compare October 3, 2025 08:53
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 11 times, most recently from 526d723 to fac557d Compare October 11, 2025 02:00
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from da84a70 to c8bed0c Compare October 13, 2025 14:56
@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

ℹ 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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/mod v0.27.0 -> v0.28.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.35.0 -> v0.37.0
golang.org/x/text v0.28.0 -> v0.29.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.34.1 -> v0.34.2
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/kustomize/api v0.20.1 -> v0.21.0
sigs.k8s.io/kustomize/kyaml v0.20.1 -> v0.21.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.1

@renovate renovate bot force-pushed the renovate/non-minor-deps branch 6 times, most recently from bbfca1d to c9c4324 Compare October 15, 2025 20:44
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from cf5d4d0 to 2f6653a Compare October 30, 2025 02:02
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 6 times, most recently from de58be3 to 1475645 Compare November 11, 2025 07:57
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 6 times, most recently from c87164e to 58b63a1 Compare November 19, 2025 00:54
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 6 times, most recently from 38c1377 to 605e917 Compare November 27, 2025 03:39
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 2 times, most recently from 85de2a0 to 0af4f4b Compare December 2, 2025 18:58
@renovate renovate bot force-pushed the renovate/non-minor-deps branch 3 times, most recently from 7bd7354 to 6010740 Compare December 10, 2025 10:27
@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 2025

ℹ️ 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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/mod v0.27.0 -> v0.28.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.35.0 -> v0.37.0
golang.org/x/text v0.28.0 -> v0.29.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.34.1 -> v0.34.3
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/kustomize/api v0.20.1 -> v0.21.0
sigs.k8s.io/kustomize/kyaml v0.20.1 -> v0.21.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.1

@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 6010740 to 6e3a20b Compare December 10, 2025 12:35
@renovate renovate bot force-pushed the renovate/non-minor-deps branch from 6e3a20b to 646aa35 Compare December 15, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file sap-cs-devops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant