Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/make/k8s-dogu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down