From 59c2488b99c591b80e050027038329c06c7b15ab Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:42:09 +0200 Subject: [PATCH] 7.17.3 bump (#1649) * 7.17.3 bump This PR bump chart version and Docker images to 7.17.3. --- apm-server/Chart.yaml | 8 ++++---- apm-server/README.md | 9 ++++----- apm-server/examples/default/README.md | 2 +- apm-server/examples/default/test/goss.yaml | 2 +- apm-server/examples/oss/README.md | 2 +- apm-server/examples/oss/test/goss.yaml | 4 ++-- apm-server/examples/security/README.md | 2 +- apm-server/examples/security/test/goss.yaml | 2 +- apm-server/examples/upgrade/test/goss.yaml | 2 +- apm-server/values.yaml | 2 +- elasticsearch/Chart.yaml | 8 ++++---- elasticsearch/README.md | 9 ++++----- elasticsearch/examples/config/README.md | 2 +- elasticsearch/examples/default/README.md | 2 +- elasticsearch/examples/default/test/goss.yaml | 2 +- elasticsearch/examples/docker-for-mac/README.md | 2 +- elasticsearch/examples/kubernetes-kind/README.md | 2 +- elasticsearch/examples/microk8s/README.md | 2 +- elasticsearch/examples/minikube/README.md | 2 +- elasticsearch/examples/multi/README.md | 2 +- elasticsearch/examples/openshift/README.md | 2 +- elasticsearch/examples/openshift/test/goss.yaml | 2 +- elasticsearch/examples/security/README.md | 2 +- elasticsearch/examples/upgrade/test/goss.yaml | 2 +- elasticsearch/values.yaml | 2 +- filebeat/Chart.yaml | 8 ++++---- filebeat/README.md | 9 ++++----- filebeat/examples/default/README.md | 2 +- filebeat/examples/default/test/goss.yaml | 4 ++-- filebeat/examples/deployment/README.md | 2 +- filebeat/examples/deployment/test/goss.yaml | 2 +- filebeat/examples/oss/README.md | 2 +- filebeat/examples/oss/test/goss.yaml | 2 +- filebeat/examples/security/README.md | 2 +- filebeat/examples/security/test/goss.yaml | 2 +- filebeat/examples/upgrade/test/goss.yaml | 2 +- filebeat/values.yaml | 2 +- helpers/examples.mk | 2 +- helpers/upgrade.sh | 2 +- kibana/Chart.yaml | 8 ++++---- kibana/README.md | 9 ++++----- kibana/examples/default/README.md | 2 +- kibana/examples/default/test/goss.yaml | 2 +- kibana/examples/openshift/README.md | 2 +- kibana/examples/security/README.md | 2 +- kibana/examples/upgrade/test/goss.yaml | 2 +- kibana/values.yaml | 2 +- logstash/Chart.yaml | 8 ++++---- logstash/README.md | 9 ++++----- logstash/examples/default/README.md | 2 +- logstash/examples/default/test/goss.yaml | 2 +- logstash/examples/elasticsearch/README.md | 2 +- logstash/examples/elasticsearch/test/goss.yaml | 2 +- logstash/examples/oss/README.md | 2 +- logstash/examples/oss/test/goss.yaml | 2 +- logstash/examples/security/test/goss.yaml | 2 +- logstash/examples/upgrade/test/goss.yaml | 2 +- logstash/values.yaml | 2 +- metricbeat/Chart.yaml | 8 ++++---- metricbeat/README.md | 9 ++++----- metricbeat/examples/default/README.md | 2 +- metricbeat/examples/default/test/goss-metrics.yaml | 6 +++--- metricbeat/examples/default/test/goss.yaml | 6 +++--- metricbeat/examples/oss/README.md | 2 +- metricbeat/examples/oss/test/goss-metrics.yaml | 4 ++-- metricbeat/examples/oss/test/goss.yaml | 2 +- metricbeat/examples/security/README.md | 2 +- metricbeat/examples/security/test/goss-metrics.yaml | 6 +++--- metricbeat/examples/security/test/goss.yaml | 6 +++--- metricbeat/examples/upgrade/test/goss-metrics.yaml | 4 ++-- metricbeat/examples/upgrade/test/goss.yaml | 4 ++-- metricbeat/values.yaml | 12 ++++++------ 72 files changed, 126 insertions(+), 132 deletions(-) diff --git a/apm-server/Chart.yaml b/apm-server/Chart.yaml index 43ea57a3a..55211a5f6 100644 --- a/apm-server/Chart.yaml +++ b/apm-server/Chart.yaml @@ -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: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/apm icon: https://helm.elastic.co/icons/apm.png diff --git a/apm-server/README.md b/apm-server/README.md index 38bf8eab7..891291dbe 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -11,7 +11,6 @@ provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -44,7 +43,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -62,8 +61,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.3` ## Upgrading @@ -102,7 +101,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 | `7.17.2-SNAPSHOT` | +| `imageTag` | The APM Server Docker image tag | `7.17.3` | | `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 | `{}` | diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index a140e82e1..27ed6f379 100644 --- a/apm-server/examples/default/README.md +++ b/apm-server/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy APM Server 7.17.2-SNAPSHOT using [default values][]. +This example deploy APM Server 7.17.3 using [default values][]. ## Usage diff --git a/apm-server/examples/default/test/goss.yaml b/apm-server/examples/default/test/goss.yaml index 9c0c61da4..6ab529fe3 100644 --- a/apm-server/examples/default/test/goss.yaml +++ b/apm-server/examples/default/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.17.2" + - "7.17.3" diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index 898f86324..2e9d6dd2d 100644 --- a/apm-server/examples/oss/README.md +++ b/apm-server/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy APM Server 7.17.2-SNAPSHOT using [APM Server OSS][] version. +This example deploy APM Server 7.17.3 using [APM Server OSS][] version. ## Usage diff --git a/apm-server/examples/oss/test/goss.yaml b/apm-server/examples/oss/test/goss.yaml index ffd11b8c8..d7d969ddb 100644 --- a/apm-server/examples/oss/test/goss.yaml +++ b/apm-server/examples/oss/test/goss.yaml @@ -3,9 +3,9 @@ http: status: 200 timeout: 2000 body: - - "7.17.2" + - "7.17.3" http://elasticsearch-master:9200/_cat/indices: status: 200 timeout: 2000 body: - - "apm-oss-7.17.2" + - "apm-oss-7.17.3" diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index dbaa8725e..2acce9bcb 100644 --- a/apm-server/examples/security/README.md +++ b/apm-server/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy APM Server 7.17.2-SNAPSHOT using authentication and TLS to connect to +This example deploy APM Server 7.17.3 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/apm-server/examples/security/test/goss.yaml b/apm-server/examples/security/test/goss.yaml index 9c0c61da4..6ab529fe3 100644 --- a/apm-server/examples/security/test/goss.yaml +++ b/apm-server/examples/security/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.17.2" + - "7.17.3" diff --git a/apm-server/examples/upgrade/test/goss.yaml b/apm-server/examples/upgrade/test/goss.yaml index 9c0c61da4..6ab529fe3 100644 --- a/apm-server/examples/upgrade/test/goss.yaml +++ b/apm-server/examples/upgrade/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.17.2" + - "7.17.3" diff --git a/apm-server/values.yaml b/apm-server/values.yaml index b05f3631b..a2a072ff4 100644 --- a/apm-server/values.yaml +++ b/apm-server/values.yaml @@ -71,7 +71,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/apm/apm-server" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 33898bbb0..18a844aae 100644 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -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: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/elasticsearch icon: https://helm.elastic.co/icons/elasticsearch.png diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 343f2f68a..6e4fd023e 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -6,7 +6,6 @@ This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -53,7 +52,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -71,8 +70,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3` ## Upgrading @@ -132,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 | `7.17.2-SNAPSHOT` | +| `imageTag` | The Elasticsearch Docker image tag | `7.17.3` | | `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 | `{}` | diff --git a/elasticsearch/examples/config/README.md b/elasticsearch/examples/config/README.md index 13f884ab4..410d75416 100644 --- a/elasticsearch/examples/config/README.md +++ b/elasticsearch/examples/config/README.md @@ -1,6 +1,6 @@ # Config -This example deploy a single node Elasticsearch 7.17.2-SNAPSHOT with authentication and +This example deploy a single node Elasticsearch 7.17.3 with authentication and custom [values][]. diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index bf280223d..c50ea2a76 100644 --- a/elasticsearch/examples/default/README.md +++ b/elasticsearch/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster using +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster using [default values][]. diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index dfe5d2011..db9b68b8b 100644 --- a/elasticsearch/examples/default/test/goss.yaml +++ b/elasticsearch/examples/default/test/goss.yaml @@ -15,7 +15,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.17.2-SNAPSHOT"' + - '"number" : "7.17.3"' - '"cluster_name" : "elasticsearch"' - "You Know, for Search" diff --git a/elasticsearch/examples/docker-for-mac/README.md b/elasticsearch/examples/docker-for-mac/README.md index bd497e7e5..1b5f306ac 100644 --- a/elasticsearch/examples/docker-for-mac/README.md +++ b/elasticsearch/examples/docker-for-mac/README.md @@ -1,6 +1,6 @@ # Docker for Mac -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster on [Docker for Mac][] +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [Docker for Mac][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/kubernetes-kind/README.md b/elasticsearch/examples/kubernetes-kind/README.md index f9339950e..a026c6fc2 100644 --- a/elasticsearch/examples/kubernetes-kind/README.md +++ b/elasticsearch/examples/kubernetes-kind/README.md @@ -1,6 +1,6 @@ # KIND -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster on [Kind][] +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [Kind][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/microk8s/README.md b/elasticsearch/examples/microk8s/README.md index b1d7fc5a9..bd611bd32 100644 --- a/elasticsearch/examples/microk8s/README.md +++ b/elasticsearch/examples/microk8s/README.md @@ -1,6 +1,6 @@ # MicroK8S -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster on [MicroK8S][] +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [MicroK8S][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/minikube/README.md b/elasticsearch/examples/minikube/README.md index 7777c74a5..c13052ad1 100644 --- a/elasticsearch/examples/minikube/README.md +++ b/elasticsearch/examples/minikube/README.md @@ -1,6 +1,6 @@ # Minikube -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster on [Minikube][] +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [Minikube][] using [custom values][]. If helm or kubectl timeouts occur, you may consider creating a minikube VM with diff --git a/elasticsearch/examples/multi/README.md b/elasticsearch/examples/multi/README.md index 23d6a9d6c..db3380a5e 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -1,6 +1,6 @@ # Multi -This example deploy an Elasticsearch 7.17.2-SNAPSHOT cluster composed of 3 different Helm +This example deploy an Elasticsearch 7.17.3 cluster composed of 3 different Helm releases: - `helm-es-multi-master` for the 3 master nodes using [master values][] diff --git a/elasticsearch/examples/openshift/README.md b/elasticsearch/examples/openshift/README.md index 098b6d151..f410ef993 100644 --- a/elasticsearch/examples/openshift/README.md +++ b/elasticsearch/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT cluster on [OpenShift][] +This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [OpenShift][] using [custom values][]. ## Usage diff --git a/elasticsearch/examples/openshift/test/goss.yaml b/elasticsearch/examples/openshift/test/goss.yaml index 04638ad1c..f8971641a 100644 --- a/elasticsearch/examples/openshift/test/goss.yaml +++ b/elasticsearch/examples/openshift/test/goss.yaml @@ -11,6 +11,6 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.17.2-SNAPSHOT"' + - '"number" : "7.17.3"' - '"cluster_name" : "elasticsearch"' - "You Know, for Search" diff --git a/elasticsearch/examples/security/README.md b/elasticsearch/examples/security/README.md index 7a9621c6b..e0b5effd3 100644 --- a/elasticsearch/examples/security/README.md +++ b/elasticsearch/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy a 3 nodes Elasticsearch 7.17.2-SNAPSHOT with authentication and +This example deploy a 3 nodes Elasticsearch 7.17.3 with authentication and autogenerated certificates for TLS (see [values][]). Note that this configuration should be used for test only. For a production diff --git a/elasticsearch/examples/upgrade/test/goss.yaml b/elasticsearch/examples/upgrade/test/goss.yaml index 07f4b7769..714022dec 100644 --- a/elasticsearch/examples/upgrade/test/goss.yaml +++ b/elasticsearch/examples/upgrade/test/goss.yaml @@ -11,6 +11,6 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.17.2-SNAPSHOT"' + - '"number" : "7.17.3"' - '"cluster_name" : "upgrade"' - "You Know, for Search" diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index b13ef1444..9eb437095 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -65,7 +65,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" podAnnotations: diff --git a/filebeat/Chart.yaml b/filebeat/Chart.yaml index 8d4937a1b..e1e2a79c7 100644 --- a/filebeat/Chart.yaml +++ b/filebeat/Chart.yaml @@ -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: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/filebeat/README.md b/filebeat/README.md index 8b4af87e5..f494ab838 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -6,7 +6,6 @@ This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -43,7 +42,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -60,8 +59,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.17.3` ## Upgrading @@ -136,7 +135,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 | `7.17.2-SNAPSHOT` | +| `imageTag` | The filebeat Docker image tag | `7.17.3` | | `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` | diff --git a/filebeat/examples/default/README.md b/filebeat/examples/default/README.md index 3fe270c08..5e42f3a2e 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.17.2-SNAPSHOT using [default values][]. +This example deploy Filebeat 7.17.3 using [default values][]. ## Usage diff --git a/filebeat/examples/default/test/goss.yaml b/filebeat/examples/default/test/goss.yaml index 134acb9e2..057a29d90 100644 --- a/filebeat/examples/default/test/goss.yaml +++ b/filebeat/examples/default/test/goss.yaml @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.17.2" + - "filebeat-7.17.3" file: /usr/share/filebeat/filebeat.yml: @@ -44,4 +44,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.17.2" + - "version: 7.17.3" diff --git a/filebeat/examples/deployment/README.md b/filebeat/examples/deployment/README.md index b42396ac9..e3dbc907b 100644 --- a/filebeat/examples/deployment/README.md +++ b/filebeat/examples/deployment/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.17.2-SNAPSHOT using [default values][] as a Kubernetes Deployment. +This example deploy Filebeat 7.17.3 using [default values][] as a Kubernetes Deployment. ## Usage diff --git a/filebeat/examples/deployment/test/goss.yaml b/filebeat/examples/deployment/test/goss.yaml index 16bc782b4..801ec157f 100644 --- a/filebeat/examples/deployment/test/goss.yaml +++ b/filebeat/examples/deployment/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.17.2" + - "filebeat-7.17.3" diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index 2082a9aec..6d1243d45 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Filebeat 7.17.2-SNAPSHOT using [Filebeat OSS][] version. +This example deploy Filebeat 7.17.3 using [Filebeat OSS][] version. ## Usage diff --git a/filebeat/examples/oss/test/goss.yaml b/filebeat/examples/oss/test/goss.yaml index 6c328ecae..2ec0f9bb0 100644 --- a/filebeat/examples/oss/test/goss.yaml +++ b/filebeat/examples/oss/test/goss.yaml @@ -19,4 +19,4 @@ http: status: 200 timeout: 2000 body: - - "filebeat-oss-7.17.2" + - "filebeat-oss-7.17.3" diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index 91357b672..497ea1f2b 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Filebeat 7.17.2-SNAPSHOT using authentication and TLS to connect to +This example deploy Filebeat 7.17.3 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/filebeat/examples/security/test/goss.yaml b/filebeat/examples/security/test/goss.yaml index 6338a4287..814726cf6 100644 --- a/filebeat/examples/security/test/goss.yaml +++ b/filebeat/examples/security/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.17.2" + - "filebeat-7.17.3" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" diff --git a/filebeat/examples/upgrade/test/goss.yaml b/filebeat/examples/upgrade/test/goss.yaml index 8bbb414bb..fc0f176b4 100644 --- a/filebeat/examples/upgrade/test/goss.yaml +++ b/filebeat/examples/upgrade/test/goss.yaml @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.17.2" + - "filebeat-7.17.3" file: /usr/share/filebeat/filebeat.yml: diff --git a/filebeat/values.yaml b/filebeat/values.yaml index b52da0f20..6d9b6b791 100644 --- a/filebeat/values.yaml +++ b/filebeat/values.yaml @@ -148,7 +148,7 @@ hostAliases: [] # - "foo.local" # - "bar.local" image: "docker.elastic.co/beats/filebeat" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/helpers/examples.mk b/helpers/examples.mk index 1ad1981ce..2adb63426 100644 --- a/helpers/examples.mk +++ b/helpers/examples.mk @@ -2,7 +2,7 @@ SHELL := /bin/bash GOSS_VERSION := v0.3.6 GOSS_FILE ?= goss.yaml GOSS_SELECTOR ?= release=$(RELEASE) -STACK_VERSION := 7.17.2-SNAPSHOT +STACK_VERSION := 7.17.3 TIMEOUT := 900s .PHONY: help diff --git a/helpers/upgrade.sh b/helpers/upgrade.sh index 269b64d8a..7faac9e21 100755 --- a/helpers/upgrade.sh +++ b/helpers/upgrade.sh @@ -5,7 +5,7 @@ # # An optional version can be specified for Docker image tag to use for upgrade. # This is required for master branch because upgrade from Elasticsearch 7.X -# to 8.0.0-SNAPSHOT doesn't work. +# to 8.0.0 doesn't work. # set -euo pipefail diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index e2e498e93..8dc8b2e42 100644 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 description: Official Elastic helm chart for Kibana home: https://github.com/elastic/helm-charts maintainers: -- email: helm-charts@elastic.co - name: Elastic + - email: helm-charts@elastic.co + name: Elastic name: kibana -version: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/kibana icon: https://helm.elastic.co/icons/kibana.png diff --git a/kibana/README.md b/kibana/README.md index 931d9e27e..5eb53df03 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -6,7 +6,6 @@ This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -41,7 +40,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -59,8 +58,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.17.3` ## Upgrading @@ -98,7 +97,7 @@ as a reference. They are also used in the automated testing of this chart. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `5601` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][]value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Kibana Docker image tag | `7.17.2-SNAPSHOT` | +| `imageTag` | The Kibana Docker image tag | `7.17.3` | | `image` | The Kibana Docker image | `docker.elastic.co/kibana/kibana` | | `ingress` | Configurable [ingress][] to expose the Kibana service. | see [values.yaml][] | | `kibanaConfig` | Allows you to add any config files in `/usr/share/kibana/config/` such as `kibana.yml` See [values.yaml][] for an example of the formatting | `{}` | diff --git a/kibana/examples/default/README.md b/kibana/examples/default/README.md index 218c04764..d392023cc 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Kibana 7.17.2-SNAPSHOT using [default values][]. +This example deploy Kibana 7.17.3 using [default values][]. ## Usage diff --git a/kibana/examples/default/test/goss.yaml b/kibana/examples/default/test/goss.yaml index cac4d33cb..b581eea16 100644 --- a/kibana/examples/default/test/goss.yaml +++ b/kibana/examples/default/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"7.17.2"' + - '"number":"7.17.3"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index 84919d289..c0a7b3b25 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy Kibana 7.17.2-SNAPSHOT on [OpenShift][] using [custom values][]. +This example deploy Kibana 7.17.3 on [OpenShift][] using [custom values][]. ## Usage diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index 6c6e8ed2c..c4d29b9de 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Kibana 7.17.2-SNAPSHOT using authentication and TLS to connect to +This example deploy Kibana 7.17.3 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/kibana/examples/upgrade/test/goss.yaml b/kibana/examples/upgrade/test/goss.yaml index aa7cb5e33..8dea31c8a 100644 --- a/kibana/examples/upgrade/test/goss.yaml +++ b/kibana/examples/upgrade/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"7.17.2"' + - '"number":"7.17.3"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/values.yaml b/kibana/values.yaml index fb0bd6dc6..9bf64fea3 100644 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -35,7 +35,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/kibana/kibana" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" # additionals labels diff --git a/logstash/Chart.yaml b/logstash/Chart.yaml index dc05c008b..452ebd3e8 100644 --- a/logstash/Chart.yaml +++ b/logstash/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 description: Official Elastic helm chart for Logstash home: https://github.com/elastic/helm-charts maintainers: -- email: helm-charts@elastic.co - name: Elastic + - email: helm-charts@elastic.co + name: Elastic name: logstash -version: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/logstash icon: https://helm.elastic.co/icons/logstash.png diff --git a/logstash/README.md b/logstash/README.md index 6fc689f80..3af809300 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -11,7 +11,6 @@ provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -44,7 +43,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -62,8 +61,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.17.3` ## Upgrading @@ -120,7 +119,7 @@ useful for the [http input plugin][], for instance. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `9600` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Logstash Docker image tag | `7.17.2-SNAPSHOT` | +| `imageTag` | The Logstash Docker image tag | `7.17.3` | | `image` | The Logstash Docker image | `docker.elastic.co/logstash/logstash` | | `labels` | Configurable [labels][] applied to all Logstash pods | `{}` | | `ingress` | Configurable [ingress][] for external access to Logstash HTTP port. | see [values.yaml][] | diff --git a/logstash/examples/default/README.md b/logstash/examples/default/README.md index 29571ca23..80e2a408c 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Logstash 7.17.2-SNAPSHOT using [default values][]. +This example deploy Logstash 7.17.3 using [default values][]. ## Usage diff --git a/logstash/examples/default/test/goss.yaml b/logstash/examples/default/test/goss.yaml index 323d3299c..cc91e9d0f 100644 --- a/logstash/examples/default/test/goss.yaml +++ b/logstash/examples/default/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.17.2"' + - '"version" : "7.17.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/elasticsearch/README.md b/logstash/examples/elasticsearch/README.md index 4619fd2f3..af25f2f78 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch -This example deploy Logstash 7.17.2-SNAPSHOT which connects to Elasticsearch (see +This example deploy Logstash 7.17.3 which connects to Elasticsearch (see [values][]). diff --git a/logstash/examples/elasticsearch/test/goss.yaml b/logstash/examples/elasticsearch/test/goss.yaml index 90ef01c76..ffdaee443 100644 --- a/logstash/examples/elasticsearch/test/goss.yaml +++ b/logstash/examples/elasticsearch/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.17.2"' + - '"version" : "7.17.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/oss/README.md b/logstash/examples/oss/README.md index 10c59dd3b..5005a6d1d 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Logstash 7.17.2-SNAPSHOT using [Logstash OSS][] version. +This example deploy Logstash 7.17.3 using [Logstash OSS][] version. ## Usage diff --git a/logstash/examples/oss/test/goss.yaml b/logstash/examples/oss/test/goss.yaml index fe3de8f77..a0a331edb 100644 --- a/logstash/examples/oss/test/goss.yaml +++ b/logstash/examples/oss/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.17.2"' + - '"version" : "7.17.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/security/test/goss.yaml b/logstash/examples/security/test/goss.yaml index fdfd6e725..27e86fe91 100644 --- a/logstash/examples/security/test/goss.yaml +++ b/logstash/examples/security/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.17.2"' + - '"version" : "7.17.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/upgrade/test/goss.yaml b/logstash/examples/upgrade/test/goss.yaml index 323d3299c..cc91e9d0f 100644 --- a/logstash/examples/upgrade/test/goss.yaml +++ b/logstash/examples/upgrade/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.17.2"' + - '"version" : "7.17.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/values.yaml b/logstash/values.yaml index 6aa66cf03..b035e0afc 100644 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -71,7 +71,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/logstash/logstash" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/metricbeat/Chart.yaml b/metricbeat/Chart.yaml index f249e61a3..ba965d903 100644 --- a/metricbeat/Chart.yaml +++ b/metricbeat/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 description: Official Elastic helm chart for Metricbeat home: https://github.com/elastic/helm-charts maintainers: -- email: helm-charts@elastic.co - name: Elastic + - email: helm-charts@elastic.co + name: Elastic name: metricbeat -version: 7.17.2-SNAPSHOT -appVersion: 7.17.2-SNAPSHOT +version: 7.17.3 +appVersion: 7.17.3 sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/metricbeat/README.md b/metricbeat/README.md index ca90907de..df96a977f 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -6,7 +6,6 @@ This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -42,7 +41,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.17.2-SNAPSHOT version. +This chart is tested with the latest 7.17.3 version. ### Install released version using Helm repository @@ -61,8 +60,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version. * Checkout the branch : `git checkout 7.17` * Install it: - - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.17.2-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.17.2-SNAPSHOT` + - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.17.3` + - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.17.3` ## Upgrading @@ -132,7 +131,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 Metricbeat 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 Metricbeat Docker image tag | `7.17.2-SNAPSHOT` | +| `imageTag` | The Metricbeat Docker image tag | `7.17.3` | | `image` | The Metricbeat Docker image | `docker.elastic.co/beats/metricbeat` | | `kube_state_metrics.enabled` | Install [kube-state-metrics][] chart as a dependency | `true` | | `kube_state_metrics.host` | Define kube-state-metrics endpoint for an existing deployment. Works only if `kube_state_metrics.enabled: false` | `""` | diff --git a/metricbeat/examples/default/README.md b/metricbeat/examples/default/README.md index e18810270..f261deda2 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Metricbeat 7.17.2-SNAPSHOT using [default values][]. +This example deploy Metricbeat 7.17.3 using [default values][]. ## Usage diff --git a/metricbeat/examples/default/test/goss-metrics.yaml b/metricbeat/examples/default/test/goss-metrics.yaml index 5ea6f1525..66e8aede9 100644 --- a/metricbeat/examples/default/test/goss-metrics.yaml +++ b/metricbeat/examples/default/test/goss-metrics.yaml @@ -21,13 +21,13 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" ? "http://elasticsearch-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: @@ -41,4 +41,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.17.2" + - "version: 7.17.3" diff --git a/metricbeat/examples/default/test/goss.yaml b/metricbeat/examples/default/test/goss.yaml index 7f289a4aa..a6f8ce204 100644 --- a/metricbeat/examples/default/test/goss.yaml +++ b/metricbeat/examples/default/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" ? "http://elasticsearch-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.17.2" + - "version: 7.17.3" diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 10c134888..b8c13b55e 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Metricbeat 7.17.2-SNAPSHOT using [Metricbeat OSS][] version. +This example deploy Metricbeat 7.17.3 using [Metricbeat OSS][] version. ## Usage diff --git a/metricbeat/examples/oss/test/goss-metrics.yaml b/metricbeat/examples/oss/test/goss-metrics.yaml index 54c88773d..a4e32b0e3 100644 --- a/metricbeat/examples/oss/test/goss-metrics.yaml +++ b/metricbeat/examples/oss/test/goss-metrics.yaml @@ -21,12 +21,12 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.17.2" + - "metricbeat-oss-7.17.3" http://elasticsearch-master:9200/_search?q=metricset.name:state_deployment: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.17.2" + - "metricbeat-oss-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/oss/test/goss.yaml b/metricbeat/examples/oss/test/goss.yaml index c0a3a5209..a9b33edf1 100644 --- a/metricbeat/examples/oss/test/goss.yaml +++ b/metricbeat/examples/oss/test/goss.yaml @@ -25,7 +25,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.17.2" + - "metricbeat-oss-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index a7911a544..97c8a087c 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Metricbeat 7.17.2-SNAPSHOT using authentication and TLS to connect to +This example deploy Metricbeat 7.17.3 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/metricbeat/examples/security/test/goss-metrics.yaml b/metricbeat/examples/security/test/goss-metrics.yaml index 7d04b16b7..54fa34528 100644 --- a/metricbeat/examples/security/test/goss-metrics.yaml +++ b/metricbeat/examples/security/test/goss-metrics.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - "elasticsearch: https://security-master:9200" - - "version: 7.17.2" + - "version: 7.17.3" diff --git a/metricbeat/examples/security/test/goss.yaml b/metricbeat/examples/security/test/goss.yaml index 52d77a4ca..307d9bb2f 100644 --- a/metricbeat/examples/security/test/goss.yaml +++ b/metricbeat/examples/security/test/goss.yaml @@ -25,7 +25,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -33,7 +33,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -50,4 +50,4 @@ command: exit-status: 0 stdout: - "elasticsearch: https://security-master:9200" - - "version: 7.17.2" + - "version: 7.17.3" diff --git a/metricbeat/examples/upgrade/test/goss-metrics.yaml b/metricbeat/examples/upgrade/test/goss-metrics.yaml index c6cb2ce01..836fea7ad 100644 --- a/metricbeat/examples/upgrade/test/goss-metrics.yaml +++ b/metricbeat/examples/upgrade/test/goss-metrics.yaml @@ -21,13 +21,13 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" ? "http://upgrade-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/upgrade/test/goss.yaml b/metricbeat/examples/upgrade/test/goss.yaml index 2a3f872f0..777cbd112 100644 --- a/metricbeat/examples/upgrade/test/goss.yaml +++ b/metricbeat/examples/upgrade/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" ? "http://upgrade-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.17.2" + - "metricbeat-7.17.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/values.yaml b/metricbeat/values.yaml index d5e15705d..8f9399c6e 100644 --- a/metricbeat/values.yaml +++ b/metricbeat/values.yaml @@ -180,7 +180,7 @@ extraInitContainers: "" hostPathRoot: /var/lib image: "docker.elastic.co/beats/metricbeat" -imageTag: "7.17.2-SNAPSHOT" +imageTag: "7.17.3" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] @@ -237,15 +237,15 @@ clusterRoleRules: - nodes/stats verbs: ["get"] - apiGroups: - - "" + - "" resources: - - nodes/stats + - nodes/stats verbs: - - get + - get - nonResourceURLs: - - "/metrics" + - "/metrics" verbs: - - get + - get podAnnotations: {}