Releases: cloudogu/makefiles
Releases · cloudogu/makefiles
v9.3.2
v9.3.1
v9.2.1
v9.2.0
Added
- Add make target
govulncheck
to scan go repositories for vulnerabilities using govulncheck
Changed
bats.mk
:- Raise BATS image version to 1.11.0
- set BATS's /workspace directory as a safe git directory to avoid the git error
detected dubious ownership
Fixed
- Remove Docker warning about potentially missing ARG default values [#190]
v9.1.0
v9.0.5
v9.0.4
v9.0.3
Changed
- Pick up mockery version when the version was defined before including
mocks.mk
- it is no longer necessary to set the version variable
MOCKERY_VERSION
after includingmocks.mk
. Instead the variable can be overwritten before the include.
- it is no longer necessary to set the version variable
Fixed
V9.0.2
v9.0.1
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
withimage-import
. [#172] - Make the target to check all environment variables configurable. Components with own images to build should override
CHECK_VAR_TARGETS
withcheck-all-vars
. [#172]
Fixed
- fixes wrong container image version
latest
duringimage-import
[#172] - the k8s/CRD target
helm-package-release
renames tohelm-package
in order to harmonize withcrd-helm-package
- the k8s/CRD target
manifests
honors now the variableHELM_CRD_SOURCE_DIR
if set to a different value
Added
- runs k8s/CRD target
crd-add-labels
by default after the CRD generation targetmanifest