diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7254a..ad345a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [#180] Properly delete previous helm packages to mitigate error where helm secrets get too big. - Update CONTROLLER_GEN_VERSION to v0.14.0 to avoid panic during manifest-run when using go1.22 [#178] +- Add dependency to `install-yq` to the `make build`-command for k8s-dogus [#182] ## [v9.0.3](https://github.com/cloudogu/makefiles/releases/tag/v9.0.3) 2024-03-18 ### Change diff --git a/build/make/k8s-dogu.mk b/build/make/k8s-dogu.mk index 296b1c7..4c51b0e 100644 --- a/build/make/k8s-dogu.mk +++ b/build/make/k8s-dogu.mk @@ -18,7 +18,7 @@ include $(BUILD_DIR)/make/k8s.mk ##@ K8s - EcoSystem .PHONY: build -build: image-import install-dogu-descriptor create-dogu-resource apply-dogu-resource ## Builds a new version of the dogu and deploys it into the K8s-EcoSystem. +build: install-yq image-import install-dogu-descriptor create-dogu-resource apply-dogu-resource ## Builds a new version of the dogu and deploys it into the K8s-EcoSystem. ##@ K8s - Dogu - Resource