v1.9.8 🌈
github-actions
released this
29 Aug 08:39
·
18 commits
to refs/heads/main
since this release
Release Notes for starrocks-kubernetes-operator v1.9.8
We are excited to announce the release of StarRocks Kubernetes Operator v1.9.8. This version has the following
enhancements:
- [Helm Chart] Support multiple data volumes on helm chart. #578.
- [Helm Chart] Use a reasonable volume size for logging for BE/CN. Because the logStorageSize field of the Helm Chart
is modified. If the user uses the default value, the Operator will try to update the PVC part of the component's
Statefulset. Statefulset does not allow this part of the configuration to be updated, so there is a case of tuning
failure. The solution is to set it to the original default value, 1GB. #579. - [Helm Chart] Support config override. #580.
- [Operator] Add update permission for starrocksclusters/finalizers resource for OpenShift. #484
- [Operator] Support to disable probe. #569
We thank our community for their contributions and feedback. For a detailed list of changes and updates, please refer to
the GitHub repository. Happy deploying!