v1.9.2 ๐
github-actions
released this
04 Feb 12:08
·
97 commits
to refs/heads/main
since this release
Release Notes for starrocks-kubernetes-operator v1.9.2
We are excited to announce the release of StarRocks Kubernetes Operator v1.9.2. This version brings a mix of new
features, enhancements, documentation updates, and bug fixes to further improve the deployment and management of
StarRocks clusters on Kubernetes environments.
What's New
- [chart] Add Datadog profiling to SR Helm to enhance monitoring capabilities. #437
- [chart] Add
starrocksCluster.componentValues
to define some values uniformly to streamline configurations. #425 - [operator] Add k8s event information during the Operator reconciliation for better debugging and operational insights. #391
Enhancements
- [operator] Prefer to use containerPort to export service node port. #421
- [chart] Upgrade ServiceMonitor
- In order to support StarRocks Grafana Dashboard,
app_starrocks_ownerreference_name
orapp_kubernetes_io_component labels
were added toup
metrics by ServiceMonitor. #433 - Users can now add labels on ServiceMonitor for more flexible monitoring configuration. #432
- In order to support StarRocks Grafana Dashboard,
- [chart] Allow users to specify mount paths, providing more customization options for deployments. #428
- [chart] Eliminate Helm warnings caused by differing types of feEnvVars, beEnvVars, and cnEnvVars, improving the deployment experience. #434 #396
- [chart] Complete imagePullSecrets and affinity fields for helm charts to enhance deployment flexibility and scheduling. #417
Bug Fixes
- [chart] Allowed to remove some resources limit, like CPU, providing more flexibility in resource management. #426
- [chart] Upgraded the version of Golang and libraries to fix some vulnerabilities, improving security. #415
Documentation
- Added
doc/least_permission_to_deploy_starrocks_howto.md
to help users deploy with minimal permissions. #431 - Added more details about Prometheus integration for better monitoring setup. #427
- Removed the 1.7.0 and 1.6.x version in index.yaml. #435
- Documentation improvements including moving and adding pull request templates for better contribution guidelines. #410 #409
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!