Pulsar Helm Chart Versions Save

Official Apache Pulsar Helm Chart

pulsar-3.2.0-candidate-1

4 months ago

UPDATE: This release candidate is replaced with pulsar-3.2.0-candidate-2.

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-3.1.0...pulsar-3.2.0-candidate-1

pulsar-3.1.0

5 months ago

Known issues

  • PodSecurityPolicy has been removed since k8s 1.25. This impacts configurations where rbac.enabled and rbac.psp are enabled.

JWT authentication with Pulsar Proxy doesn't work. A workaround exists: Configure proxyRoles: 'proxy-admin' under the broker.configData key as follows:

broker:
  configData:
    proxyRoles: 'proxy-admin'

Alternatively append --set broker.configData.proxyRoles=proxy-admin to the helm install/upgrade command line.

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-3.0.0...pulsar-3.1.0

pulsar-3.1.0-candidate-1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-3.0.0...pulsar-3.1.0-candidate-1

pulsar-3.0.0

1 year ago

Apache Pulsar Helm Chart 3.0.0 Release Notes

This Apache Pulsar Helm Chart release contains several important new features, bug fixes, and some potential breaking changes. Most importantly, it ships with Apache Pulsar 2.10.2, by default.

Breaking Changes

  • Switch from custom deployment of Prometheus and Grafana to using the kube-prometheus-stack. This change includes enabling PodMonitors by default for the Broker, Bookkeeper, Zookeeper, Autorecovery, and Proxy pods, as well as deploying the related CRDs by default. If this will be a problem, here is documentation to disable the CRD deployment. Additionally, the Grafana Dashboards that were previously deployed will no longer ship with this Helm Chart. Here is documentation on available alternatives. Here is the related PR https://github.com/apache/pulsar-helm-chart/pull/299.

Upgrade considerations

What's Changed

Enhancements

Bug Fixes

Build and CI Changes

Release Update

The Apache Pulsar Helm Chart's release process has changed from an automated process to a manual one, in order to align with the Apache Software Foundation's requirements for voting on releases. As a result, you can expect releases to be hosted at https://downloads.apache.org/pulsar/helm-chart/. Please see the RELEASE.md for the new release process.

New Contributors

Thank you to all of our new contributors!

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-2.9.4...pulsar-3.0.0

pulsar-2.9.4

1 year ago

Apache Pulsar Helm chart for Kubernetes

pulsar-2.9.3

2 years ago

Apache Pulsar Helm chart for Kubernetes

pulsar-2.9.2

2 years ago

Apache Pulsar Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-2.7.13...pulsar-2.9.2

pulsar-2.7.13

2 years ago

Apache Pulsar Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-2.7.12...pulsar-2.7.13

Known issues

Helm chart version 2.7.11 broke upgrades with PR #203 changes.

Error: UPGRADE FAILED: cannot patch "pulsar-zookeeper" with kind StatefulSet: StatefulSet.apps "pulsar-zookeeper" is invalid: spec:
Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden

workaround

pulsar-2.7.12

2 years ago

Apache Pulsar Helm chart for Kubernetes

What's Changed

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-2.7.11...pulsar-2.7.12

pulsar-2.7.11

2 years ago

Apache Pulsar Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: https://github.com/apache/pulsar-helm-chart/compare/pulsar-2.7.10...pulsar-2.7.11