diff --git a/CHANGELOG.md b/CHANGELOG.md index a5841d4..b93ebbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v0.16.0 / 2024-10-28 +======================== +* use hwameistor v0.16.0 #319(peng9808) +* add readme to helm #318 (peng9808) +* Fixed the issue that UI cannot be automatically uninstalled #316 (peng9808) + v0.15.0 / 2024-9-23 ======================== * use hwameistor v0.15.0 #313(peng9808) diff --git a/changelogs/released/v0.16.0/changelog b/changelogs/released/v0.16.0/changelog new file mode 100644 index 0000000..1f41cfb --- /dev/null +++ b/changelogs/released/v0.16.0/changelog @@ -0,0 +1,6 @@ +v0.16.0 / 2024-10-28 +======================== +* use hwameistor v0.16.0 #319(peng9808) +* add readme to helm #318 (peng9808) +* Fixed the issue that UI cannot be automatically uninstalled #316 (peng9808) + diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 85b45c8..5185036 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.15.0 +version: v0.16.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.15.0 +appVersion: v0.16.0