This is the first Apache Pulsar Helm chart release to support Pulsar 4.0.0 release.
Breaking changes
- The kube-prometheus-stack version has been upgraded to 65.x.x in Pulsar Helm Chart version 3.7.0. It is necessary to follow the upgrade instructions when upgrading from Helm Chart version 3.0.0-3.6.0 to 3.7.0 version and above.
- The typo in the configuration key
extraEnvs
has been fixed (previously misspelled asextreEnvs
). Configurations using.Values.broker.extreEnvs
or.Values.pulsar.extreEnvs
should be updated accordingly (#540).
What's Changed
- feat: add extraVolumes and Mounts for pulsar-manager by @lenglet-k in #535
- Test with 3.3.2 image by @lhotari in #541
- fix: broker extraEnv variable by @lenglet-k in #540
- fix: update role: deployments and statefulsets belong to apiGroups "apps" by @yccharles in #543
- Use Pulsar 4.0.0 image, bump chart version to 3.7.0, kube-prometheus-stack to 65.x by @lhotari in #542
New Contributors
- @yccharles made their first contribution in #543
Full Changelog: pulsar-3.6.0...pulsar-3.7.0