Skip to content

Latest commit

 

History

History
192 lines (171 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

192 lines (171 loc) · 4.63 KB

Changelog

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.


Added

Changed

Deprecated

Removed

Fixed

Security


[1.4.1]

Added

Changed

Deprecated

Removed

Fixed

  • Remove whitespace from admin_dn in base values.yaml.

Security


[1.4.0]

Changed

  • Changed support for any kind of configuration type. Including log4j2.properties file. Added example.

BREAKING CHANGE

  • .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

[1.3.1]

Added

  • Added image definition for fsgroup-volume initContainer to values.yaml.

Changed

Deprecated

Removed

Fixed

Security


[1.3.0]

Added

Changed

  • Rework deprecated node roles definition. Now in values.yaml roles are described as a list and there are no any deprecation warnings in logs.

Deprecated

Removed

Fixed

Security


[1.2.4]

Added

Changed

  • Change appVersion to 1.1.0. OpenSearch Dashboards chart will have by default underlying image of opensearchproject/opensearch:1.1.0

Deprecated

Removed

Fixed

Security


[1.2.3]

Added

  • Support to disable the initContainer fsgroup-volume for chown updates.

Added

Changed

Deprecated

Removed

Fixed

  • Issue #105 OpenSearch chart fails when RBAC is enabled.

Security


Added

Changed

Deprecated

Removed

Fixed

  • Missing labels key is added into role.yaml.

Security


Added

Changed

  • Change labels of opensearch cart to match standard recommendations.

Deprecated

Removed

Fixed

Security


Added

  • Enable using externally created secret for securityConfig.

Changed

Deprecated

Removed

Fixed

Security


Added

Changed

  • Amended the installation instructions in the OpenSearch Helm chart README.
  • Amended status badges to GitHub-generated markdown.

Deprecated

Removed

Fixed

Security


Added

  • Added the ability to define plugins on node startup via plugins.enabled option.

Changed

  • Incremented the version to 1.0.6.

Added

  • In opensearch chart config to set the docker registry for images is added.

Changed

Deprecated

Removed

Fixed

Security


Added

Changed

  • Added Usage Notes to README.md and amended installation instructions.

Deprecated

Removed

Fixed

Security


Added

Changed

  • Amended installation instructions.

Deprecated

Removed

Fixed

  • ISSUE-65: Incorrect indentation for extraVolumeMounts, extraEnvs, envFrom in statefulset.yaml.

Security


Added

Changed

  • Incremented the version to 1.0.2.

Deprecated

Removed

Fixed

Security