From 3158dcaba769cf8b7d3425ba1bf0452d5fae6c5c Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Mon, 3 Nov 2025 15:03:27 +0100 Subject: [PATCH 1/2] correct metrics changelog entry to unreleased --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4a6a1d..ed056bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported. - `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS. - `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely. +- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#721]). ### Changed @@ -18,6 +19,7 @@ All notable changes to this project will be documented in this file. [#713]: https://github.com/stackabletech/hdfs-operator/pull/713 [#718]: https://github.com/stackabletech/hdfs-operator/pull/718 +[#721]: https://github.com/stackabletech/hdfs-operator/pull/721 [#722]: https://github.com/stackabletech/hdfs-operator/pull/722 ## [25.7.0] - 2025-07-23 @@ -34,7 +36,6 @@ All notable changes to this project will be documented in this file. - The built-in Prometheus servlet is now enabled and metrics are exposed under the `/prom` path of all UI services ([#695]). - Add several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696]). - Add RBAC rule to helm template for automatic cluster domain detection ([#699]). -- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#721]). ### Changed @@ -90,7 +91,6 @@ All notable changes to this project will be documented in this file. [#697]: https://github.com/stackabletech/hdfs-operator/pull/697 [#699]: https://github.com/stackabletech/hdfs-operator/pull/699 [#700]: https://github.com/stackabletech/hdfs-operator/pull/700 -[#721]: https://github.com/stackabletech/hdfs-operator/pull/721 ## [25.3.0] - 2025-03-21 From f386c97c10d009e9fc8dcf54389518522a00491a Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Mon, 3 Nov 2025 15:05:38 +0100 Subject: [PATCH 2/2] fix changed entry --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed056bff..808db9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ All notable changes to this project will be documented in this file. ### Changed +- BREAKING: Renamed headless rolegroup service from `--` to `---headless` ([#721]). + - The `prometheus.io/scrape` label was moved to the metrics service + - The headless service now only exposes product / data ports, the metrics service only metrics ports - Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#722]). [#713]: https://github.com/stackabletech/hdfs-operator/pull/713 @@ -60,9 +63,6 @@ All notable changes to this project will be documented in this file. - The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this. - The operator helm-chart now grants RBAC `patch` permissions on `events.k8s.io/events`, so events can be aggregated (e.g. "error happened 10 times over the last 5 minutes") ([#700]). -- BREAKING: Renamed headless rolegroup service from `--` to `---metrics` ([#721]). - - The `prometheus.io/scrape` label was moved to the metrics service - - The headless service now only exposes product / data ports, the metrics service only metrics ports ### Fixed