File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
charts/locust-k8s-operator Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commitizen:
55 name : cz_conventional_commits
66 tag_format : $major.$minor.$patch$prerelease
77 update_changelog_on_bump : true
8- version : 1.1.0
8+ version : 1.1.1
99 version_files :
1010 - build.gradle:version
1111 - charts/locust-k8s-operator/Chart.yaml:appVersion
Original file line number Diff line number Diff line change 1+ ## 1.1.1 (2025-07-04)
2+
13## 1.1.0 (2025-07-03)
24
35### Feat
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99// Automatically managed by commitizen (.cz.yaml)
10- version = " 1.1.0 "
10+ version = " 1.1.1 "
1111group = " com.locust"
1212
1313repositories {
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.1.0
18+ version : 1.1.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.1.0 "
24+ appVersion : " 1.1.1 "
You can’t perform that action at this time.
0 commit comments