From 8a59b1f3a6c9be67242ac5bc672f2a3a198e5a59 Mon Sep 17 00:00:00 2001 From: buffalo1024 Date: Wed, 18 Oct 2023 19:54:57 +0800 Subject: [PATCH] release v0.13.0 Signed-off-by: buffalo1024 --- CHANGELOG.md | 16 ++++++++++++++++ changelogs/released/v0.13.0/changelog | 15 +++++++++++++++ helm/operator/Chart.yaml | 4 ++-- helm/operator/values.yaml | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 changelogs/released/v0.13.0/changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cf894a..24c16b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +v0.13.0 / 2023-10-18 +======================== + +* add new components in .relok8s-images.yaml #194 (@buffalo1024 ) +* reuse kubeconfig #201 (@hellokg21 ) +* reuse kubeconfig in setting up LDN informer #202 (@hellokg21 ) +* do not print error when storageclass already exists #203 (@hellokg21 ) +* upper default logger level(debug) for ldm #204 (@SSmallMonster ) +* support set resources of component while installing #206 (@buffalo1024 ) +* update csi-provisioner image tag of localstorage to v3.5.0 #207 (@buffalo1024 ) +* add failurePolicy of admission controller in helm chart #208 (@buffalo1024 ) +* add resources value in values.extra.prod.yaml for new components #209 (@buffalo1024 ) +* use hwameistor v0.12.4 #210 (@buffalo1024 ) +* add tool juicesync #211 (@buffalo1024 ) +* use hwameistor v0.13.0 #212 (@buffalo1024 ) + v0.12.2 / 2023-9-19 ======================== diff --git a/changelogs/released/v0.13.0/changelog b/changelogs/released/v0.13.0/changelog new file mode 100644 index 00000000..cc1f8db5 --- /dev/null +++ b/changelogs/released/v0.13.0/changelog @@ -0,0 +1,15 @@ +v0.13.0 / 2023-10-18 +======================== + +* add new components in .relok8s-images.yaml #194 (@buffalo1024 ) +* reuse kubeconfig #201 (@hellokg21 ) +* reuse kubeconfig in setting up LDN informer #202 (@hellokg21 ) +* do not print error when storageclass already exists #203 (@hellokg21 ) +* upper default logger level(debug) for ldm #204 (@SSmallMonster ) +* support set resources of component while installing #206 (@buffalo1024 ) +* update csi-provisioner image tag of localstorage to v3.5.0 #207 (@buffalo1024 ) +* add failurePolicy of admission controller in helm chart #208 (@buffalo1024 ) +* add resources value in values.extra.prod.yaml for new components #209 (@buffalo1024 ) +* use hwameistor v0.12.4 #210 (@buffalo1024 ) +* add tool juicesync #211 (@buffalo1024 ) +* use hwameistor v0.13.0 #212 (@buffalo1024 ) \ No newline at end of file diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index da9d0b0e..434c6774 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -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.12.2 +version: v0.13.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.12.2 +appVersion: v0.13.0 diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 8356803b..dd58c5d9 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -10,7 +10,7 @@ global: operator: replicas: 1 imageRepository: hwameistor/operator - tag: v0.12.2 + tag: v0.13.0 localDiskManager: tolerationOnMaster: true