Skip to content

Releases: SAP/component-operator-runtime

v0.3.33

29 Jul 07:16
Compare
Choose a tag to compare
add comments

v0.3.32

10 Jul 06:31
5c2d50d
Compare
Choose a tag to compare

Incompatible changes

  • Options for the kustomize generator are now passed via a new struct KustomizeGeneratorOptions
    type 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
    }
    The signature of the generator's 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

08 Jul 07:16
Compare
Choose a tag to compare
fix(deps): update module sigs.k8s.io/cli-utils to v0.37.1

v0.3.30

01 Jul 07:16
Compare
Choose a tag to compare
chore(deps): update dependency postcss to v8.4.39

v0.3.29

17 Jun 07:16
Compare
Choose a tag to compare
fix(deps): update non-minor dependencies to v0.30.2

v0.3.28

10 Jun 07:16
Compare
Choose a tag to compare
fix(deps): update module sigs.k8s.io/controller-runtime to v0.18.4

v0.3.27

03 Jun 07:16
Compare
Choose a tag to compare
fix(deps): update module github.com/sap/go-generics to v0.2.12

v0.3.26

27 May 07:16
Compare
Choose a tag to compare
fix(go.mod/go.sum): update module github.com/onsi/ginkgo/v2 to v2.19.0

v0.3.25

20 May 07:16
Compare
Choose a tag to compare
fix(deps): update non-minor dependencies to v0.30.1

v0.3.24

13 May 07:16
Compare
Choose a tag to compare
fix(deps): update module github.com/prometheus/client_golang to v1.19.1