Skip to content

Commit 4effb06

Browse files
committed
chore: Add changelog entry
1 parent 9796568 commit 4effb06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#38]).
10+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
11+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
12+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
913
- Basic operator for OpenSearch 3.x with the following configuration options ([#10]):
1014
- Cluster operations like `reconciliationPaused` and `stopped`
1115
- Image selection (defaults to the official OpenSearch image for now)
@@ -27,3 +31,4 @@ All notable changes to this project will be documented in this file.
2731
[#18]: https://github.com/stackabletech/opensearch-operator/pull/18
2832
[#26]: https://github.com/stackabletech/opensearch-operator/pull/26
2933
[#34]: https://github.com/stackabletech/opensearch-operator/pull/34
34+
[#38]: https://github.com/stackabletech/opensearch-operator/pull/38

0 commit comments

Comments
 (0)