Releases: SAP/component-operator-runtime
Releases · SAP/component-operator-runtime
v0.3.120: fix(deps): update node.js to v24.11.1 (#348)
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)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v0.3.118
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)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v0.3.116
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)
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)
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)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v0.3.112
add sap-cs-devops label
v0.3.111
scaffold: bump versions (#332)