From fae0fa3518f72c79b048e1cb2d3f4a7c9653cfff Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 27 Aug 2020 04:39:13 -0700 Subject: [PATCH] Prepare for release 3.6.8-rc.20200827 (#234) ProductLine: Stash Release: v2020.08.27-rc.0 Release-tracker: https://github.com/stashed/CHANGELOG/pull/6 Signed-off-by: 1gtm <1gtm@appscode.com> --- charts/stash-mongodb/Chart.yaml | 4 ++-- charts/stash-mongodb/README.md | 16 ++++++++-------- charts/stash-mongodb/doc.yaml | 4 ++-- charts/stash-mongodb/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-mongodb/Chart.yaml b/charts/stash-mongodb/Chart.yaml index 06d4aace7..9e3bbf27f 100644 --- a/charts/stash-mongodb/Chart.yaml +++ b/charts/stash-mongodb/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: 'stash-mongodb - MongoDB database plugin for Stash by AppsCode' name: stash-mongodb -version: 3.6.8-rc.20200826 -appVersion: 3.6.8-rc.20200826 +version: 3.6.8-rc.20200827 +appVersion: 3.6.8-rc.20200827 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/addons/mongodb-stash-addon.png sources: diff --git a/charts/stash-mongodb/README.md b/charts/stash-mongodb/README.md index f9b9a563e..deb57fb68 100644 --- a/charts/stash-mongodb/README.md +++ b/charts/stash-mongodb/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install stash-mongodb-3.6.8-rc.20200826 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200826 +$ helm install stash-mongodb-3.6.8-rc.20200827 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200827 ``` ## 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-mongodb-3.6.8-rc.20200826`: +To install the chart with the release name `stash-mongodb-3.6.8-rc.20200827`: ```console -$ helm install stash-mongodb-3.6.8-rc.20200826 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200826 +$ helm install stash-mongodb-3.6.8-rc.20200827 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200827 ``` The command deploys necessary `Function` and `Task` definition to backup or restore MongoDB 3.6.8 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-mongodb-3.6.8-rc.20200826`: +To uninstall/delete the `stash-mongodb-3.6.8-rc.20200827`: ```console -$ helm delete stash-mongodb-3.6.8-rc.20200826 -n kube-system +$ helm delete stash-mongodb-3.6.8-rc.20200827 -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-mongodb` cha | fullnameOverride | Overrides fullname template | `""` | | image.registry | Docker registry used to pull MongoDB addon image | `stashed` | | image.repository | Docker image used to backup/restore MongoDB database | `stash-mongodb` | -| image.tag | Tag of the image that is used to backup/restore MongoDB database. This is usually same as the database version it can backup. | `3.6.8-rc.20200826` | +| image.tag | Tag of the image that is used to backup/restore MongoDB database. This is usually same as the database version it can backup. | `3.6.8-rc.20200827` | | backup.args | Arguments to pass to `mongodump` command during backup process | `""` | | restore.args | Arguments to pass to `mongorestore` command during restore process | `""` | | maxConcurrency | Maximum concurrency to perform backup or restore tasks | `3` | @@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `stash-mongodb` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install stash-mongodb-3.6.8-rc.20200826 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200826 --set image.registry=stashed +$ helm install stash-mongodb-3.6.8-rc.20200827 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200827 --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-mongodb-3.6.8-rc.20200826 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200826 --values values.yaml +$ helm install stash-mongodb-3.6.8-rc.20200827 appscode/stash-mongodb -n kube-system --version=3.6.8-rc.20200827 --values values.yaml ``` diff --git a/charts/stash-mongodb/doc.yaml b/charts/stash-mongodb/doc.yaml index b59f1a6f3..232817238 100644 --- a/charts/stash-mongodb/doc.yaml +++ b/charts/stash-mongodb/doc.yaml @@ -10,11 +10,11 @@ repository: name: appscode chart: name: stash-mongodb - version: 3.6.8-rc.20200826 + version: 3.6.8-rc.20200827 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: - Kubernetes 1.11+ release: - name: stash-mongodb-3.6.8-rc.20200826 + name: stash-mongodb-3.6.8-rc.20200827 namespace: kube-system diff --git a/charts/stash-mongodb/values.yaml b/charts/stash-mongodb/values.yaml index c0e61f4e0..4f2c7b618 100644 --- a/charts/stash-mongodb/values.yaml +++ b/charts/stash-mongodb/values.yaml @@ -13,7 +13,7 @@ image: repository: stash-mongodb # Tag of the image that is used to backup/restore MongoDB database. # This is usually same as the database version it can backup. - tag: 3.6.8-rc.20200826 + tag: 3.6.8-rc.20200827 # optional argument to send mongodump or mongorestore command backup: # Arguments to pass to `mongodump` command during backup process diff --git a/go.mod b/go.mod index f78bf2ee8..60ad3c344 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( kmodules.xyz/offshoot-api v0.0.0-20200521035628-e135bf07b226 kubedb.dev/apimachinery v0.14.0-alpha.5 sigs.k8s.io/yaml v1.2.0 - stash.appscode.dev/apimachinery v0.10.0-rc.1 + stash.appscode.dev/apimachinery v0.10.0-rc.2 ) replace ( diff --git a/go.sum b/go.sum index 7f860b137..5a7b99a81 100644 --- a/go.sum +++ b/go.sum @@ -1307,6 +1307,6 @@ software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237/go.mod h1: sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0= stash.appscode.dev/apimachinery v0.10.0-alpha.0 h1:/CBUctjDJyjo9a9lANjAPRq3Fj1KygXddgoJKdGQ0Q8= stash.appscode.dev/apimachinery v0.10.0-alpha.0/go.mod h1:su9Q+3/B6+5PdGvVZBIkXoAik6iKKFUcdPNThpZPVV4= -stash.appscode.dev/apimachinery v0.10.0-rc.1 h1:J2yxSXvBYhMu0WOl5mP6cOSwjS9AwkGZXM2u93sr8jA= -stash.appscode.dev/apimachinery v0.10.0-rc.1/go.mod h1:TpdBIAiHCtpkUB13SDUyCZ6y+5wmzXBMAf9e72cSPO4= +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= 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 3f17781ea..d4c744730 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -814,7 +814,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.1 +# stash.appscode.dev/apimachinery v0.10.0-rc.2 stash.appscode.dev/apimachinery/apis stash.appscode.dev/apimachinery/apis/repositories stash.appscode.dev/apimachinery/apis/repositories/v1alpha1