This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 076417a890e Add note about usage of 4.0.10 with apache-pulsar-helmchart
076417a890e is described below
commit 076417a890e16fbff690500dab135208f53bacf9
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Apr 27 17:40:32 2026 +0300
Add note about usage of 4.0.10 with apache-pulsar-helmchart
---
release-notes/versioned/pulsar-4.0.10.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/release-notes/versioned/pulsar-4.0.10.md
b/release-notes/versioned/pulsar-4.0.10.md
index 3d0c52198d3..a55bffb16f7 100644
--- a/release-notes/versioned/pulsar-4.0.10.md
+++ b/release-notes/versioned/pulsar-4.0.10.md
@@ -23,6 +23,14 @@ The upgrade introduces the following breaking changes:
| `bookkeeper.conf` | `statsProviderClass` |
`org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider` |
`org.apache.pulsar.metrics.prometheus.bookkeeper.PrometheusMetricsProvider` |
| `zookeeper.conf` | `metricsProvider.className` |
`org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider` |
`org.apache.pulsar.metrics.prometheus.zookeeper.PrometheusMetricsProvider` |
+Users of the Apache Pulsar Helm chart prior to version 4.6.0 will need to set
the `bookie.configData.statsProviderClass` key to
`org.apache.pulsar.metrics.prometheus.bookkeeper.PrometheusMetricsProvider`:
+
+```yaml
+bookie:
+ configData:
+ statsProviderClass:
"org.apache.pulsar.metrics.prometheus.bookkeeper.PrometheusMetricsProvider"
+```
+
### Library updates
- [fix][sec] Upgrade BouncyCastle to 1.84 (CVE-2026-5588, CVE-2026-0636)
([#25569](https://github.com/apache/pulsar/pull/25569))