Skip to content

Commit

Permalink
Merge pull request #245 from buffalo1024/release-v0.14.0
Browse files Browse the repository at this point in the history
release v0.14.0
buffalo1024 authored Dec 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 2c72109 + a80294a commit dabd40a
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.14.0 / 2023-12-29
========================

* support set evictor.disable in day 2 #240 (@hellokg21 )
* Ensure ldmcsicontroller when deleted #241 (@hellokg21 )
* ensure lscsicontroller when deleted #242 (@hellokg21 )

v0.13.4 / 2023-12-1
========================

6 changes: 6 additions & 0 deletions changelogs/released/v0.14.0/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v0.14.0 / 2023-12-29
========================

* support set evictor.disable in day 2 #240 (@hellokg21 )
* Ensure ldmcsicontroller when deleted #241 (@hellokg21 )
* ensure lscsicontroller when deleted #242 (@hellokg21 )
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.13.4
version: v0.14.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.13.4
appVersion: v0.14.0
2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ global:
operator:
replicas: 1
imageRepository: hwameistor/operator
tag: v0.13.4
tag: v0.14.0

localDiskManager:
tolerationOnMaster: true

0 comments on commit dabd40a

Please sign in to comment.