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 v2021.01.21 (#52)
Browse files Browse the repository at this point in the history
ProductLine: Stash
Release: v2021.01.21
Release-tracker: stashed/CHANGELOG#27
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Jan 22, 2021
1 parent 6a227fe commit 9b678ea
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Generated by render-gotpl. DO NOT EDIT.

| Catalog | Usage | Available Versions |
| --------------------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------ |
| [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-elasticsearch](https://github.com/stashed/elasticsearch) | Stash Elasticsearch plugin | `5.6.4-v6`, `6.2.4-v6`, `6.3.0-v6`, `6.4.0-v6`, `6.5.3-v6`, `6.8.0-v6`, `7.2.0-v6`, `7.3.2-v6` |
| [stash-mariadb](https://github.com/stashed/mariadb) | Stash Mariadb plugin | `10.5.8` |
| [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-mysql](https://github.com/stashed/mysql) | Stash Mysql plugin | `5.7.25-v6`, `8.0.3-v6`, `8.0.14-v6`, `8.0.21` |
| [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` |

Expand Down
23 changes: 12 additions & 11 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
{
"name": "elasticsearch",
"versions": [
"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"
"5.6.4-v6",
"6.2.4-v6",
"6.3.0-v6",
"6.4.0-v6",
"6.5.3-v6",
"6.8.0-v6",
"7.2.0-v6",
"7.3.2-v6"
]
},
{
Expand Down Expand Up @@ -40,9 +40,10 @@
{
"name": "mysql",
"versions": [
"5.7.25-v5",
"8.0.3-v5",
"8.0.14-v5"
"5.7.25-v6",
"8.0.3-v6",
"8.0.14-v6",
"8.0.21"
]
},
{
Expand Down
25 changes: 13 additions & 12 deletions deploy/helm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ CATALOGS=(
)

ELASTICSEARCH_VERSIONS=(
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
5.6.4-v6
6.2.4-v6
6.3.0-v6
6.4.0-v6
6.5.3-v6
6.8.0-v6
7.2.0-v6
7.3.2-v6
)

MARIADB_VERSIONS=(
Expand All @@ -58,9 +58,10 @@ MONGODB_VERSIONS=(
)

MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
5.7.25-v6
8.0.3-v6
8.0.14-v6
8.0.21
)

PERCONA_XTRADB_VERSIONS=(
Expand Down Expand Up @@ -362,7 +363,7 @@ if [[ $RESTORE_ARGS != "" ]]; then
fi

# Ensure Helm binary
ensure_helm "v2.16.12"
ensure_helm "v2.17.0"
$HELM init --client-only

# Add AppsCode chart registry
Expand Down
23 changes: 12 additions & 11 deletions deploy/helm3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ CATALOGS=(
)

ELASTICSEARCH_VERSIONS=(
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
5.6.4-v6
6.2.4-v6
6.3.0-v6
6.4.0-v6
6.5.3-v6
6.8.0-v6
7.2.0-v6
7.3.2-v6
)

MARIADB_VERSIONS=(
Expand All @@ -58,9 +58,10 @@ MONGODB_VERSIONS=(
)

MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
5.7.25-v6
8.0.3-v6
8.0.14-v6
8.0.21
)

PERCONA_XTRADB_VERSIONS=(
Expand Down
23 changes: 12 additions & 11 deletions deploy/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ CATALOGS=(
)

ELASTICSEARCH_VERSIONS=(
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
5.6.4-v6
6.2.4-v6
6.3.0-v6
6.4.0-v6
6.5.3-v6
6.8.0-v6
7.2.0-v6
7.3.2-v6
)

MARIADB_VERSIONS=(
Expand All @@ -58,9 +58,10 @@ MONGODB_VERSIONS=(
)

MYSQL_VERSIONS=(
5.7.25-v5
8.0.3-v5
8.0.14-v5
5.7.25-v6
8.0.3-v6
8.0.14-v6
8.0.21
)

PERCONA_XTRADB_VERSIONS=(
Expand Down
2 changes: 1 addition & 1 deletion templates/helm2.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ensure Helm binary
ensure_helm "v2.16.12"
ensure_helm "v2.17.0"
$HELM init --client-only

# Add AppsCode chart registry
Expand Down

0 comments on commit 9b678ea

Please sign in to comment.