v1.9.0 🌈
github-actions
released this
03 Jan 07:35
·
133 commits
to refs/heads/main
since this release
Release Notes for starrocks-kubernetes-operator v1.9.0
We are thrilled to announce the release of StarRocks Kubernetes Operator v1.9.0. This release introduces several
enhancements, bug fixes, and documentation updates to improve the user experience of deploying and managing StarRocks
clusters on Kubernetes.
What's New
- [Feature] Add StarRocksWarehouse CRD to support StarRocks Warehouse Feature (#323). Note: warehouse is an
enterprise feature for StarRocks. - [Enhancement] Use StarRocksCluster State to log errors when subController apply failed (#359): We have improved error
logging by using the StarRocksCluster status.State when the subController apply operation fails. - [Enhancement] Support to mount emptyDir in storageVolumes (#324): We have added support to mount emptyDir in
storageVolumes.
BugFix
- [BugFix] We have fixed an issue where the cluster status phase was not in sync with the component.(#380)
- [BugFix] We have fixed an issue where the HPA was not removed when the autoScalingPolicy was removed.(#379)
- [BugFix] We have fixed an issue where the HPA resource was not removed when the CN spec was removed.(#357)
Maintenance
- We have improved the setup of the Kubernetes environment for unit tests by using setup-envtest. (#347)
- We have added unit tests and ensured that the code coverage is at least 65%. (#354)
- We have updated the script to generate the API reference documentation.(#350)
- We have switched to using zap as the logger for better logging capabilities.(#341)
We encourage you to update to this new version and benefit from these improvements. As always, your feedback is very
welcome.