Skip to content

Commit

Permalink
Bump to version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Dec 1, 2023
1 parent c2aedc2 commit 02425f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v9.0.1](https://github.com/cloudogu/makefiles/releases/tag/v9.0.1) 2023-12-01
### 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]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set these to the desired values
ARTIFACT_ID=makefiles
MAKEFILES_VERSION=9.0.0
MAKEFILES_VERSION=9.0.1
VERSION=${MAKEFILES_VERSION}

.DEFAULT_GOAL:=help
Expand Down

0 comments on commit 02425f0

Please sign in to comment.