Skip to content

v1.9.5 ๐ŸŒˆ

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 07:36
· 53 commits to refs/heads/main since this release
cad4beb

Release Notes for starrocks-kubernetes-operator v1.9.5

We are excited to announce the release of StarRocks Kubernetes Operator v1.9.5. This version brings a mix of
features and enhancements to further improve the deployment and management of StarRocks clusters on Kubernetes
environments.

Feature

  • [Feature] Support init Containers. User can add a k8s pod format initContainers. PR #499 #508
  • [Feature] Support sidecars. User can add a k8s pod format sidecars. PR #461
  • [Feature] Support deploy multiple StarRocks clusters in one namespace. PR #493 #509

Enhancements

  • [Enhancement] Support users to apply their own resources. PR #496
  • [Enhancement] Support to customize securityContext for Operator Chart. PR #495
  • [Enhancement] Support warehouse to be deployed in different namespace with StarRocks cluster. PR #505

Maintenance

[Chore] This PR aims to standardize the format of YAML files in templates directory. PR #501
[Chore] Upgrade Golang version to 1.22, and sigs.k8s.io/controller-runtime to v0.14.0. PR #497