Skip to content

Commit

Permalink
Adds a changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jan 29, 2024
1 parent c0a250b commit cf61753
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A community repository for Helm Charts of OpenSearch Project.


#### Breaking Change
Chart version 2.18.0 and OpenSearch version 2.12 and above require a custom strong password to be provided in order to setup demo admin user. Without this password the cluster would not spin up, unless demo config install is disabled.
Chart version 2.18.0 and App Version OpenSearch version 2.12.0 and above require a custom strong password to be provided in order to setup demo admin user. Without this password the cluster would not spin up, unless demo config install is disabled.

The custom admin password can be supplied by adding the environment variable `OPENSEARCH_INITIAL_ADMIN_PASSWORD` in the `value.yml`:
```
Expand Down
11 changes: 10 additions & 1 deletion charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
### Security

---
## [2.18.0]
### Added
### Breaking
- Requires an initial admin password to be setup. Refer this github issue: https://github.com/opensearch-project/security/issues/3622
### Changed
### Deprecated
### Removed
### Fixed
### Security
---
## [2.17.2]
### Added
Expand Down

0 comments on commit cf61753

Please sign in to comment.