v1.8.6 🌈
·
188 commits
to refs/heads/main
since this release
Release Notes for starrocks-kubernetes-operator v1.8.6
We are pleased to announce the release of starrocks-kubernetes-operator v1.8.6. This release includes several bug fixes
and enhancements. Here are the key updates:
Bug Fixes
- Fix the problem of nginx sending the request body to FE when redirecting the stream load request, which may cause
the stream load to fail. (#303)
Maintenance
- [Documentation] add doc/load_data_using_stream_load.md. This document introduces how to load data from outside the
k8s network to StarRocks through fe-proxy. - [Documentation] update change_root_password_howto.md. This document adds the steps of how to update the
root password through Helm Chart. - [Chore] Add GitHub Actions to add label on issue and PR. This chore improves the project quality by adding necessary
labels to issues and PRs.
We encourage you to update to this new version and benefit from these improvements. As always, your feedback is very
welcome.
PRS
- [Doc] add load_data_using_stream_load.md @yandongxiao (#296)
- [Doc] update change_root_password_howto.md @yandongxiao (#295)
- [Bugfix] set proxy_pass_request_body off when redirect to FE @yandongxiao (#303)
- [Documentation] update automatic_scaling_for_cn_nodes_howto.md @yandongxiao (#299)
- [Chore] Add Github Actions to add label on issue and PR @yandongxiao (#297)