Skip to content

v9.0.1

Compare
Choose a tag to compare
@ppxl ppxl released this 01 Dec 10:52
· 57 commits to develop since this release
v9.0.1
1053247

Changed

  • Make the targets for generate and copy manifests configurable. External components have to override them with empty values because they do not have CRDs in go-code. [#172]
  • Make the target to importing images configurable. Components with own images to build should override IMAGE_IMPORT_TARGET with image-import. [#172]
  • Make the target to check all environment variables configurable. Components with own images to build should override CHECK_VAR_TARGETS with check-all-vars. [#172]

Fixed

  • fixes wrong container image version latest during image-import [#172]
  • the k8s/CRD target helm-package-release renames to helm-package in order to harmonize with crd-helm-package
  • the k8s/CRD target manifests honors now the variable HELM_CRD_SOURCE_DIR if set to a different value

Added

  • runs k8s/CRD target crd-add-labels by default after the CRD generation target manifest