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.
- Updated maintainer list
- Added pod autoscaling capability.
- Added autoscaling configuration parameters in readme.
- Added autoscaling.yaml under templates.
- Updated the chart version to 1.3.2
- Changed values.yaml to reflect autoscaling changes.
- Fixed Ingress empty annotations of the opensearch-dashboards
- Change app version to use OpenSearch-Dashboards 1.3.0
- Add support for extra K8s manifests
- Added Configuration parameters in readme
- Fixed rendering of
opensearch-dashboard.yml
inconfigmap.yaml
.
- Changed structure of
image
keys invalues.yaml
file to use helm's default (image.repository
,image.tag
,image.pullPolicy
)
- Removed default imageTag from values.yaml to use Chart appVersion image tag by default.
- Updated appVersion to 1.2.0
- Added support for the
ingressClassName
field in theIngress
resource. This field is used to specify the Ingress class that should be used for the Ingress. Supported in Kubernetes 1.18 and greater as per this notice.
- Updating the copyright header to reflect the apache-2.0 license.
- Add
extraVolumes
andextraVolumeMounts
.
- Change
appVersion
to1.1.0
. OpenSearch Dashboards chart will have by default underlying image ofopensearchproject/opensearch-dashboards:1.1.0
- Added README.md.
- Amended installation instructions.
- Added this change log in compliance with Keep A Change Log.
- Incremented the version to
1.0.2
.