Skip to content

Commit 671760a

Browse files
authored
correct metrics changelog entry to unreleased (#725)
* correct metrics changelog entry to unreleased * fix changed entry
1 parent 93f60d9 commit 671760a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ All notable changes to this project will be documented in this file.
1111
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
1212
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
1313
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
14+
- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#721]).
1415

1516
### Changed
1617

18+
- BREAKING: Renamed headless rolegroup service from `<stacklet>-<role>-<rolegroup>` to `<stacklet>-<role>-<rolegroup>-headless` ([#721]).
19+
- The `prometheus.io/scrape` label was moved to the metrics service
20+
- The headless service now only exposes product / data ports, the metrics service only metrics ports
1721
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#722]).
1822

1923
[#713]: https://github.com/stackabletech/hdfs-operator/pull/713
2024
[#718]: https://github.com/stackabletech/hdfs-operator/pull/718
25+
[#721]: https://github.com/stackabletech/hdfs-operator/pull/721
2126
[#722]: https://github.com/stackabletech/hdfs-operator/pull/722
2227

2328
## [25.7.0] - 2025-07-23
@@ -34,7 +39,6 @@ All notable changes to this project will be documented in this file.
3439
- The built-in Prometheus servlet is now enabled and metrics are exposed under the `/prom` path of all UI services ([#695]).
3540
- Add several properties to `hdfs-site.xml` and `core-site.xml` that improve general performance and reliability ([#696]).
3641
- Add RBAC rule to helm template for automatic cluster domain detection ([#699]).
37-
- Add `prometheus.io/path|port|scheme` annotations to metrics service ([#721]).
3842

3943
### Changed
4044

@@ -59,9 +63,6 @@ All notable changes to this project will be documented in this file.
5963
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
6064
- The operator helm-chart now grants RBAC `patch` permissions on `events.k8s.io/events`,
6165
so events can be aggregated (e.g. "error happened 10 times over the last 5 minutes") ([#700]).
62-
- BREAKING: Renamed headless rolegroup service from `<stacklet>-<role>-<rolegroup>` to `<stacklet>-<role>-<rolegroup>-metrics` ([#721]).
63-
- The `prometheus.io/scrape` label was moved to the metrics service
64-
- The headless service now only exposes product / data ports, the metrics service only metrics ports
6566

6667
### Fixed
6768

@@ -90,7 +91,6 @@ All notable changes to this project will be documented in this file.
9091
[#697]: https://github.com/stackabletech/hdfs-operator/pull/697
9192
[#699]: https://github.com/stackabletech/hdfs-operator/pull/699
9293
[#700]: https://github.com/stackabletech/hdfs-operator/pull/700
93-
[#721]: https://github.com/stackabletech/hdfs-operator/pull/721
9494

9595
## [25.3.0] - 2025-03-21
9696

0 commit comments

Comments
 (0)