Releases: apache/pulsar-helm-chart
pulsar-3.8.0
What's Changed
- feat: add loadBalancerClass for proxy and pulsar-manager by @lenglet-k in #546
- Correct pulsar proxy prometheus.io/port annotation by @doug-ba in #548
- Add support for admin port on ZooKeeper by @liamgib in #550
- Add support for using Oxia as the metadata store for Pulsar and BookKeeper by @yuweisung in #544
- Fix invalid internal server name in Oxia config by @lhotari in #552
- Fix Oxia config so that it includes a list of all pods in the statefulset by @lhotari in #553
- Revert "Wrap Zookeeper probe script with timeout command (#214)" by @lhotari in #556
- Upgrade to Pulsar 4.0.1 image by @lhotari in #557
New Contributors
Full Changelog: pulsar-3.7.0...pulsar-3.8.0
pulsar-3.8.0-candidate-1
What's Changed
- feat: add loadBalancerClass for proxy and pulsar-manager by @lenglet-k in #546
- Correct pulsar proxy prometheus.io/port annotation by @doug-ba in #548
- Add support for admin port on ZooKeeper by @liamgib in #550
- Add support for using Oxia as the metadata store for Pulsar and BookKeeper by @yuweisung in #544
- Fix invalid internal server name in Oxia config by @lhotari in #552
- Fix Oxia config so that it includes a list of all pods in the statefulset by @lhotari in #553
- Revert "Wrap Zookeeper probe script with timeout command (#214)" by @lhotari in #556
- Upgrade to Pulsar 4.0.1 image by @lhotari in #557
New Contributors
Full Changelog: pulsar-3.7.0...pulsar-3.8.0-candidate-1
pulsar-3.7.0
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
pulsar-3.7.0-candidate-1
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-candidate-1
pulsar-3.6.0
It is necessary to follow the upgrade instructions when upgrading from Helm Chart version 3.0.0-3.4.x to 3.5.0 version and above.
What's Changed
- Add initContainers to templates by @CodePrometheus in #516
- Bump minimum k8s version to 1.23.0 by @lhotari in #518
- Upgrade cert-manager to v1.12.13 by @lhotari in #517
- Support using self generated certificates by @duncaan in #523
- feat: Support to customize broker podManagementPolicy from values.yaml by @ludmanl in #525
- Add topologyspreadconstraint to deploy pods in sts cross different az evenly by @wangshu3000 in #526
- Fix compatibility with Pulsar 3.3.x+ docker images where /pulsar isn't writable by @lhotari in #531
- feat: add imagepullsecrets on pulsar-manager-initialize job by @lenglet-k in #533
- Use Pulsar 3.0.7 image by default to address CVE-2024-47561 by @lhotari in #536
New Contributors
- @CodePrometheus made their first contribution in #516
- @duncaan made their first contribution in #523
- @ludmanl made their first contribution in #525
Full Changelog: pulsar-3.5.0...pulsar-3.6.0
pulsar-3.6.0-candidate-1
It is necessary to follow the upgrade instructions when upgrading from Helm Chart version 3.0.0-3.4.x to 3.5.0 version and above.
What's Changed
- Add initContainers to templates by @CodePrometheus in #516
- Bump minimum k8s version to 1.23.0 by @lhotari in #518
- Upgrade cert-manager to v1.12.13 by @lhotari in #517
- Support using self generated certificates by @duncaan in #523
- feat: Support to customize broker podManagementPolicy from values.yaml by @ludmanl in #525
- Add topologyspreadconstraint to deploy pods in sts cross different az evenly by @wangshu3000 in #526
- Fix compatibility with Pulsar 3.3.x+ docker images where /pulsar isn't writable by @lhotari in #531
- feat: add imagepullsecrets on pulsar-manager-initialize job by @lenglet-k in #533
- Use Pulsar 3.0.7 image by default to address CVE-2024-47561 by @lhotari in #536
New Contributors
- @CodePrometheus made their first contribution in #516
- @duncaan made their first contribution in #523
- @ludmanl made their first contribution in #525
Full Changelog: pulsar-3.5.0...pulsar-3.6.0-candidate-1
pulsar-3.5.0
It is necessary to follow the upgrade instructions when upgrading from Helm Chart version 3.0.0-3.4.x to 3.5.0 version and above.
What's Changed
- Allow broker's service clusterIP customisation by @MMirelli in #498
- Support NodePort Proxy service by @MMirelli in #500
- Upgrade kube-prometheus-stack to 59.x.x by @lhotari in #502
- Add defaultPulsarImageRepository configuration by @lhotari in #503
- Make zookeeper healthchecks compatible with Alpine's busybox nc by @lhotari in #504
- Allow specifying default pull policy and functions pull policy by @lhotari in #507
- Add timeouts for cluster metadata initialization and for init containers by @lhotari in #218
- Bump app version to 3.0.6 by @lhotari in #514
- Test compatibility with Pulsar 3.3.1 by @lhotari in #515
New Contributors
Full Changelog: pulsar-3.4.1...pulsar-3.5.0
pulsar-3.5.0-candidate-1
It is necessary to follow the upgrade instructions when upgrading from Helm Chart version 3.0.0-3.4.x to 3.5.0 version and above.
What's Changed
-
Allow broker's service clusterIP customisation by @MMirelli in #498
-
Add defaultPulsarImageRepository configuration by @lhotari in #503
-
Make zookeeper healthchecks compatible with Alpine's busybox nc by @lhotari in #504
-
Allow specifying default pull policy and functions pull policy by @lhotari in #507
-
Add timeouts for cluster metadata initialization and for init containers by @lhotari in #218
New Contributors
Full Changelog: pulsar-3.4.1...pulsar-3.5.0-candidate-1
pulsar-3.4.1
What's Changed
- Bugfix/pulsar manager persistence by @Mortom123 in #485
- enable message peeking in pulsar manager by @Mortom123 in #486
- Increase default Prometheus scrape interval to 60s by @lhotari in #487
- Fix prometheus node-exporter crashloop by @lhotari in #488
- Change default statusFilePath to /pulsar/logs/status by @lhotari in #489
- Add namespace to hpa templates by @MonicaMagoniCom in #494
- Use Pulsar 3.0.5 as the default Pulsar version (appVersion) by @lhotari in #499
New Contributors
- @MonicaMagoniCom made their first contribution in #494
Full Changelog: pulsar-3.4.0...pulsar-3.4.1
pulsar-3.4.1-candidate-1
What's Changed
- Bugfix/pulsar manager persistence by @Mortom123 in #485
- enable message peeking in pulsar manager by @Mortom123 in #486
- Increase default Prometheus scrape interval to 60s by @lhotari in #487
- Fix prometheus node-exporter crashloop by @lhotari in #488
- Change default statusFilePath to /pulsar/logs/status by @lhotari in #489
- Add namespace to hpa templates by @MonicaMagoniCom in #494
- Use Pulsar 3.0.5 as the default Pulsar version (appVersion) by @lhotari in #499
New Contributors
- @MonicaMagoniCom made their first contribution in #494
Full Changelog: pulsar-3.4.0...pulsar-3.4.1-candidate-1