Skip to content

Commit f6ceacc

Browse files
authored
Prepare for release 11.9.0-v1 (#341)
ProductLine: Stash Release: v2020.10.21 Release-tracker: stashed/CHANGELOG#16 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 07763d6 commit f6ceacc

File tree

302 files changed

+800
-53309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+800
-53309
lines changed

charts/stash-postgres/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-postgres - PostgreSQL database plugin for Stash by AppsCode'
33
name: stash-postgres
4-
version: 11.9.0
5-
appVersion: 11.9.0
4+
version: 11.9.0-v1
5+
appVersion: 11.9.0-v1
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/addons/postgres-stash-addon.png
88
sources:

charts/stash-postgres/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-postgres-11.9.0 appscode/stash-postgres -n kube-system --version=11.9.0
10+
$ helm install stash-postgres-11.9.0-v1 appscode/stash-postgres -n kube-system --version=11.9.0-v1
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-postgres-11.9.0`:
23+
To install the chart with the release name `stash-postgres-11.9.0-v1`:
2424

2525
```console
26-
$ helm install stash-postgres-11.9.0 appscode/stash-postgres -n kube-system --version=11.9.0
26+
$ helm install stash-postgres-11.9.0-v1 appscode/stash-postgres -n kube-system --version=11.9.0-v1
2727
```
2828

2929
The command deploys necessary `Function` and `Task` definition to backup or restore PostgreSQL 11.2 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-postgres-11.9.0`:
35+
To uninstall/delete the `stash-postgres-11.9.0-v1`:
3636

3737
```console
38-
$ helm delete stash-postgres-11.9.0 -n kube-system
38+
$ helm delete stash-postgres-11.9.0-v1 -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-postgres` ch
5050
| fullnameOverride | Overrides fullname template | `""` |
5151
| image.registry | Docker registry used to pull Postgres addon image | `stashed` |
5252
| image.repository | Docker image used to backup/restore PosegreSQL database | `stash-postgres` |
53-
| image.tag | Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. | `11.9.0` |
53+
| image.tag | Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. | `11.9.0-v1` |
5454
| backup.cmd | Postgres dump command, can either be: pg_dumpall or pg_dump | `"pg_dumpall"` |
5555
| backup.args | Arguments to pass to `backup.cmd` command during backup process | `""` |
5656
| restore.args | Arguments to pass to `psql` command during restore process | `""` |
@@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `stash-postgres` ch
6060
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
6161

6262
```console
63-
$ helm install stash-postgres-11.9.0 appscode/stash-postgres -n kube-system --version=11.9.0 --set image.registry=stashed
63+
$ helm install stash-postgres-11.9.0-v1 appscode/stash-postgres -n kube-system --version=11.9.0-v1 --set image.registry=stashed
6464
```
6565

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

6969
```console
70-
$ helm install stash-postgres-11.9.0 appscode/stash-postgres -n kube-system --version=11.9.0 --values values.yaml
70+
$ helm install stash-postgres-11.9.0-v1 appscode/stash-postgres -n kube-system --version=11.9.0-v1 --values values.yaml
7171
```

charts/stash-postgres/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-postgres
13-
version: 11.9.0
13+
version: 11.9.0-v1
1414
values: "-- generate from values file --"
1515
valuesExample: "-- generate from values file --"
1616
prerequisites:
1717
- Kubernetes 1.11+
1818
release:
19-
name: stash-postgres-11.9.0
19+
name: stash-postgres-11.9.0-v1
2020
namespace: kube-system

charts/stash-postgres/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
repository: stash-postgres
1414
# Tag of the image that is used to backup/restore PostgreSQL database.
1515
# This is usually same as the database version it can backup.
16-
tag: 11.9.0
16+
tag: 11.9.0-v1
1717
backup:
1818
# Postgres dump command, can either be: pg_dumpall or pg_dump
1919
cmd: "pg_dumpall"

docs/examples/backup/backupconfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
schedule: "*/5 * * * *"
88
task:
9-
name: postgres-backup-11.9.0
9+
name: postgres-backup-11.9.0-v1
1010
repository:
1111
name: gcs-repo
1212
target:

docs/examples/restore/restoresession.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
name: sample-postgres-restore
55
namespace: demo
66
labels:
7-
kubedb.com/kind: Postgres # this label is mandatory if you are using KubeDB to deploy the database.
7+
kubedb.com/kind: Postgres # this label is mandatory if you are using KubeDB to deploy the database.
88
spec:
99
task:
10-
name: postgres-restore-11.9.0
10+
name: postgres-restore-11.9.0-v1
1111
repository:
1212
name: gcs-repo
1313
target:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
2323
kmodules.xyz/offshoot-api v0.0.0-20200922211229-36acc531abab
2424
sigs.k8s.io/yaml v1.2.0
25-
stash.appscode.dev/apimachinery v0.11.3-0.20201012035827-8f31689080d6
25+
stash.appscode.dev/apimachinery v0.11.3
2626
)
2727

2828
// release-1.18

0 commit comments

Comments
 (0)