From 7783798313342b98025fd0c5ebbb5a07e52f1063 Mon Sep 17 00:00:00 2001 From: peng9808 Date: Mon, 23 Sep 2024 17:21:18 +0800 Subject: [PATCH] update operator v0.15.0 Signed-off-by: peng9808 --- CHANGELOG.md | 8 ++++++++ changelogs/released/v0.15.0/changelog | 8 ++++++++ helm/operator/Chart.yaml | 4 ++-- helm/operator/values.yaml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 changelogs/released/v0.15.0/changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index e996fae..a5841d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ======================== diff --git a/changelogs/released/v0.15.0/changelog b/changelogs/released/v0.15.0/changelog new file mode 100644 index 0000000..750ce08 --- /dev/null +++ b/changelogs/released/v0.15.0/changelog @@ -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) + diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 25572d3..85b45c8 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -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 diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 57a22c1..c23f1bb 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -10,7 +10,7 @@ global: operator: replicas: 1 imageRepository: hwameistor/operator - tag: v0.14.9 + tag: v0.15.0 localDiskManager: tolerationOnMaster: true