Skip to content

Commit 8495dda

Browse files
committed
add changelog entry
1 parent 5352011 commit 8495dda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
1111
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
1212
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
13+
- Add `metrics` Services ([#701]).
1314

1415
### Changed
1516

1617
- Changed env-vars to be consistent with config-utils in the entrypoint script ([#700]).
18+
- BREAKING: The `prometheus.io/scrape` label moved from the `headless` Service to the `metrics` Service, which
19+
uses `metrics` as the port name instead of the previous `ui-http`/`ui-https` port name ([#701]).
1720

1821
[#691]: https://github.com/stackabletech/hbase-operator/pull/691
1922
[#697]: https://github.com/stackabletech/hbase-operator/pull/697
2023
[#700]: https://github.com/stackabletech/hbase-operator/pull/700
24+
[#701]: https://github.com/stackabletech/hbase-operator/pull/701
2125

2226
## [25.7.0] - 2025-07-23
2327

0 commit comments

Comments
 (0)