Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update v0.14.4 #266

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.14.4 / 2024-3-13
========================

* Solve the bug of drbd install

v0.14.3 / 2024-3-12
========================

Expand Down
4 changes: 4 additions & 0 deletions changelogs/released/v0.14.4/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v0.14.4 / 2024-3-13
========================

* Solve the bug of drbd install
6 changes: 3 additions & 3 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.3
version: v0.14.4

# 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.3
#
appVersion: v0.14.4

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.3
tag: v0.14.4

localDiskManager:
tolerationOnMaster: true
Expand Down