- References
- Release Notes
Release note V1.11.0
Release Date: 2023-09-18
Breaking Changes
Before 1.11
kop:
ports:
plaintext: 9092
ssl: 9093
auth:
enabled: false
After 1.11
broker
kop:
enabled: true
ports:
plaintext: 9092
ssl: 9093
auth:
enabled: false
Features
- Upgrade Pulsar to 3.0 and enable 3.0 new features
- Add logConfig support
- Support init jwt secret when create pulsar cluster
- Support custom token payload
Improvements
- [Upgrade grafana image to 0.1.0](https://github.com/streamnative/charts/pull/1101
- Upgrade private cloud console version
- Add flag for support auto init jwt secret