Skip to content

Commit 9102954

Browse files
Update changelog
1 parent feecf60 commit 9102954

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ All notable changes to this project will be documented in this file.
1212
- Support objectOverrides using `.spec.objectOverrides`.
1313
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#93]).
1414
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#97]).
15+
- Add service discovery and exposition ([#94]):
16+
- Service to set up the cluster renamed to `<cluster-name>-seed-nodes`.
17+
- Discovery service named `<cluster-name>`, added.
18+
The discovery service is used to populate the discovery ConfigMap.
19+
- Discovery ConfigMap named `<cluster-name>`, added.
20+
The ConfigMap contains the keys `OPENSEARCH_HOST`, `OPENSEARCH_PORT` and `OPENSEARCH_PROTOCOL`.
21+
Users should use this information to connect to the cluster.
22+
- Configuration parameter `spec.nodes.roleConfig.discoveryServiceListenerClass` added to set the
23+
ListenerClass for the discovery service.
24+
- Configuration parameter `spec.nodes.roleGroups.<role-group-name>.config.discoveryServiceExposed`
25+
added to expose a role-group via the discovery service.
1526

1627
### Changed
1728

@@ -22,6 +33,7 @@ All notable changes to this project will be documented in this file.
2233
[#76]: https://github.com/stackabletech/opensearch-operator/pull/76
2334
[#91]: https://github.com/stackabletech/opensearch-operator/pull/91
2435
[#93]: https://github.com/stackabletech/opensearch-operator/pull/93
36+
[#94]: https://github.com/stackabletech/opensearch-operator/pull/94
2537
[#97]: https://github.com/stackabletech/opensearch-operator/pull/97
2638

2739
## [25.11.0] - 2025-11-07

0 commit comments

Comments
 (0)