Skip to content

Commit

Permalink
Merge pull request #315 from peng9808/main
Browse files Browse the repository at this point in the history
update operator v0.15.0
  • Loading branch information
peng9808 authored Sep 23, 2024
2 parents bc61c65 + 7783798 commit f63aeeb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.15.0 / 2024-9-23
========================
* use hwameistor v0.15.0 #313(peng9808)
* Fixed minor version not being recognized correctly #310 (peng9808)
* use rockylinux to baseImage,Fixed drbd minor version not being recognized correctly #306 (peng9808)
* add trivy,gosec scan #304 (peng9808)
* correct default container annotation #303 (peng9808)

v0.14.9 / 2024-8-29
========================

Expand Down
8 changes: 8 additions & 0 deletions changelogs/released/v0.15.0/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v0.15.0 / 2024-9-23
========================
* use hwameistor v0.15.0 #313(peng9808)
* Fixed minor version not being recognized correctly #310 (peng9808)
* use rockylinux to baseImage,Fixed drbd minor version not being recognized correctly #306 (peng9808)
* add trivy,gosec scan #304 (peng9808)
* correct default container annotation #303 (peng9808)

4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.14.9
version: v0.15.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v0.14.9
appVersion: v0.15.0

2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
operator:
replicas: 1
imageRepository: hwameistor/operator
tag: v0.14.9
tag: v0.15.0

localDiskManager:
tolerationOnMaster: true
Expand Down

0 comments on commit f63aeeb

Please sign in to comment.