From 1078d962099aca6a1d7caeef27346329f38128c0 Mon Sep 17 00:00:00 2001 From: peng9808 Date: Wed, 31 Jul 2024 15:34:56 +0800 Subject: [PATCH] update operator v0.14.8 Signed-off-by: peng9808 --- CHANGELOG.md | 15 ++++++++++++++- changelogs/released/v0.14.6/changelog | 2 +- changelogs/released/v0.14.7/changelog | 2 +- changelogs/released/v0.14.8/changelog | 12 ++++++++++++ helm/operator/Chart.yaml | 4 ++-- helm/operator/values.yaml | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 changelogs/released/v0.14.8/changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab1b4df..ecb27b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -v0.14.6 / 2024-6-25 +v0.14.8 / 2024-7-31 +======================== + +* fix DatasetDefaultPoolClass bug #285 (@peng9808) +* Inject dataload-init into the Admission module,Fixed the issue that changing the loop variable does not take effect #287 (@peng9808) +* Added automatic uninstallation function #288 (@peng9808) +* make data safer by default.in case user delete pvc by accident , and limit RBAC hwameistor-role permissions #289 (@peng9808) +* fix(InstallCRDs): reverse CRD install status when necessary #292 (@SSmallMonster) +* fix(admission): update when secrets found but not found data #293 (@SSmallMonster) +* update base image #294 (@peng9808) +* Fix the bug of reinstallation #296 (@peng9808) +* use hwameistor v0.14.6 #295 (@peng9808) + +v0.14.7 / 2024-6-25 ======================== * Need to implement the installation of the two modules dataload-manager and dataset-manager #278 (@peng9808) diff --git a/changelogs/released/v0.14.6/changelog b/changelogs/released/v0.14.6/changelog index 0f3ca334..3e5ebc35 100644 --- a/changelogs/released/v0.14.6/changelog +++ b/changelogs/released/v0.14.6/changelog @@ -1,4 +1,4 @@ -v0.14.5 / 2024-4-17 +v0.14.6 / 2024-4-17 ======================== * use hwameistor v0.14.3 #273 (@peng9808) diff --git a/changelogs/released/v0.14.7/changelog b/changelogs/released/v0.14.7/changelog index d689850b..bf85237a 100644 --- a/changelogs/released/v0.14.7/changelog +++ b/changelogs/released/v0.14.7/changelog @@ -1,4 +1,4 @@ -v0.14.6 / 2024-6-25 +v0.14.7 / 2024-6-25 ======================== * Need to implement the installation of the two modules dataload-manager and dataset-manager #278 (@peng9808) diff --git a/changelogs/released/v0.14.8/changelog b/changelogs/released/v0.14.8/changelog new file mode 100644 index 00000000..a25c4e39 --- /dev/null +++ b/changelogs/released/v0.14.8/changelog @@ -0,0 +1,12 @@ +v0.14.8 / 2024-6-25 +======================== + +* fix DatasetDefaultPoolClass bug #285 (@peng9808) +* Inject dataload-init into the Admission module,Fixed the issue that changing the loop variable does not take effect #287 (@peng9808) +* Added automatic uninstallation function #288 (@peng9808) +* make data safer by default.in case user delete pvc by accident , and limit RBAC hwameistor-role permissions #289 (@peng9808) +* fix(InstallCRDs): reverse CRD install status when necessary #292 (@SSmallMonster) +* fix(admission): update when secrets found but not found data #293 (@SSmallMonster) +* update base image #294 (@peng9808) +* Fix the bug of reinstallation #296 (@peng9808) +* use hwameistor v0.14.6 #295 (@peng9808) diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 8df0e6bb..1f488fca 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.7 +version: v0.14.8 # 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.7 +appVersion: v0.14.8 diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 407dd6d2..147666f3 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.7 + tag: v0.14.8 localDiskManager: tolerationOnMaster: true