Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Prepare for release v2020.12.17 (#50)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2020.12.17

Release-tracker: stashed/CHANGELOG#25
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Dec 17, 2020
1 parent d169e34 commit e8c931c
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 137 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Generated by render-gotpl. DO NOT EDIT.

| Catalog | Usage | Available Versions |
| --------------------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------ |
| [stash-elasticsearch](https://github.com/stashed/elasticsearch) | Stash Elasticsearch plugin | `5.6.4-v4`, `6.2.4-v4`, `6.3.0-v4`, `6.4.0-v4`, `6.5.3-v4`, `6.8.0-v4`, `7.2.0-v4`, `7.3.2-v4` |
| [stash-mongodb](https://github.com/stashed/mongodb) | Stash Mongodb plugin | `3.4.17-v4`, `3.4.22-v4`, `3.6.8-v4`, `3.6.13-v4`, `4.0.3-v4`, `4.0.5-v4`, `4.0.11-v4`, `4.1.4-v4`, `4.1.7-v4`, `4.1.13-v4`, `4.2.3-v4` |
| [stash-mysql](https://github.com/stashed/mysql) | Stash Mysql plugin | `5.7.25-v4`, `8.0.3-v4`, `8.0.14-v4` |
| [stash-elasticsearch](https://github.com/stashed/elasticsearch) | Stash Elasticsearch plugin | `5.6.4-v5`, `6.2.4-v5`, `6.3.0-v5`, `6.4.0-v5`, `6.5.3-v5`, `6.8.0-v5`, `7.2.0-v5`, `7.3.2-v5` |
| [stash-mariadb](https://github.com/stashed/mariadb) | Stash Mariadb plugin | `10.5.8` |
| [stash-percona-xtradb](https://github.com/stashed/percona-xtradb) | Stash Percona Xtradb plugin | `5.7.0` |
| [stash-postgres](https://github.com/stashed/postgres) | Stash Postgres plugin | `9.6.19-v3`, `10.14.0-v3`, `11.9.0-v3`, `12.4.0-v3`, `13.1.0` |
| [stash-mongodb](https://github.com/stashed/mongodb) | Stash Mongodb plugin | `3.4.17-v5`, `3.4.22-v5`, `3.6.8-v5`, `3.6.13-v5`, `4.0.3-v5`, `4.0.5-v5`, `4.0.11-v5`, `4.1.4-v5`, `4.1.7-v5`, `4.1.13-v5`, `4.2.3-v5` |
| [stash-mysql](https://github.com/stashed/mysql) | Stash Mysql plugin | `5.7.25-v5`, `8.0.3-v5`, `8.0.14-v5` |
| [stash-percona-xtradb](https://github.com/stashed/percona-xtradb) | Stash Percona Xtradb plugin | `5.7.0-v1` |
| [stash-postgres](https://github.com/stashed/postgres) | Stash Postgres plugin | `9.6.19-v4`, `10.14.0-v4`, `11.9.0-v4`, `12.4.0-v4`, `13.1.0-v1` |

## Contribution guidelines

Expand Down
66 changes: 33 additions & 33 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,61 @@
{
"name": "elasticsearch",
"versions": [
"5.6.4-v4",
"6.2.4-v4",
"6.3.0-v4",
"6.4.0-v4",
"6.5.3-v4",
"6.8.0-v4",
"7.2.0-v4",
"7.3.2-v4"
"5.6.4-v5",
"6.2.4-v5",
"6.3.0-v5",
"6.4.0-v5",
"6.5.3-v5",
"6.8.0-v5",
"7.2.0-v5",
"7.3.2-v5"
]
},
{
"name": "mongodb",
"name": "mariadb",
"versions": [
"3.4.17-v4",
"3.4.22-v4",
"3.6.8-v4",
"3.6.13-v4",
"4.0.3-v4",
"4.0.5-v4",
"4.0.11-v4",
"4.1.4-v4",
"4.1.7-v4",
"4.1.13-v4",
"4.2.3-v4"
"10.5.8"
]
},
{
"name": "mysql",
"name": "mongodb",
"versions": [
"5.7.25-v4",
"8.0.3-v4",
"8.0.14-v4"
"3.4.17-v5",
"3.4.22-v5",
"3.6.8-v5",
"3.6.13-v5",
"4.0.3-v5",
"4.0.5-v5",
"4.0.11-v5",
"4.1.4-v5",
"4.1.7-v5",
"4.1.13-v5",
"4.2.3-v5"
]
},
{
"name": "mariadb",
"name": "mysql",
"versions": [
"10.5.8"
"5.7.25-v5",
"8.0.3-v5",
"8.0.14-v5"
]
},
{
"name": "percona-xtradb",
"versions": [
"5.7.0"
"5.7.0-v1"
]
},
{
"name": "postgres",
"versions": [
"9.6.19-v3",
"10.14.0-v3",
"11.9.0-v3",
"12.4.0-v3",
"13.1.0"
"9.6.19-v4",
"10.14.0-v4",
"11.9.0-v4",
"12.4.0-v4",
"13.1.0-v1"
]
}
]
}
}
66 changes: 33 additions & 33 deletions deploy/helm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,58 +21,58 @@ set -eou pipefail

CATALOGS=(
stash-elasticsearch
stash-mariadb
stash-mongodb
stash-mysql
stash-mariadb
stash-percona-xtradb
stash-postgres
)

ELASTICSEARCH_VERSIONS=(
5.6.4-v4
6.2.4-v4
6.3.0-v4
6.4.0-v4
6.5.3-v4
6.8.0-v4
7.2.0-v4
7.3.2-v4
5.6.4-v5
6.2.4-v5
6.3.0-v5
6.4.0-v5
6.5.3-v5
6.8.0-v5
7.2.0-v5
7.3.2-v5
)

MONGODB_VERSIONS=(
3.4.17-v4
3.4.22-v4
3.6.8-v4
3.6.13-v4
4.0.3-v4
4.0.5-v4
4.0.11-v4
4.1.4-v4
4.1.7-v4
4.1.13-v4
4.2.3-v4
MARIADB_VERSIONS=(
10.5.8
)

MYSQL_VERSIONS=(
5.7.25-v4
8.0.3-v4
8.0.14-v4
MONGODB_VERSIONS=(
3.4.17-v5
3.4.22-v5
3.6.8-v5
3.6.13-v5
4.0.3-v5
4.0.5-v5
4.0.11-v5
4.1.4-v5
4.1.7-v5
4.1.13-v5
4.2.3-v5
)

MARIADB_VERSIONS=(
10.5.8
MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
)

PERCONA_XTRADB_VERSIONS=(
5.7.0
5.7.0-v1
)

POSTGRES_VERSIONS=(
9.6.19-v3
10.14.0-v3
11.9.0-v3
12.4.0-v3
13.1.0
9.6.19-v4
10.14.0-v4
11.9.0-v4
12.4.0-v4
13.1.0-v1
)

OS=""
Expand Down
66 changes: 33 additions & 33 deletions deploy/helm3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,58 +21,58 @@ set -eou pipefail

CATALOGS=(
stash-elasticsearch
stash-mariadb
stash-mongodb
stash-mysql
stash-mariadb
stash-percona-xtradb
stash-postgres
)

ELASTICSEARCH_VERSIONS=(
5.6.4-v4
6.2.4-v4
6.3.0-v4
6.4.0-v4
6.5.3-v4
6.8.0-v4
7.2.0-v4
7.3.2-v4
5.6.4-v5
6.2.4-v5
6.3.0-v5
6.4.0-v5
6.5.3-v5
6.8.0-v5
7.2.0-v5
7.3.2-v5
)

MONGODB_VERSIONS=(
3.4.17-v4
3.4.22-v4
3.6.8-v4
3.6.13-v4
4.0.3-v4
4.0.5-v4
4.0.11-v4
4.1.4-v4
4.1.7-v4
4.1.13-v4
4.2.3-v4
MARIADB_VERSIONS=(
10.5.8
)

MYSQL_VERSIONS=(
5.7.25-v4
8.0.3-v4
8.0.14-v4
MONGODB_VERSIONS=(
3.4.17-v5
3.4.22-v5
3.6.8-v5
3.6.13-v5
4.0.3-v5
4.0.5-v5
4.0.11-v5
4.1.4-v5
4.1.7-v5
4.1.13-v5
4.2.3-v5
)

MARIADB_VERSIONS=(
10.5.8
MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
)

PERCONA_XTRADB_VERSIONS=(
5.7.0
5.7.0-v1
)

POSTGRES_VERSIONS=(
9.6.19-v3
10.14.0-v3
11.9.0-v3
12.4.0-v3
13.1.0
9.6.19-v4
10.14.0-v4
11.9.0-v4
12.4.0-v4
13.1.0-v1
)

OS=""
Expand Down
66 changes: 33 additions & 33 deletions deploy/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,58 +21,58 @@ set -eou pipefail

CATALOGS=(
stash-elasticsearch
stash-mariadb
stash-mongodb
stash-mysql
stash-mariadb
stash-percona-xtradb
stash-postgres
)

ELASTICSEARCH_VERSIONS=(
5.6.4-v4
6.2.4-v4
6.3.0-v4
6.4.0-v4
6.5.3-v4
6.8.0-v4
7.2.0-v4
7.3.2-v4
5.6.4-v5
6.2.4-v5
6.3.0-v5
6.4.0-v5
6.5.3-v5
6.8.0-v5
7.2.0-v5
7.3.2-v5
)

MONGODB_VERSIONS=(
3.4.17-v4
3.4.22-v4
3.6.8-v4
3.6.13-v4
4.0.3-v4
4.0.5-v4
4.0.11-v4
4.1.4-v4
4.1.7-v4
4.1.13-v4
4.2.3-v4
MARIADB_VERSIONS=(
10.5.8
)

MYSQL_VERSIONS=(
5.7.25-v4
8.0.3-v4
8.0.14-v4
MONGODB_VERSIONS=(
3.4.17-v5
3.4.22-v5
3.6.8-v5
3.6.13-v5
4.0.3-v5
4.0.5-v5
4.0.11-v5
4.1.4-v5
4.1.7-v5
4.1.13-v5
4.2.3-v5
)

MARIADB_VERSIONS=(
10.5.8
MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
)

PERCONA_XTRADB_VERSIONS=(
5.7.0
5.7.0-v1
)

POSTGRES_VERSIONS=(
9.6.19-v3
10.14.0-v3
11.9.0-v3
12.4.0-v3
13.1.0
9.6.19-v4
10.14.0-v4
11.9.0-v4
12.4.0-v4
13.1.0-v1
)

OS=""
Expand Down

0 comments on commit e8c931c

Please sign in to comment.