Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ 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

- BREAKING: Renamed headless rolegroup service from `<stacklet>-<role>-<rolegroup>` to `<stacklet>-<role>-<rolegroup>-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
[#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
Expand All @@ -34,7 +39,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

Expand All @@ -59,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 `<stacklet>-<role>-<rolegroup>` to `<stacklet>-<role>-<rolegroup>-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

Expand Down Expand Up @@ -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

Expand Down