All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove whitespace from
admin_dn
in basevalues.yaml
.
- Changed support for any kind of configuration type. Including
log4j2.properties
file. Added example.
.Values.config
items must now be interpreted as a string. Existing items must now be updated from YAML to string:
Change from YAML:
config:
opensearch.yml:
cluster.name: opensearch-cluster
Change to YAML multiline string:
config:
opensearch.yml: |
cluster.name: opensearch-cluster
- Added image definition for
fsgroup-volume
initContainer tovalues.yaml
.
- Rework deprecated node roles definition. Now in
values.yaml
roles are described as a list and there are no any deprecation warnings in logs.
- Change
appVersion
to1.1.0
. OpenSearch Dashboards chart will have by default underlying image ofopensearchproject/opensearch:1.1.0
- Support to disable the initContainer
fsgroup-volume
for chown updates.
- Issue #105 OpenSearch chart fails when RBAC is enabled.
- Missing
labels
key is added into role.yaml.
- Change labels of opensearch cart to match standard recommendations.
- Enable using externally created secret for securityConfig.
- Amended the installation instructions in the
OpenSearch
Helm chart README. - Amended status badges to GitHub-generated markdown.
- Added the ability to define plugins on node startup via plugins.enabled option.
- Incremented the version to
1.0.6
.
- In opensearch chart config to set the docker registry for images is added.
- Added Usage Notes to
README.md
and amended installation instructions.
- Amended installation instructions.
- ISSUE-65: Incorrect indentation for
extraVolumeMounts
,extraEnvs
,envFrom
instatefulset.yaml
.
- Added this change log in compliance with Keep A Change Log.
- Incremented the version to
1.0.2
.