Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Releases: elastic/helm-charts

7.2.1-0 Release

18 Jul 06:42
e1583eb
Compare
Choose a tag to compare

7.2.1-0 - 2019/07/01

  • #195 - @cclauss - Initial steps started to move all python2 code to python3
  • #205 - @Crazybus - Fixup and improve security example documentation

Elasticsearch

Kibana

Filebeat

  • #214 - @dugouchet - Add additional labels

Metricbeat

7.2.0 Release

01 Jul 11:12
9a6461b
Compare
Choose a tag to compare
  • 7.2.0 as the default stack version
  • Updated the beta status messaging and added proper descriptions to each chart #158
  • Add GKE 1.13 to automated testing suite #169 and #181

Elasticsearch

Kibana

Filebeat

7.1.1 Release

07 Jun 09:43
240ee9e
Compare
Choose a tag to compare

7.1.1 - 2019/06/07

  • 7.1.1 as the default stack version
  • Helm 2.14.0 as the tested version. Helm 2.14.0 has some extra validation built in which caused an issue with an invalid field in the filebeat chart.

Elasticsearch

  • #146 - @Crazybus - Add instructions for how to enable snapshots

Kibana

Filebeat

  • #140 - @Crazybus - Remove fsGroup from container level security context

7.1.0 Release

21 May 11:28
97f0004
Compare
Choose a tag to compare

7.1.0 - 2019/05/21

  • 7.1.0 as the default stack version
  • Promotion from alpha to beta status
  • Filebeat chart added

Elasticsearch

  • #119 - @kimxogus - Wait for new master election before stopping the pod to prevent master status being temporarily lost during rolling upgrades #63
  • #109 - @lancespeelmon - Add support for k8s priorityclass

Kibana

Filebeat

7.0.1-alpha1 Release

02 May 10:30
3425362
Compare
Choose a tag to compare

7.0.1-alpha1 - 2019/05/01

Elasticsearch

  • #100 - @kuisathaverat - Remove deprecated zen ping unicast hosts setting
  • #114 - @Crazybus - Make persistent volumes optional
  • #115 - @Crazybus - Added an integration test for upgrading from the previous release and testing rolling upgrades

Kibana

  • #107 - @Crazybus - Make the health check path configurable to support webroots and other customizations.

7.0.0-alpha1 Release

17 Apr 11:15
c5289d5
Compare
Choose a tag to compare

Elasticsearch and Kibana 7.0.0 are now the default versions.

If you were using the default Elasticsearch version from the previous release (6.6.2-alpha1) you will first need to upgrade to Elasticsearch 6.7.1 before being able to upgrade to 7.0.0. You can do this by adding this to your values file:

esMajorVersion: 6
imageTag: 6.7.1

If you are upgrading an existing cluster that did not override the default storageClassName you will now need to specify the storageClassName. This only affects existing clusters and was changed in #94. The advantage of this is that now the helm chart will just use the default storageClassName rather than needing to override it for any providers where it is not called standard.

volumeClaimTemplate:
  storageClassName: "standard"

6.6.2-alpha1 Release

18 Mar 14:24
071e865
Compare
Choose a tag to compare
Merge pull request #79 from elastic/bumper_cars

Bump version to 6.6.2-alpha1

6.6.0-alpha1 Release

30 Jan 10:13
38cb860
Compare
Choose a tag to compare
Merge pull request #48 from elastic/sixitysix

Bump version to 6.6.0

6.5.4-alpha3 Release

14 Jan 12:27
d82c98e
Compare
Choose a tag to compare
Merge pull request #37 from elastic/iconic

Switch helm chart icons to png

6.5.4-alpha2 Release

14 Jan 08:38
5f8dd70
Compare
Choose a tag to compare
Merge pull request #31 from elastic/rolly_polly

Generate node roles instead of hard coding them