Skip to content

Commit

Permalink
bump(release): v0.4.0 → v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanHamouda committed Jan 27, 2023
1 parent 1fdeb5e commit 3be1740
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.4.0
version: 0.5.0
version_files:
- build.gradle:version
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.0 (2023-01-27)

### Feat

- **#78**: Support HELM control to enable/disable injecting Affinity & Taint tolerations information from Custom Resources (#84)
- **#78**: Support adding taint tolerations to pods (#83)
- **#78**: Support adding node affinity through the custom resource (#81)

## 0.4.0 (2022-12-02)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

// Automatically managed by commitizen (.cz.yaml)
version = "0.4.0"
version = "0.5.0"
group = "com.locust"

repositories {
Expand Down

0 comments on commit 3be1740

Please sign in to comment.