Releases: SAP/component-operator-runtime
Releases · SAP/component-operator-runtime
v0.3.33
add comments
v0.3.32
Incompatible changes
- Options for the kustomize generator are now passed via a new struct
KustomizeGeneratorOptions
The signature of the generator'stype KustomizeGeneratorOptions struct { // If defined, only files with that suffix will be subject to templating. TemplateSuffix *string // If defined, the given left delimiter will be used to parse go templates; otherwise, defaults to '{{' LeftTemplateDelimiter *string // If defined, the given right delimiter will be used to parse go templates; otherwise, defaults to '}}' RightTemplateDelimiter *string }
New*()
methods changes accordingly.
Besides providing a suffix for files subject to templating, it is now possible to specify non-standard template delimiters (i.e. something different from{{
and}}
). In addition, options supplied through the constructors can be overridden in the source, if there exists a file.component-config.yaml
at the kustomization's root directory. - The implicit kustomization (i.e. the one which is auto-generated by the framework in case there is none) now ignores hidden files, i.e. files starting with a dot.
v0.3.31
fix(deps): update module sigs.k8s.io/cli-utils to v0.37.1
v0.3.30
chore(deps): update dependency postcss to v8.4.39
v0.3.29
fix(deps): update non-minor dependencies to v0.30.2
v0.3.28
fix(deps): update module sigs.k8s.io/controller-runtime to v0.18.4
v0.3.27
fix(deps): update module github.com/sap/go-generics to v0.2.12
v0.3.26
fix(go.mod/go.sum): update module github.com/onsi/ginkgo/v2 to v2.19.0
v0.3.25
fix(deps): update non-minor dependencies to v0.30.1
v0.3.24
fix(deps): update module github.com/prometheus/client_golang to v1.19.1