Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: buffalo1024 <[email protected]>
  • Loading branch information
buffalo1024 authored and buffalo1024 committed Oct 18, 2023
1 parent 9d2a3f1 commit 8a59b1f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
========================

Expand Down
15 changes: 15 additions & 0 deletions changelogs/released/v0.13.0/changelog
Original file line number Diff line number Diff line change
@@ -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 )
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12.2
tag: v0.13.0

localDiskManager:
tolerationOnMaster: true
Expand Down

0 comments on commit 8a59b1f

Please sign in to comment.