Skip to content

Commit

Permalink
Prepare for release 5.7-v3 (#95)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2020.10.21

Release-tracker: stashed/CHANGELOG#16
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Oct 22, 2020
1 parent 9220f29 commit 6ec4bc6
Show file tree
Hide file tree
Showing 252 changed files with 603 additions and 43,768 deletions.
4 changes: 2 additions & 2 deletions charts/stash-percona-xtradb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'stash-percona-xtradb - Percona XtraDB database plugin for Stash by AppsCode'
name: stash-percona-xtradb
version: 5.7-v2
appVersion: 5.7-v2
version: 5.7-v3
appVersion: 5.7-v3
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/addons/perconaxtradb-stash-addon.png
sources:
Expand Down
16 changes: 8 additions & 8 deletions charts/stash-percona-xtradb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```console
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm install stash-percona-xtradb-5.7-v2 appscode/stash-percona-xtradb -n kube-system --version=5.7-v2
$ helm install stash-percona-xtradb-5.7-v3 appscode/stash-percona-xtradb -n kube-system --version=5.7-v3
```

## Introduction
Expand All @@ -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-percona-xtradb-5.7-v2`:
To install the chart with the release name `stash-percona-xtradb-5.7-v3`:

```console
$ helm install stash-percona-xtradb-5.7-v2 appscode/stash-percona-xtradb -n kube-system --version=5.7-v2
$ helm install stash-percona-xtradb-5.7-v3 appscode/stash-percona-xtradb -n kube-system --version=5.7-v3
```

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

To uninstall/delete the `stash-percona-xtradb-5.7-v2`:
To uninstall/delete the `stash-percona-xtradb-5.7-v3`:

```console
$ helm delete stash-percona-xtradb-5.7-v2 -n kube-system
$ helm delete stash-percona-xtradb-5.7-v3 -n kube-system
```

The command removes all the Kubernetes components associated with the chart and deletes the release.
Expand All @@ -50,7 +50,7 @@ The following table lists the configurable parameters of the `stash-percona-xtra
| fullnameOverride | Overrides fullname template | `""` |
| image.registry | Docker registry used to pull Percona XtraDB addon image | `stashed` |
| image.repository | Docker image used to backup/restore Percona XtraDB database | `stash-percona-xtradb` |
| image.tag | Tag of the image that is used to backup/restore Percona XtraDB database. This is usually same as the database version it can backup. | `5.7-v2` |
| image.tag | Tag of the image that is used to backup/restore Percona XtraDB database. This is usually same as the database version it can backup. | `5.7-v3` |
| backup.args | Arguments to pass to `mysqldump` command during bakcup process | `"--all-databases"` |
| backup.socatRetry | Optional argument sent to backup script | `30` |
| restore.args | Arguments to pass to `mysql` command during restore process | `""` |
Expand All @@ -61,12 +61,12 @@ The following table lists the configurable parameters of the `stash-percona-xtra
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:

```console
$ helm install stash-percona-xtradb-5.7-v2 appscode/stash-percona-xtradb -n kube-system --version=5.7-v2 --set image.registry=stashed
$ helm install stash-percona-xtradb-5.7-v3 appscode/stash-percona-xtradb -n kube-system --version=5.7-v3 --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-percona-xtradb-5.7-v2 appscode/stash-percona-xtradb -n kube-system --version=5.7-v2 --values values.yaml
$ helm install stash-percona-xtradb-5.7-v3 appscode/stash-percona-xtradb -n kube-system --version=5.7-v3 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/stash-percona-xtradb/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repository:
name: appscode
chart:
name: stash-percona-xtradb
version: 5.7-v2
version: 5.7-v3
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:
- Kubernetes 1.11+
release:
name: stash-percona-xtradb-5.7-v2
name: stash-percona-xtradb-5.7-v3
namespace: kube-system
2 changes: 1 addition & 1 deletion charts/stash-percona-xtradb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
repository: stash-percona-xtradb
# Tag of the image that is used to backup/restore Percona XtraDB database.
# This is usually same as the database version it can backup.
tag: 5.7-v2
tag: 5.7-v3
backup:
# Arguments to pass to `mysqldump` command during bakcup process
args: "--all-databases"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/clustered/backup/backupconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: percona-xtradb-backup-5.7-v2
name: percona-xtradb-backup-5.7-v3
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/clustered/restore/restoresession.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: PerconaXtraDB # this label is mandatory if you are using KubeDB to deploy the database.
spec:
task:
name: percona-xtradb-restore-5.7-v2
name: percona-xtradb-restore-5.7-v3
repository:
name: gcs-repo-xtradb-cluster
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/standalone/backup/backupconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: percona-xtradb-backup-5.7-v2
name: percona-xtradb-backup-5.7-v3
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/standalone/restore/restoresession.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: PerconaXtraDB # this label is mandatory if you are using KubeDB to deploy the database.
spec:
task:
name: percona-xtradb-restore-5.7-v2
name: percona-xtradb-restore-5.7-v3
repository:
name: gcs-repo-sample-xtradb
target:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
kmodules.xyz/offshoot-api v0.0.0-20200922211229-36acc531abab
kubedb.dev/apimachinery v0.14.0-beta.2
sigs.k8s.io/yaml v1.2.0
stash.appscode.dev/apimachinery v0.11.3-0.20201012035827-8f31689080d6
stash.appscode.dev/apimachinery v0.11.3
)

// release-1.18
Expand Down
Loading

0 comments on commit 6ec4bc6

Please sign in to comment.