Skip to content

Commit 036e850

Browse files
authored
Prepare for release 7.2.0-rc.20200827 (#198)
ProductLine: Stash Release: v2020.08.27-rc.0 Release-tracker: stashed/CHANGELOG#6 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 54fd94d commit 036e850

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

charts/stash-elasticsearch/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: 'stash-elasticsearch - Elasticsearch database plugin for Stash by AppsCode'
33
name: stash-elasticsearch
4-
version: 7.2.0-rc.20200826
5-
appVersion: 7.2.0-rc.20200826
4+
version: 7.2.0-rc.20200827
5+
appVersion: 7.2.0-rc.20200827
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/addons/elasticsearch-stash-addon.png
88
sources:

charts/stash-elasticsearch/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```console
88
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
10-
$ helm install stash-elasticsearch-7.2.0-rc.20200826 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200826
10+
$ helm install stash-elasticsearch-7.2.0-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200827
1111
```
1212

1313
## Introduction
@@ -20,10 +20,10 @@ This chart deploys necessary `Function` and `Task` definition to backup or resto
2020

2121
## Installing the Chart
2222

23-
To install the chart with the release name `stash-elasticsearch-7.2.0-rc.20200826`:
23+
To install the chart with the release name `stash-elasticsearch-7.2.0-rc.20200827`:
2424

2525
```console
26-
$ helm install stash-elasticsearch-7.2.0-rc.20200826 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200826
26+
$ helm install stash-elasticsearch-7.2.0-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200827
2727
```
2828

2929
The command deploys necessary `Function` and `Task` definition to backup or restore Elasticsearch 7.2.0 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
3232
3333
## Uninstalling the Chart
3434

35-
To uninstall/delete the `stash-elasticsearch-7.2.0-rc.20200826`:
35+
To uninstall/delete the `stash-elasticsearch-7.2.0-rc.20200827`:
3636

3737
```console
38-
$ helm delete stash-elasticsearch-7.2.0-rc.20200826 -n kube-system
38+
$ helm delete stash-elasticsearch-7.2.0-rc.20200827 -n kube-system
3939
```
4040

4141
The command removes all the Kubernetes components associated with the chart and deletes the release.
@@ -50,7 +50,7 @@ The following table lists the configurable parameters of the `stash-elasticsearc
5050
| fullnameOverride | Overrides fullname template | `""` |
5151
| image.registry | Docker registry used to pull Elasticsearch addon image | `stashed` |
5252
| image.repository | Docker image used to backup/restore Elasticsearch database | `stash-elasticsearch` |
53-
| image.tag | Tag of the image that is used to backup/restore Elasticsearch database. This is usually same as the database version it can backup. | `7.2.0-rc.20200826` |
53+
| image.tag | Tag of the image that is used to backup/restore Elasticsearch database. This is usually same as the database version it can backup. | `7.2.0-rc.20200827` |
5454
| backup.args | Arguments to pass to `multielasticdump` command during backup process | `""` |
5555
| restore.args | Arguments to pass to `multielasticdump` command during restore process | `""` |
5656
| waitTimeout | Number of seconds to wait for the database to be ready before backup/restore process. | `300` |
@@ -59,12 +59,12 @@ The following table lists the configurable parameters of the `stash-elasticsearc
5959
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
6060

6161
```console
62-
$ helm install stash-elasticsearch-7.2.0-rc.20200826 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200826 --set image.registry=stashed
62+
$ helm install stash-elasticsearch-7.2.0-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200827 --set image.registry=stashed
6363
```
6464

6565
Alternatively, a YAML file that specifies the values for the parameters can be provided while
6666
installing the chart. For example:
6767

6868
```console
69-
$ helm install stash-elasticsearch-7.2.0-rc.20200826 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200826 --values values.yaml
69+
$ helm install stash-elasticsearch-7.2.0-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=7.2.0-rc.20200827 --values values.yaml
7070
```

charts/stash-elasticsearch/doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repository:
1010
name: appscode
1111
chart:
1212
name: stash-elasticsearch
13-
version: 7.2.0-rc.20200826
13+
version: 7.2.0-rc.20200827
1414
values: "-- generate from values file --"
1515
valuesExample: "-- generate from values file --"
1616
prerequisites:
1717
- Kubernetes 1.11+
1818
release:
19-
name: stash-elasticsearch-7.2.0-rc.20200826
19+
name: stash-elasticsearch-7.2.0-rc.20200827
2020
namespace: kube-system

charts/stash-elasticsearch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
repository: stash-elasticsearch
1414
# Tag of the image that is used to backup/restore Elasticsearch database.
1515
# This is usually same as the database version it can backup.
16-
tag: 7.2.0-rc.20200826
16+
tag: 7.2.0-rc.20200827
1717
# optional argument to send multielasticdump
1818
backup:
1919
# Arguments to pass to `multielasticdump` command during backup process

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9
2121
kmodules.xyz/offshoot-api v0.0.0-20200521035628-e135bf07b226
2222
sigs.k8s.io/yaml v1.2.0
23-
stash.appscode.dev/apimachinery v0.10.0-rc.1
23+
stash.appscode.dev/apimachinery v0.10.0-rc.2
2424
)
2525

2626
replace (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,6 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
973973
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
974974
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
975975
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
976-
stash.appscode.dev/apimachinery v0.10.0-rc.1 h1:J2yxSXvBYhMu0WOl5mP6cOSwjS9AwkGZXM2u93sr8jA=
977-
stash.appscode.dev/apimachinery v0.10.0-rc.1/go.mod h1:TpdBIAiHCtpkUB13SDUyCZ6y+5wmzXBMAf9e72cSPO4=
976+
stash.appscode.dev/apimachinery v0.10.0-rc.2 h1:l0lGBBShYP56ylDOiLKxG68Shn2X4DunBRaAVcmmjUk=
977+
stash.appscode.dev/apimachinery v0.10.0-rc.2/go.mod h1:TpdBIAiHCtpkUB13SDUyCZ6y+5wmzXBMAf9e72cSPO4=
978978
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ sigs.k8s.io/structured-merge-diff/v3/typed
811811
sigs.k8s.io/structured-merge-diff/v3/value
812812
# sigs.k8s.io/yaml v1.2.0
813813
sigs.k8s.io/yaml
814-
# stash.appscode.dev/apimachinery v0.10.0-rc.1
814+
# stash.appscode.dev/apimachinery v0.10.0-rc.2
815815
stash.appscode.dev/apimachinery/apis
816816
stash.appscode.dev/apimachinery/apis/repositories
817817
stash.appscode.dev/apimachinery/apis/repositories/v1alpha1

0 commit comments

Comments
 (0)