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

Commit

Permalink
6.8.10 Release (elastic#651)
Browse files Browse the repository at this point in the history
This PR prepare `6.8` branch for `6.8.10` release:
- bump chart and Docker images version from `6.8.10-SNAPSHOT` to `6.8.10`
- remove notices on README that this is a development branch and development branch specific install instructions

### Note
> - remove notices on README that this is a development branch and development branch specific install instructions

This is required because released Helm charts will be packaged from this PR commit including the README files that will be available inside the chart packages and in [Helm Hub](https://hub.helm.sh/charts/elastic) pages (example: [Elasticsearch chart page](https://hub.helm.sh/charts/elastic/elasticsearch)).

This change will be reverted in the next PR after release when we will bump `6.8` branch to `6.8.11-SNAPSHOT` version.
  • Loading branch information
jmlrt committed Jun 3, 2020
1 parent 6b0f90a commit 46bbee1
Show file tree
Hide file tree
Showing 46 changed files with 58 additions and 166 deletions.
4 changes: 2 additions & 2 deletions apm-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: apm-server
version: 6.8.10-SNAPSHOT
appVersion: 6.8.10-SNAPSHOT
version: 6.8.10
appVersion: 6.8.10
sources:
- https://github.com/elastic/apm
icon: https://helm.elastic.co/icons/apm.png
22 changes: 2 additions & 20 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ The design and code is less mature than official GA features and is being
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 [6.8.9][] release
for released version.


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions](#install-development-version-using-68-branch-and-6810-snapshot-versions)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -43,22 +38,10 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 6.8.10-SNAPSHOT versions.

### Install released version using Helm repository

* Add the Elastic Helm charts repo:
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name apm-server elastic/apm-server`
* Install it: `helm install --name apm-server elastic/apm-server`

### Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it: `helm install --name apm-server ./helm-charts/apm-server`
* Install it: `helm install --name apm-server --version 6.8.10 elastic/apm-server`


## Upgrading
Expand Down Expand Up @@ -96,7 +79,7 @@ as a reference. They are also used in the automated testing of this chart.
| `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to `.Release.Name` - `.Values.nameOverride` or `.Chart.Name` | `""` |
| `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 | `6.8.10-SNAPSHOT` |
| `imageTag` | The APM Server Docker image tag | `6.8.10` |
| `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` |
| `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] |
| `labels` | Configurable [labels][] applied to all APM server pods | `{}` |
Expand Down Expand Up @@ -144,7 +127,6 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.


[6.8.9]: https://github.com/elastic/helm-charts/blob/6.8.9/apm-server/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/default/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy APM Server 6.8.10-SNAPSHOT using [default values][].
This example deploy APM Server 6.8.10 using [default values][].


## Usage
Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/oss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS

This example deploy APM Server 6.8.10-SNAPSHOT using [APM Server OSS][] version.
This example deploy APM Server 6.8.10 using [APM Server OSS][] version.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion apm-server/examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

This example deploy APM Server 6.8.10-SNAPSHOT using authentication and TLS to connect to
This example deploy APM Server 6.8.10 using authentication and TLS to connect to
Elasticsearch (see [values][]).


Expand Down
2 changes: 1 addition & 1 deletion apm-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extraVolumes: []
# emptyDir: {}

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

Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: elasticsearch
version: 6.8.10-SNAPSHOT
appVersion: 6.8.10-SNAPSHOT
version: 6.8.10
appVersion: 6.8.10
sources:
- https://github.com/elastic/elasticsearch
icon: https://helm.elastic.co/icons/elasticsearch.png
22 changes: 2 additions & 20 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
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 [6.8.9][] release
for released version.


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions](#install-development-version-using-68-branch-and-6810-snapshot-versions)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand Down Expand Up @@ -53,22 +48,10 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 6.8.10-SNAPSHOT versions.

### Install released version using Helm repository

* Add the Elastic Helm charts repo:
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name elasticsearch elastic/elasticsearch`
* Install it: `helm install --name elasticsearch elastic/elasticsearch`

### Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it: `helm install --name elasticsearch ./helm-charts/elasticsearch`
* Install it: `helm install --name elasticsearch --version 6.8.10 elastic/elasticsearch`


## Upgrading
Expand Down Expand Up @@ -123,7 +106,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 | `6.8.10-SNAPSHOT` |
| `imageTag` | The Elasticsearch Docker image tag | `6.8.10` |
| `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` |
| `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] |
| `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` |
Expand Down Expand Up @@ -385,7 +368,6 @@ about our development and testing process.
[#63]: https://github.com/elastic/helm-charts/issues/63
[6.8.9]: https://github.com/elastic/helm-charts/blob/6.8.9/elasticsearch/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Config

This example deploy a single node Elasticsearch 6.8.10-SNAPSHOT with authentication and
This example deploy a single node Elasticsearch 6.8.10 with authentication and
custom [values][].


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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster using
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster using
[default values][].


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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster on [Docker for Mac][]
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster on [Docker for Mac][]
using [custom values][].

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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster on [Kind][]
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster on [Kind][]
using [custom values][].

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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster on [MicroK8S][]
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster on [MicroK8S][]
using [custom values][].

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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster on [Minikube][]
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster on [Minikube][]
using [custom values][].

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

This example deploy an Elasticsearch 6.8.10-SNAPSHOT cluster composed of 2 different Helm
This example deploy an Elasticsearch 6.8.10 cluster composed of 2 different Helm
releases:

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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster on [OpenShift][]
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster on [OpenShift][]
using [custom values][].

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

This example deploy a 3 nodes Elasticsearch 6.8.10-SNAPSHOT cluster using
This example deploy a 3 nodes Elasticsearch 6.8.10 cluster using
[Elasticsearch OSS][] version.

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

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

Note that this configuration should be used for test only. For a production
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ secretMounts: []
# defaultMode: 0755

image: "docker.elastic.co/elasticsearch/elasticsearch"
imageTag: "6.8.10-SNAPSHOT"
imageTag: "6.8.10"
imagePullPolicy: "IfNotPresent"

podAnnotations: {}
Expand Down
4 changes: 2 additions & 2 deletions filebeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: filebeat
version: 6.8.10-SNAPSHOT
appVersion: 6.8.10-SNAPSHOT
version: 6.8.10
appVersion: 6.8.10
sources:
- https://github.com/elastic/beats
icon: https://helm.elastic.co/icons/beats.png
22 changes: 2 additions & 20 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
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 [6.8.9][] release
for released version.


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions](#install-development-version-using-68-branch-and-6810-snapshot-versions)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -39,22 +34,10 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 6.8.10-SNAPSHOT versions.

### Install released version using Helm repository

* Add the Elastic Helm charts repo:
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name filebeat elastic/filebeat`
* Install it: `helm install --name filebeat elastic/filebeat`

### Install development version using 6.8 branch and 6.8.10-SNAPSHOT versions

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Install it: `helm install --name filebeat ./helm-charts/filebeat`
* Install it: `helm install --name filebeat --version 6.8.10 elastic/filebeat`


## Upgrading
Expand Down Expand Up @@ -102,7 +85,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 | `6.8.10-SNAPSHOT` |
| `imageTag` | The Filebeat Docker image tag | `6.8.10` |
| `image` | The Filebeat Docker image | `docker.elastic.co/beats/filebeat` |
| `labels` | Configurable [labels][] applied to all Filebeat pods | `{}` |
| `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] |
Expand Down Expand Up @@ -159,7 +142,6 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.


[6.8.9]: https://github.com/elastic/helm-charts/blob/6.8.9/filebeat/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/default/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default

This example deploy Filebeat 6.8.10-SNAPSHOT using [default values][].
This example deploy Filebeat 6.8.10 using [default values][].


## Usage
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/oss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS

This example deploy Filebeat 6.8.10-SNAPSHOT using [Filebeat OSS][] version.
This example deploy Filebeat 6.8.10 using [Filebeat OSS][] version.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion filebeat/examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

This example deploy Filebeat 6.8.10-SNAPSHOT using authentication and TLS to connect to
This example deploy Filebeat 6.8.10 using authentication and TLS to connect to
Elasticsearch (see [values][]).


Expand Down
2 changes: 1 addition & 1 deletion filebeat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ envFrom: []
hostPathRoot: /var/lib
hostNetworking: false
image: "docker.elastic.co/beats/filebeat"
imageTag: "6.8.10-SNAPSHOT"
imageTag: "6.8.10"
imagePullPolicy: "IfNotPresent"
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion helpers/bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
os.chdir(os.path.join(os.path.dirname(__file__), ".."))

versions = {
6: os.environ.get("BUMPER_VERSION_6", "6.8.10-SNAPSHOT"),
6: os.environ.get("BUMPER_VERSION_6", "6.8.10"),
}

chart_version = versions[6]
Expand Down
2 changes: 1 addition & 1 deletion helpers/examples.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOSS_VERSION := v0.3.6
GOSS_FILE ?= goss.yaml
GOSS_SELECTOR ?= release=$(RELEASE)
STACK_VERSION := 6.8.10-SNAPSHOT
STACK_VERSION := 6.8.10

.PHONY: help
help: ## Display this help
Expand Down
4 changes: 2 additions & 2 deletions kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: kibana
version: 6.8.10-SNAPSHOT
appVersion: 6.8.10-SNAPSHOT
version: 6.8.10
appVersion: 6.8.10
sources:
- https://github.com/elastic/kibana
icon: https://helm.elastic.co/icons/kibana.png
Loading

0 comments on commit 46bbee1

Please sign in to comment.