Skip to content

Releases: SAP/component-operator-runtime

v0.3.120: fix(deps): update node.js to v24.11.1 (#348)

17 Nov 07:17
c17db25

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.119: fix(go.mod/go.sum): update minor dependencies (golang) to v0.21.0 (#345)

10 Nov 07:17
f2b6fcb

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.118

04 Nov 10:09
e35b078

Choose a tag to compare

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: fix(deps): update node.js to v24.11.0 (#342)

03 Nov 07:17
c69ea9f

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.116

27 Oct 07:17
bfca905

Choose a tag to compare

fix(go.mod/go.sum): update module github.com/onsi/ginkgo/v2 to v2.27.…

v0.3.115: fix(deps): update node.js to v24.10.0 (#338)

13 Oct 07:17
bc245ad

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.114: chore(actions): update actions/stale action to v10.1.0 (#336)

06 Oct 07:17
1095009

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.113: fix(deps): update node.js to v24.9.0 (#334)

29 Sep 07:17
d88a903

Choose a tag to compare

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.3.112

15 Sep 07:17

Choose a tag to compare

add sap-cs-devops label

v0.3.111

09 Sep 21:53
e960071

Choose a tag to compare

scaffold: bump versions (#332)