From 7612f9ab69fd0dc16b0a78aa0b1e30640e701c78 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:08:54 +0200 Subject: [PATCH] [meta] bump 7.x branch to 7.15.0-SNAPSHOT This commit bump the 7.x branch which will be dedicated to the 7.x.x releases for the Helm Charts. It will allow to: - test this branch with the daily Stack Docker images 7.15.0-SNAPSHOT via dedicated Jenkins jobs --- apm-server/Chart.yaml | 4 ++-- apm-server/README.md | 10 +++++----- 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 | 4 ++-- elasticsearch/README.md | 8 ++++---- 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 | 4 ++-- filebeat/README.md | 8 ++++---- 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/bumper.py | 2 +- helpers/examples.mk | 2 +- kibana/Chart.yaml | 4 ++-- kibana/README.md | 10 +++++----- 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 | 4 ++-- logstash/README.md | 10 +++++----- 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 | 4 ++-- metricbeat/README.md | 8 ++++---- 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 | 4 ++-- 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 | 2 +- 72 files changed, 113 insertions(+), 113 deletions(-) diff --git a/apm-server/Chart.yaml b/apm-server/Chart.yaml index b0969f2c9..e6ea76ebd 100755 --- a/apm-server/Chart.yaml +++ b/apm-server/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: apm-server -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 de0bf01ea..b2025d4a5 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -44,7 +44,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -62,8 +62,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -102,7 +102,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.14.0-SNAPSHOT` | +| `imageTag` | The APM Server Docker image tag | `7.15.0-SNAPSHOT` | | `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 | `{}` | @@ -156,7 +156,7 @@ about our development and testing process. [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ -[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.14/running-on-docker.html +[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.15/running-on-docker.html [apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss [default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.x/elasticsearch/README.md#default [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index 72c5ed8ae..5a1e4e4c1 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.14.0-SNAPSHOT using [default values][]. +This example deploy APM Server 7.15.0-SNAPSHOT using [default values][]. ## Usage diff --git a/apm-server/examples/default/test/goss.yaml b/apm-server/examples/default/test/goss.yaml index 8225dbb4e..6cc554f2f 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.14.0" + - "7.15.0" diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index 4d8a72701..edae90439 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.14.0-SNAPSHOT using [APM Server OSS][] version. +This example deploy APM Server 7.15.0-SNAPSHOT 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 59024a33d..48ba83d7c 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.14.0" + - "7.15.0" http://elasticsearch-master:9200/_cat/indices: status: 200 timeout: 2000 body: - - "apm-oss-7.14.0" + - "apm-oss-7.15.0" diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index 1e54af22f..5e41f0d53 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.14.0-SNAPSHOT using authentication and TLS to connect to +This example deploy APM Server 7.15.0-SNAPSHOT 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 8225dbb4e..6cc554f2f 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.14.0" + - "7.15.0" diff --git a/apm-server/examples/upgrade/test/goss.yaml b/apm-server/examples/upgrade/test/goss.yaml index 8225dbb4e..6cc554f2f 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.14.0" + - "7.15.0" diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 45a24c2d9..4b0caf9f3 100755 --- 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.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 03f606fb1..ca2222201 100755 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: elasticsearch -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 0b9b349ac..8956dcc71 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -53,7 +53,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -71,8 +71,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -130,7 +130,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.14.0-SNAPSHOT` | +| `imageTag` | The Elasticsearch Docker image tag | `7.15.0-SNAPSHOT` | | `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 0f0b14066..8c0e3b895 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.14.0-SNAPSHOT with authentication and +This example deploy a single node Elasticsearch 7.15.0-SNAPSHOT with authentication and custom [values][]. diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index 9d7cf9965..8a29bd649 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.14.0-SNAPSHOT cluster using +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT cluster using [default values][]. diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index 856b1009a..caaa8f39f 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.14.0-SNAPSHOT"' + - '"number" : "7.15.0-SNAPSHOT"' - '"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 21a19a278..c724b8c59 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.14.0-SNAPSHOT cluster on [Docker for Mac][] +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT 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 9c8e12752..54f0b84b7 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.14.0-SNAPSHOT cluster on [Kind][] +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT 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 5eaa7bea6..c407ee8d5 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.14.0-SNAPSHOT cluster on [MicroK8S][] +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT 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 ae2f1bcae..0a9fa0da8 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.14.0-SNAPSHOT cluster on [Minikube][] +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT 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 6746c27bf..895ae4821 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -1,6 +1,6 @@ # Multi -This example deploy an Elasticsearch 7.14.0-SNAPSHOT cluster composed of 3 different Helm +This example deploy an Elasticsearch 7.15.0-SNAPSHOT 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 d89d00644..b45c2593c 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.14.0-SNAPSHOT cluster on [OpenShift][] +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT cluster on [OpenShift][] using [custom values][]. ## Usage diff --git a/elasticsearch/examples/openshift/test/goss.yaml b/elasticsearch/examples/openshift/test/goss.yaml index 990af66cc..cbae8d9ad 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.14.0"' + - '"number" : "7.15.0"' - '"cluster_name" : "elasticsearch"' - "You Know, for Search" diff --git a/elasticsearch/examples/security/README.md b/elasticsearch/examples/security/README.md index 1a1db8297..1c3541cb6 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.14.0-SNAPSHOT with authentication and +This example deploy a 3 nodes Elasticsearch 7.15.0-SNAPSHOT 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 8b476d144..cc764fd30 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.14.0-SNAPSHOT"' + - '"number" : "7.15.0-SNAPSHOT"' - '"cluster_name" : "upgrade"' - "You Know, for Search" diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index dc7a5896c..4d107f1f9 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -59,7 +59,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "7.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" podAnnotations: diff --git a/filebeat/Chart.yaml b/filebeat/Chart.yaml index e4ce9669e..8ea1a63c7 100755 --- a/filebeat/Chart.yaml +++ b/filebeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: filebeat -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 666d24e50..cf2e7ab46 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -43,7 +43,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -60,8 +60,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -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 | `7.14.0-SNAPSHOT` | +| `imageTag` | The filebeat Docker image tag | `7.15.0-SNAPSHOT` | | `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 ba221dd96..befa3e787 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.14.0-SNAPSHOT using [default values][]. +This example deploy Filebeat 7.15.0-SNAPSHOT using [default values][]. ## Usage diff --git a/filebeat/examples/default/test/goss.yaml b/filebeat/examples/default/test/goss.yaml index 07b2f3d2a..0c6a9eb81 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.14.0" + - "filebeat-7.15.0" file: /usr/share/filebeat/filebeat.yml: @@ -44,4 +44,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.14.0" + - "version: 7.15.0" diff --git a/filebeat/examples/deployment/README.md b/filebeat/examples/deployment/README.md index 13ccc91f3..79b81fe5f 100644 --- a/filebeat/examples/deployment/README.md +++ b/filebeat/examples/deployment/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.14.0-SNAPSHOT using [default values][] as a Kubernetes Deployment. +This example deploy Filebeat 7.15.0-SNAPSHOT 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 93e1ba689..02f004fc8 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.14.0" + - "filebeat-7.15.0" diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index 0e0420036..724180858 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Filebeat 7.14.0-SNAPSHOT using [Filebeat OSS][] version. +This example deploy Filebeat 7.15.0-SNAPSHOT using [Filebeat OSS][] version. ## Usage diff --git a/filebeat/examples/oss/test/goss.yaml b/filebeat/examples/oss/test/goss.yaml index f76e8f64a..720a42a16 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.14.0" + - "filebeat-oss-7.15.0" diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index 7882eaaab..0edd13690 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Filebeat 7.14.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Filebeat 7.15.0-SNAPSHOT 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 f0bbd60ab..5909e81a0 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.14.0" + - "filebeat-7.15.0" 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 5233b2085..022dff782 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.14.0" + - "filebeat-7.15.0" file: /usr/share/filebeat/filebeat.yml: diff --git a/filebeat/values.yaml b/filebeat/values.yaml index ddf51a1cb..a9fc37479 100755 --- 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.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/helpers/bumper.py b/helpers/bumper.py index b40a2d8a5..9039798ac 100755 --- a/helpers/bumper.py +++ b/helpers/bumper.py @@ -20,7 +20,7 @@ os.chdir(os.path.join(os.path.dirname(__file__), "..")) versions = { - 7: os.environ.get("BUMPER_VERSION_7", "7.14.0-SNAPSHOT"), + 7: os.environ.get("BUMPER_VERSION_7", "7.15.0-SNAPSHOT"), } chart_version = versions[7] diff --git a/helpers/examples.mk b/helpers/examples.mk index a09a9c436..c43b3ed7c 100644 --- a/helpers/examples.mk +++ b/helpers/examples.mk @@ -1,7 +1,7 @@ GOSS_VERSION := v0.3.6 GOSS_FILE ?= goss.yaml GOSS_SELECTOR ?= release=$(RELEASE) -STACK_VERSION := 7.14.0-SNAPSHOT +STACK_VERSION := 7.15.0-SNAPSHOT TIMEOUT := 900s .PHONY: help diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index 33c8e05ff..1a209eab4 100755 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: kibana -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 f37bde360..a21d238ca 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -40,7 +40,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -58,8 +58,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -88,14 +88,14 @@ as a reference. They are also used in the automated testing of this chart. | `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | see [values.yaml][] | | `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` | | `extraVolumeMounts` | Configuration for additionnal `volumeMounts` | see [values.yaml][] | -| `extraVolumes` | Configuration for additionnal `volumes` | see [values.yaml][] | +| `extraVolumes` | Configuration for additionnal `volumes` | see [values.yaml][] | | `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride orChart.Name` " | `""` | | `healthCheckPath` | The path used for the readinessProbe to check that Kibana is ready. If you are setting `server.basePath` you will also need to update this to `/${basePath}/app/kibana` | `/app/kibana` | | `hostAliases` | Configurable [hostAliases][] | `[]` | | `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.14.0-SNAPSHOT` | +| `imageTag` | The Kibana Docker image tag | `7.15.0-SNAPSHOT` | | `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 de07e9cb5..fe7c6b913 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Kibana 7.14.0-SNAPSHOT using [default values][]. +This example deploy Kibana 7.15.0-SNAPSHOT using [default values][]. ## Usage diff --git a/kibana/examples/default/test/goss.yaml b/kibana/examples/default/test/goss.yaml index c700211b6..e20d245bf 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.14.0"' + - '"number":"7.15.0"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index a8bd27d15..e63e8d38f 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy Kibana 7.14.0-SNAPSHOT on [OpenShift][] using [custom values][]. +This example deploy Kibana 7.15.0-SNAPSHOT on [OpenShift][] using [custom values][]. ## Usage diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index 11e351092..260bb93e1 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Kibana 7.14.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Kibana 7.15.0-SNAPSHOT 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 7fc0adbe3..27b56e53c 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.14.0"' + - '"number":"7.15.0"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/values.yaml b/kibana/values.yaml index 5357ce36e..8bdd0a836 100755 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -35,7 +35,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/kibana/kibana" -imageTag: "7.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" # additionals labels diff --git a/logstash/Chart.yaml b/logstash/Chart.yaml index 89db41f12..dcd10e4d4 100755 --- a/logstash/Chart.yaml +++ b/logstash/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: logstash -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 d4b771820..52af9fc07 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -44,7 +44,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -62,8 +62,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -120,7 +120,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.14.0-SNAPSHOT` | +| `imageTag` | The Logstash Docker image tag | `7.15.0-SNAPSHOT` | | `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][] | @@ -134,7 +134,7 @@ useful for the [http input plugin][], for instance. | `maxUnavailable` | The [maxUnavailable][] value for the pod disruption budget. By default this will prevent Kubernetes from having more than 1 unhealthy pod in the node group | `1` | | `nameOverride` | Overrides the chart name for resources. If not set the name will default to `.Chart.Name` | `""` | | `nodeAffinity` | Value for the [node affinity settings][] | `{}` | -| `podAffinity` | Value for the [pod affinity settings][] | `{}` | +| `podAffinity` | Value for the [pod affinity settings][] | `{}` | | `nodeSelector` | Configurable [nodeSelector][] so that you can target specific nodes for your Logstash cluster | `{}` | | `persistence` | Enables a persistent volume for Logstash data | see [values.yaml][] | | `podAnnotations` | Configurable [annotations][] applied to all Logstash pods | `{}` | diff --git a/logstash/examples/default/README.md b/logstash/examples/default/README.md index beec5bfce..0396bb48c 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Logstash 7.14.0-SNAPSHOT using [default values][]. +This example deploy Logstash 7.15.0-SNAPSHOT using [default values][]. ## Usage diff --git a/logstash/examples/default/test/goss.yaml b/logstash/examples/default/test/goss.yaml index e11dc7d0f..0c0d4c922 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.14.0"' + - '"version" : "7.15.0"' - '"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 875733b3d..4f173f8bf 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch -This example deploy Logstash 7.14.0-SNAPSHOT which connects to Elasticsearch (see +This example deploy Logstash 7.15.0-SNAPSHOT which connects to Elasticsearch (see [values][]). diff --git a/logstash/examples/elasticsearch/test/goss.yaml b/logstash/examples/elasticsearch/test/goss.yaml index 92ad2d3bf..1e36ae65f 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.14.0"' + - '"version" : "7.15.0"' - '"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 bfec27d0f..6066b3d1a 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Logstash 7.14.0-SNAPSHOT using [Logstash OSS][] version. +This example deploy Logstash 7.15.0-SNAPSHOT using [Logstash OSS][] version. ## Usage diff --git a/logstash/examples/oss/test/goss.yaml b/logstash/examples/oss/test/goss.yaml index a5fad88a0..406335aa3 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.14.0"' + - '"version" : "7.15.0"' - '"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 550c9ea77..5ba6b3aa5 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.14.0"' + - '"version" : "7.15.0"' - '"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 e11dc7d0f..0c0d4c922 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.14.0"' + - '"version" : "7.15.0"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/values.yaml b/logstash/values.yaml index bd33c5ef6..9a83055de 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -71,7 +71,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/logstash/logstash" -imageTag: "7.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/metricbeat/Chart.yaml b/metricbeat/Chart.yaml index 5cbed0fb2..e620a9021 100755 --- a/metricbeat/Chart.yaml +++ b/metricbeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: metricbeat -version: 7.14.0-SNAPSHOT -appVersion: 7.14.0-SNAPSHOT +version: 7.15.0-SNAPSHOT +appVersion: 7.15.0-SNAPSHOT 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 92efff165..0895ae5cb 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -41,7 +41,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.14.0-SNAPSHOT version. +This chart is tested with the latest 7.15.0-SNAPSHOT version. ### Install released version using Helm repository @@ -60,8 +60,8 @@ This chart is tested with the latest 7.14.0-SNAPSHOT version. * Checkout the branch : `git checkout 7.x` * Install it: - - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.14.0-SNAPSHOT` - - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.14.0-SNAPSHOT` + - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.15.0-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.15.0-SNAPSHOT` ## Upgrading @@ -131,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.14.0-SNAPSHOT` | +| `imageTag` | The Metricbeat Docker image tag | `7.15.0-SNAPSHOT` | | `image` | The Metricbeat Docker image | `docker.elastic.co/beats/metricbeat` | | `kube_state_metrics.enabled` | Install [kube-state-metrics](https://github.com/helm/charts/tree/master/stable/kube-state-metrics) 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 a957afe20..962c5dfa0 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Metricbeat 7.14.0-SNAPSHOT using [default values][]. +This example deploy Metricbeat 7.15.0-SNAPSHOT using [default values][]. ## Usage diff --git a/metricbeat/examples/default/test/goss-metrics.yaml b/metricbeat/examples/default/test/goss-metrics.yaml index 461f4d701..d19ab5055 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.14.0" + - "metricbeat-7.15.0" ? "http://elasticsearch-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: @@ -41,4 +41,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.14.0" + - "version: 7.15.0" diff --git a/metricbeat/examples/default/test/goss.yaml b/metricbeat/examples/default/test/goss.yaml index 4ee50a3a5..169132eee 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.14.0" + - "metricbeat-7.15.0" ? "http://elasticsearch-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - "elasticsearch: http://elasticsearch-master:9200" - - "version: 7.14.0" + - "version: 7.15.0" diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 16adfb9fc..d856c0c6a 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Metricbeat 7.14.0-SNAPSHOT using [Metricbeat OSS][] version. +This example deploy Metricbeat 7.15.0-SNAPSHOT using [Metricbeat OSS][] version. ## Usage diff --git a/metricbeat/examples/oss/test/goss-metrics.yaml b/metricbeat/examples/oss/test/goss-metrics.yaml index c55542112..ad6a894bc 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.14.0" + - "metricbeat-oss-7.15.0" http://elasticsearch-master:9200/_search?q=metricset.name:state_deployment: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.14.0" + - "metricbeat-oss-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/oss/test/goss.yaml b/metricbeat/examples/oss/test/goss.yaml index 3902fb32f..2aa70f174 100644 --- a/metricbeat/examples/oss/test/goss.yaml +++ b/metricbeat/examples/oss/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.14.0" + - "metricbeat-oss-7.15.0" http://elasticsearch-master:9200/_search?q=metricset.name:container: status: 200 timeout: 2000 body: - - "metricbeat-oss-7.14.0" + - "metricbeat-oss-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index 7c9edeafc..0a6870285 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Metricbeat 7.14.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Metricbeat 7.15.0-SNAPSHOT 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 48f97af25..1d2503ca8 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.14.0" + - "metricbeat-7.15.0" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" 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.14.0" + - "version: 7.15.0" diff --git a/metricbeat/examples/security/test/goss.yaml b/metricbeat/examples/security/test/goss.yaml index 13b7541b5..16081a6f2 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.14.0" + - "metricbeat-7.15.0" allow-insecure: true username: "{{ .Env.ELASTICSEARCH_USERNAME }}" password: "{{ .Env.ELASTICSEARCH_PASSWORD }}" @@ -33,7 +33,7 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" 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.14.0" + - "version: 7.15.0" diff --git a/metricbeat/examples/upgrade/test/goss-metrics.yaml b/metricbeat/examples/upgrade/test/goss-metrics.yaml index aa1a0831b..301bdecdc 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.14.0" + - "metricbeat-7.15.0" ? "http://upgrade-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/upgrade/test/goss.yaml b/metricbeat/examples/upgrade/test/goss.yaml index 6697251e6..bec7a9161 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.14.0" + - "metricbeat-7.15.0" ? "http://upgrade-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.14.0" + - "metricbeat-7.15.0" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/values.yaml b/metricbeat/values.yaml index 12e76179b..db9e41fc9 100755 --- a/metricbeat/values.yaml +++ b/metricbeat/values.yaml @@ -180,7 +180,7 @@ extraInitContainers: "" hostPathRoot: /var/lib image: "docker.elastic.co/beats/metricbeat" -imageTag: "7.14.0-SNAPSHOT" +imageTag: "7.15.0-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: []