From d00cad48ef09f69cbb90341f6f9a78ccf10d226d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 27 Aug 2020 18:04:22 +0000 Subject: [PATCH] Prepare for release 5.6.4-v1 ProductLine: Stash Release: v2020.08.27 Release-tracker: https://github.com/stashed/CHANGELOG/pull/7 Signed-off-by: 1gtm <1gtm@appscode.com> --- charts/stash-elasticsearch/Chart.yaml | 4 ++-- charts/stash-elasticsearch/README.md | 16 ++++++++-------- charts/stash-elasticsearch/doc.yaml | 4 ++-- charts/stash-elasticsearch/values.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/stash-elasticsearch/Chart.yaml b/charts/stash-elasticsearch/Chart.yaml index 3c05875e7..e91738d28 100644 --- a/charts/stash-elasticsearch/Chart.yaml +++ b/charts/stash-elasticsearch/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: 'stash-elasticsearch - Elasticsearch database plugin for Stash by AppsCode' name: stash-elasticsearch -version: 5.6.4-rc.20200827 -appVersion: 5.6.4-rc.20200827 +version: 5.6.4-v1 +appVersion: 5.6.4-v1 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/addons/elasticsearch-stash-addon.png sources: diff --git a/charts/stash-elasticsearch/README.md b/charts/stash-elasticsearch/README.md index e71e6ddfc..0ab44c86e 100644 --- a/charts/stash-elasticsearch/README.md +++ b/charts/stash-elasticsearch/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install stash-elasticsearch-5.6.4-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=5.6.4-rc.20200827 +$ helm install stash-elasticsearch-5.6.4-v1 appscode/stash-elasticsearch -n kube-system --version=5.6.4-v1 ``` ## Introduction @@ -20,10 +20,10 @@ This chart deploys necessary `Function` and `Task` definition to backup or resto ## Installing the Chart -To install the chart with the release name `stash-elasticsearch-5.6.4-rc.20200827`: +To install the chart with the release name `stash-elasticsearch-5.6.4-v1`: ```console -$ helm install stash-elasticsearch-5.6.4-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=5.6.4-rc.20200827 +$ helm install stash-elasticsearch-5.6.4-v1 appscode/stash-elasticsearch -n kube-system --version=5.6.4-v1 ``` The command deploys necessary `Function` and `Task` definition to backup or restore Elasticsearch 5.6.4 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 ## Uninstalling the Chart -To uninstall/delete the `stash-elasticsearch-5.6.4-rc.20200827`: +To uninstall/delete the `stash-elasticsearch-5.6.4-v1`: ```console -$ helm delete stash-elasticsearch-5.6.4-rc.20200827 -n kube-system +$ helm delete stash-elasticsearch-5.6.4-v1 -n kube-system ``` 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 | fullnameOverride | Overrides fullname template | `""` | | image.registry | Docker registry used to pull Elasticsearch addon image | `stashed` | | image.repository | Docker image used to backup/restore Elasticsearch database | `stash-elasticsearch` | -| 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. | `5.6.4-rc.20200827` | +| 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. | `5.6.4-v1` | | backup.args | Arguments to pass to `multielasticdump` command during backup process | `""` | | restore.args | Arguments to pass to `multielasticdump` command during restore process | `""` | | 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 Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install stash-elasticsearch-5.6.4-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=5.6.4-rc.20200827 --set image.registry=stashed +$ helm install stash-elasticsearch-5.6.4-v1 appscode/stash-elasticsearch -n kube-system --version=5.6.4-v1 --set image.registry=stashed ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install stash-elasticsearch-5.6.4-rc.20200827 appscode/stash-elasticsearch -n kube-system --version=5.6.4-rc.20200827 --values values.yaml +$ helm install stash-elasticsearch-5.6.4-v1 appscode/stash-elasticsearch -n kube-system --version=5.6.4-v1 --values values.yaml ``` diff --git a/charts/stash-elasticsearch/doc.yaml b/charts/stash-elasticsearch/doc.yaml index e1dfd7883..07f497182 100644 --- a/charts/stash-elasticsearch/doc.yaml +++ b/charts/stash-elasticsearch/doc.yaml @@ -10,11 +10,11 @@ repository: name: appscode chart: name: stash-elasticsearch - version: 5.6.4-rc.20200827 + version: 5.6.4-v1 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: - Kubernetes 1.11+ release: - name: stash-elasticsearch-5.6.4-rc.20200827 + name: stash-elasticsearch-5.6.4-v1 namespace: kube-system diff --git a/charts/stash-elasticsearch/values.yaml b/charts/stash-elasticsearch/values.yaml index 462e82235..57aecfbeb 100644 --- a/charts/stash-elasticsearch/values.yaml +++ b/charts/stash-elasticsearch/values.yaml @@ -13,7 +13,7 @@ image: repository: stash-elasticsearch # Tag of the image that is used to backup/restore Elasticsearch database. # This is usually same as the database version it can backup. - tag: 5.6.4-rc.20200827 + tag: 5.6.4-v1 # optional argument to send multielasticdump backup: # Arguments to pass to `multielasticdump` command during backup process diff --git a/go.mod b/go.mod index 35f8cdeee..93d7c381e 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9 kmodules.xyz/offshoot-api v0.0.0-20200521035628-e135bf07b226 sigs.k8s.io/yaml v1.2.0 - stash.appscode.dev/apimachinery v0.10.0-rc.2 + stash.appscode.dev/apimachinery v0.10.0 ) replace ( diff --git a/go.sum b/go.sum index 07e928088..5aa7728b3 100644 --- a/go.sum +++ b/go.sum @@ -973,6 +973,6 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0= -stash.appscode.dev/apimachinery v0.10.0-rc.2 h1:l0lGBBShYP56ylDOiLKxG68Shn2X4DunBRaAVcmmjUk= -stash.appscode.dev/apimachinery v0.10.0-rc.2/go.mod h1:TpdBIAiHCtpkUB13SDUyCZ6y+5wmzXBMAf9e72cSPO4= +stash.appscode.dev/apimachinery v0.10.0 h1:zKmaANWOTH89J7a/D1FwXFUWAQdI1rA5Nr82WbnLGm8= +stash.appscode.dev/apimachinery v0.10.0/go.mod h1:TpdBIAiHCtpkUB13SDUyCZ6y+5wmzXBMAf9e72cSPO4= vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI= diff --git a/vendor/modules.txt b/vendor/modules.txt index f91ea887f..e1c1a8f73 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -811,7 +811,7 @@ sigs.k8s.io/structured-merge-diff/v3/typed sigs.k8s.io/structured-merge-diff/v3/value # sigs.k8s.io/yaml v1.2.0 sigs.k8s.io/yaml -# stash.appscode.dev/apimachinery v0.10.0-rc.2 +# stash.appscode.dev/apimachinery v0.10.0 stash.appscode.dev/apimachinery/apis stash.appscode.dev/apimachinery/apis/repositories stash.appscode.dev/apimachinery/apis/repositories/v1alpha1