Skip to content

Commit

Permalink
release v0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: buffalo1024 <[email protected]>
  • Loading branch information
buffalo1024 authored and buffalo1024 committed Sep 5, 2023
1 parent 75a19ff commit 9f6ca7b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.12.1 / 2023-9-5
========================

* fix read crds files err #181(@buffalo1024)
* add new volume for localdiskmanager #182(@buffalo1024)
* add snapshot-controller and snapshotter containers #183(@buffalo1024)
* config two hostpath volumes of localstorage #184(@buffalo1024)
* modify scheduler-config.yaml #185(@buffalo1024)

v0.12.0 / 2023-8-29
========================

Expand Down
8 changes: 8 additions & 0 deletions changelogs/released/v0.12.1/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v0.12.1 / 2023-9-5
========================

* fix read crds files err #181(@buffalo1024)
* add new volume for localdiskmanager #182(@buffalo1024)
* add snapshot-controller and snapshotter containers #183(@buffalo1024)
* config two hostpath volumes of localstorage #184(@buffalo1024)
* modify scheduler-config.yaml #185(@buffalo1024)
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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.12.0
version: v0.12.1

# 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.12.0
appVersion: v0.12.1
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.12.0
tag: v0.12.1

localDiskManager:
tolerationOnMaster: true
Expand Down

0 comments on commit 9f6ca7b

Please sign in to comment.