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

Commit

Permalink
[meta] bump stack version to 8.4.1 (#1688)
Browse files Browse the repository at this point in the history
This PR bump the stack version for all products to 8.4.1
  • Loading branch information
jmlrt authored Sep 7, 2022
1 parent d5c9fa8 commit d3773b8
Show file tree
Hide file tree
Showing 72 changed files with 121 additions and 122 deletions.
8 changes: 4 additions & 4 deletions apm-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
description: Official Elastic helm chart for Elastic APM Server
home: https://github.com/elastic/helm-charts
maintainers:
- email: helm-charts@elastic.co
name: Elastic
- email: helm-charts@elastic.co
name: Elastic
name: apm-server
version: 8.1.0
appVersion: 8.1.0
version: 8.4.1
appVersion: 8.4.1
sources:
- https://github.com/elastic/apm
icon: https://helm.elastic.co/icons/apm.png
6 changes: 3 additions & 3 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ See [supported configurations][] for more details.
* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it:
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=8.1.0`
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=8.1.0`
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=8.4.1`
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=8.4.1`


## Upgrading
Expand Down Expand Up @@ -98,7 +98,7 @@ as a reference. They are also used in the automated testing of this chart.
| `hostAliases` | Configurable [hostAliases][] | `[]` |
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
| `imageTag` | The APM Server Docker image tag | `8.1.0` |
| `imageTag` | The APM Server Docker image tag | `8.4.1` |
| `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` |
| `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] |
| `labels` | Configurable [labels][] applied to all APM server pods | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/default/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy APM Server 8.1.0 using [default values][].
This example deploy APM Server 8.4.1 using [default values][].


## Usage
Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- "8.1.0"
- "8.4.1"
2 changes: 1 addition & 1 deletion apm-server/examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

This example deploy APM Server 8.1.0 using authentication and TLS to connect to
This example deploy APM Server 8.4.1 using authentication and TLS to connect to
Elasticsearch (see [values][]).


Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- "8.1.0"
- "8.4.1"
2 changes: 1 addition & 1 deletion apm-server/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- "8.1.0"
- "8.4.1"
2 changes: 1 addition & 1 deletion apm-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ hostAliases: []
# - "bar.local"

image: "docker.elastic.co/apm/apm-server"
imageTag: "8.1.0"
imageTag: "8.4.1"
imagePullPolicy: "IfNotPresent"
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
description: Official Elastic helm chart for Elasticsearch
home: https://github.com/elastic/helm-charts
maintainers:
- email: helm-charts@elastic.co
name: Elastic
- email: helm-charts@elastic.co
name: Elastic
name: elasticsearch
version: 8.1.0
appVersion: 8.1.0
version: 8.4.1
appVersion: 8.4.1
sources:
- https://github.com/elastic/elasticsearch
icon: https://helm.elastic.co/icons/elasticsearch.png
6 changes: 3 additions & 3 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ See [supported configurations][] for more details.
* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it:
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.1.0`
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=8.1.0`
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.4.1`
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=8.4.1`


## Upgrading
Expand Down Expand Up @@ -131,7 +131,7 @@ support multiple versions with minimal changes.
| `httpPort` | The http port that Kubernetes will use for the healthchecks and the service. If you change this you will also need to set [http.port][] in `extraEnvs` | `9200` |
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
| `imageTag` | The Elasticsearch Docker image tag | `8.1.0` |
| `imageTag` | The Elasticsearch Docker image tag | `8.4.1` |
| `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` |
| `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] |
| `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Config

This example deploy a single node Elasticsearch 8.1.0 with authentication and
This example deploy a single node Elasticsearch 8.4.1 with authentication and
custom [values][].


Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/default/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster using
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster using
[default values][].


Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http:
username: elastic
password: "{{ .Env.ELASTIC_PASSWORD }}"
body:
- '"number" : "8.1.0"'
- '"number" : "8.4.1"'
- '"cluster_name" : "elasticsearch"'
- "You Know, for Search"

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/docker-for-mac/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker for Mac

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster on [Docker for Mac][]
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster on [Docker for Mac][]
using [custom values][].

Note that this configuration should be used for test only and isn't recommended
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/kubernetes-kind/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KIND

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster on [Kind][]
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster on [Kind][]
using [custom values][].

Note that this configuration should be used for test only and isn't recommended
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/microk8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MicroK8S

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster on [MicroK8S][]
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster on [MicroK8S][]
using [custom values][].

Note that this configuration should be used for test only and isn't recommended
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/minikube/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minikube

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster on [Minikube][]
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster on [Minikube][]
using [custom values][].

If helm or kubectl timeouts occur, you may consider creating a minikube VM with
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/multi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multi

This example deploy an Elasticsearch 8.1.0 cluster composed of 3 different Helm
This example deploy an Elasticsearch 8.4.1 cluster composed of 3 different Helm
releases:

- `helm-es-multi-master` for the 3 master nodes using [master values][]
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/openshift/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenShift

This example deploy a 3 nodes Elasticsearch 8.1.0 cluster on [OpenShift][]
This example deploy a 3 nodes Elasticsearch 8.4.1 cluster on [OpenShift][]
using [custom values][].

## Usage
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/openshift/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ http:
username: elastic
password: "{{ .Env.ELASTIC_PASSWORD }}"
body:
- '"number" : "8.1.0"'
- '"number" : "8.4.1"'
- '"cluster_name" : "elasticsearch"'
- "You Know, for Search"
2 changes: 1 addition & 1 deletion elasticsearch/examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

This example deploy a 3 nodes Elasticsearch 8.1.0 with authentication and
This example deploy a 3 nodes Elasticsearch 8.4.1 with authentication and
autogenerated certificates for TLS (see [values][]).

Note that this configuration should be used for test only. For a production
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ http:
allow-insecure: true
timeout: 2000
body:
- '"number" : "8.1.0"'
- '"number" : "8.4.1"'
- '"cluster_name" : "upgrade"'
- "You Know, for Search"
2 changes: 1 addition & 1 deletion elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ hostAliases: []
# - "bar.local"

image: "docker.elastic.co/elasticsearch/elasticsearch"
imageTag: "8.1.0"
imageTag: "8.4.1"
imagePullPolicy: "IfNotPresent"

podAnnotations: {}
Expand Down
8 changes: 4 additions & 4 deletions filebeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
description: Official Elastic helm chart for Filebeat
home: https://github.com/elastic/helm-charts
maintainers:
- email: helm-charts@elastic.co
name: Elastic
- email: helm-charts@elastic.co
name: Elastic
name: filebeat
version: 8.1.0
appVersion: 8.1.0
version: 8.4.1
appVersion: 8.4.1
sources:
- https://github.com/elastic/beats
icon: https://helm.elastic.co/icons/beats.png
6 changes: 3 additions & 3 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ See [supported configurations][] for more details.
* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it:
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.1.0`
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=8.1.0`
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.4.1`
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=8.4.1`


## Upgrading
Expand Down Expand Up @@ -136,7 +136,7 @@ as a reference. They are also used in the automated testing of this chart.
| `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist filebeat registry data | `/var/lib` |
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
| `imageTag` | The filebeat Docker image tag | `8.1.0` |
| `imageTag` | The filebeat Docker image tag | `8.4.1` |
| `image` | The filebeat Docker image | `docker.elastic.co/beats/filebeat` |
| `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] |
| `managedServiceAccount` | Whether the `serviceAccount` should be managed by this helm chart. Set this to `false` in order to manage your own service account and related roles | `true` |
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/default/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy Filebeat 8.1.0 using [default values][].
This example deploy Filebeat 8.4.1 using [default values][].


## Usage
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ http:
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
body:
- "filebeat-8.1.0"
- "filebeat-8.4.1"

file:
/usr/share/filebeat/filebeat.yml:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy Filebeat 8.1.0 using [default values][] as a Kubernetes Deployment.
This example deploy Filebeat 8.4.1 using [default values][] as a Kubernetes Deployment.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/deployment/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ http:
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
body:
- "filebeat-8.1.0"
- "filebeat-8.4.1"
2 changes: 1 addition & 1 deletion filebeat/examples/oss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS

This example deploy Filebeat 8.1.0 using [Filebeat OSS][] version.
This example deploy Filebeat 8.4.1 using [Filebeat OSS][] version.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ http:
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
body:
- "filebeat-oss-8.1.0"
- "filebeat-oss-8.4.1"
2 changes: 1 addition & 1 deletion filebeat/examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

This example deploy Filebeat 8.1.0 using authentication and TLS to connect to
This example deploy Filebeat 8.4.1 using authentication and TLS to connect to
Elasticsearch (see [values][]).


Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- "filebeat-8.1.0"
- "filebeat-8.4.1"
allow-insecure: true
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"
2 changes: 1 addition & 1 deletion filebeat/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http:
allow-insecure: true
timeout: 2000
body:
- "filebeat-8.1.0"
- "filebeat-8.4.1"
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"

Expand Down
16 changes: 8 additions & 8 deletions filebeat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ daemonset:
nodeSelector: {}
# A list of secrets and their paths to mount inside the pod
# This is useful for mounting certificates for security other sensitive values
secretMounts:
- name: elasticsearch-master-certs
secretName: elasticsearch-master-certs
path: /usr/share/filebeat/certs/
secretMounts:
- name: elasticsearch-master-certs
secretName: elasticsearch-master-certs
path: /usr/share/filebeat/certs/
# - name: filebeat-certificates
# secretName: filebeat-certificates
# path: /usr/share/filebeat/certs
Expand Down Expand Up @@ -131,9 +131,9 @@ deployment:
# A list of secrets and their paths to mount inside the pod
# This is useful for mounting certificates for security other sensitive values
secretMounts:
- name: elasticsearch-master-certs
secretName: elasticsearch-master-certs
path: /usr/share/filebeat/certs/
- name: elasticsearch-master-certs
secretName: elasticsearch-master-certs
path: /usr/share/filebeat/certs/
# - name: filebeat-certificates
# secretName: filebeat-certificates
# path: /usr/share/filebeat/certs
Expand Down Expand Up @@ -177,7 +177,7 @@ hostAliases: []
# - "foo.local"
# - "bar.local"
image: "docker.elastic.co/beats/filebeat"
imageTag: "8.1.0"
imageTag: "8.4.1"
imagePullPolicy: "IfNotPresent"
imagePullSecrets: []

Expand Down
3 changes: 1 addition & 2 deletions helpers/bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
import re
import os
import glob
import subprocess
import fileinput

os.chdir(os.path.join(os.path.dirname(__file__), ".."))

version = "8.1.0"
version = "8.4.1"
major = "8"

chart_version = version
Expand Down
2 changes: 1 addition & 1 deletion helpers/examples.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
GOSS_VERSION := v0.3.6
GOSS_FILE ?= goss.yaml
GOSS_SELECTOR ?= release=$(RELEASE)
STACK_VERSION := 8.1.0
STACK_VERSION := 8.4.1
TIMEOUT := 900s

.PHONY: help
Expand Down
2 changes: 1 addition & 1 deletion helpers/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# An optional version can be specified for Docker image tag to use for upgrade.
# This is required for main branch because upgrade from Elasticsearch 7.X
# to 8.1.0 doesn't work.
# to 8.4.1 doesn't work.
#
set -euo pipefail

Expand Down
Loading

0 comments on commit d3773b8

Please sign in to comment.