Skip to content

Latest commit

 

History

History
90 lines (70 loc) · 7.1 KB

RELEASE_NOTES.md

File metadata and controls

90 lines (70 loc) · 7.1 KB

Apache Pulsar Helm Chart Release Notes

3.0.0

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 #299.

Upgrade considerations

What's Changed

  • Bump Apache Pulsar 2.10.2 by @Jason918 in #310
  • Replace monitoring solution with kube-prometheus-stack dependency by @michaeljmarshall in #299

Enhancements

  • Add nodeSelector to cluster initialize pod by @ThelonKarrde in #284
  • Alphabetically sort list of super users by @arnarg in #291
  • Use appVersion as default tag for Pulsar images by @lhotari in #200
  • Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper by @rdhabalia in #269
  • Update how to configure external zookeeper servers by @michaeljmarshall in #308
  • Allow to use selectors with volumeClaimTemplates by @claudio-vellage in #286
  • Allow specifying the nodeSelector for the init jobs by @elangelo in #225
  • Added pdb version detection by @yuweisung in #260
  • Allow bk cluster init pod to restart on failure by @michaeljmarshall in #303

Bug Fixes

  • Remove '|| yes' in bk cluster init script by @michaeljmarshall in #305
  • Fix bookkeeper metadata init when specifying metadataPrefix by @michaeljmarshall in #316
  • feat(certs): use actual v1 spec for certs by @smazurov in #233

Build and CI Changes

  • Only send notifications to commits@ ML by @michaeljmarshall in #302
  • Remove GitHub Action Workflows that release the chart by @michaeljmarshall in #300
  • Use cert-manager to generate certs for tests by @michaeljmarshall in #306
  • Upgrade to Cert Manager 1.7.3 by @michaeljmarshall in #307
  • Fix monitoring configuration broken by #299 by @michaeljmarshall in #313
  • Replace handmade lint script with official action by @tisonkun in #292
  • [test] Add a consumer to the helm tests by @michaeljmarshall in #312
  • Fix CI by modifying Chart.yaml and updating ct lint command by @michaeljmarshall in #315
  • Do not require version bump by @michaeljmarshall in #314

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!

  • @ThelonKarrde made their first contribution in #284
  • @arnarg made their first contribution in #291
  • @smazurov made their first contribution in #233
  • @rdhabalia made their first contribution in #269
  • @yuweisung made their first contribution in #260
  • @tisonkun made their first contribution in #292
  • @Jason918 made their first contribution in #310
  • @elangelo made their first contribution in #225
  • @claudio-vellage made their first contribution in #286

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