Skip to content

Releases: datastax/pulsar-helm-chart

pulsar-3.2.3

29 Jun 05:23
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

Full Changelog: pulsar-3.2.2...pulsar-3.2.3

pulsar-3.2.2

03 Jun 03:22
f045bd1
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

Full Changelog: pulsar-3.2.1...pulsar-3.2.2

pulsar-3.2.1

09 May 05:02
2cfdffc
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: pulsar-3.2.0...pulsar-3.2.1

pulsar-3.2.0

21 Feb 18:12
bf5e8cd
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

Full Changelog: pulsar-3.1.0...pulsar-3.2.0

pulsar-3.1.0

16 Feb 22:44
9cfdfde
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

Full Changelog: pulsar-3.0.4...pulsar-3.1.0

pulsar-3.0.4

04 Nov 22:46
80c284c
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

  • upgrade external-dns container image by @pgier in #255
  • update k-p-s to use additionalPrometheusRulesMap by @pgier in #256
  • Rename "GC Pauses" to "GC Time" in Pulsar JVM dashboards by @lhotari in #252
  • Support for Transaction Coordinator by @nicoloboschi in #236
  • Upgrade Luna Streaming to 2.10 1.5 by @nicoloboschi in #257
  • added by broker dashboards for overview and cache by @NadirJ in #258
  • Allow the transactionCoordinator init job to not verify broker hostname by @MMirelli in #260
  • remove old nginx config by @pgier in #259
  • Added parameters to minikube to ensure it starts with adequate resources by @devinbost in #263
  • Upgrade burnell and admin console by @michaeljmarshall in #264

New Contributors

Full Changelog: pulsar-3.0.3...pulsar-3.0.4

pulsar-3.0.3

27 Jun 21:07
a325751
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

This release includes important fixes for the Pulsar Admin Console and Keycloak.

What's Changed

Full Changelog: pulsar-3.0.2...pulsar-3.0.3

pulsar-3.0.2

16 Jun 09:29
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

  • Make tlsProtocols configurable for the broker and the proxy by @lhotari in #239

Full Changelog: pulsar-3.0.1...pulsar-3.0.2

pulsar-3.0.1

16 Jun 08:22
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

What's Changed

  • Autorecovery: configure Pulsar's rack awareness integration by @michaeljmarshall in #214
  • Increase Zookeeper probe timeouts by @lhotari in #144
  • Avoid mounting certs if there is no ca.crt by @lhotari in #233
  • Add timeout for running "bin/pulsar initialize-cluster-metadata" command by @lhotari in #234
  • Support disabling Zookeeper client in Proxy by @lhotari in #237

Full Changelog: pulsar-3.0.0...pulsar-3.0.1

pulsar-3.0.0

09 Jun 05:30
f0e836b
Compare
Choose a tag to compare

Apache Pulsar Helm chart for Kubernetes

Breaking Changes

In order to address several out of date dependencies, we are making a clean break to the latest chart dependencies with this 3.0.0 release. There is a chance that upgrading these dependencies may introduce breaking changes if the dependencies are share by other resources in your Kubernetes cluster. Please read through this list carefully before upgrading. If you have any questions, please feel free to open an issue.

This release includes the following potentially breaking changes:

  • For the Pulsar Admin Console Kubernetes Service Resource, we replaced .Values.pulsarAdminConsole.annotations with .Values.pulsarAdminConsole.service.annotations when creating annotations. If you have any annotations on the service, please update your values file.
  • Upgrade of Cert-Manager Chart from 1.5.5 to 1.8.0. This includes some minor breaking changes that should not affect Pulsar components, but may affect other deployments if your Cert Manager is shared. Please see the Cert-Manager docs for upgrade related questions.
  • Upgrade of kube-prometheus-stack Chart from 12.x.x to 35.x.x. Please see their documentation for upgrade guidance https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack.
  • Upgrade of Bitnami Keycloak Cart from 5.x.x to 9.x.x. Please see the KeyCloak Chart docs for more information.

Notable Changes

  • Upgrade default Pulsar Components from Luna Streaming version 2.8.0_1.1.43 to 2.8.3_1.0.11. We have performed extensive testing on this upgrade and downgrade path. We do not expect any issues when performing this upgrade.
  • Bump Pulsar Admin Console to 2.0.2.

Change Log

New Contributors

Full Changelog: pulsar-2.1.7...pulsar-3.0.0