From 5cf91a094f0f95daee97a2c836bccfcfca3cc879 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 21 Jan 2021 13:30:10 -0800 Subject: [PATCH 01/25] Release: v2021.01.21 Signed-off-by: Tamal Saha --- releases/v2021.01.21/release.json | 275 ++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 releases/v2021.01.21/release.json diff --git a/releases/v2021.01.21/release.json b/releases/v2021.01.21/release.json new file mode 100644 index 000000000..91525651d --- /dev/null +++ b/releases/v2021.01.21/release.json @@ -0,0 +1,275 @@ +{ + "product_line": "Stash", + "release": "v2021.01.21", + "docs_url_template": "https://stash.run/docs/%s", + "kubernetes_version": "1.14+", + "projects": [ + { + "github.com/stashed/apimachinery": { + "tag": "v0.11.9" + } + }, + { + "github.com/stashed/stash": { + "key": "stash-community", + "tag": "v0.11.9", + "chartNames": [ + "stash" + ] + } + }, + { + "github.com/appscode/stash-enterprise": { + "key": "stash-enterprise", + "tag": "v0.11.9", + "chartNames": [ + "stash-enterprise" + ] + } + }, + { + "github.com/stashed/cli": { + "key": "stash-cli", + "tag": "v0.11.9" + } + }, + { + "github.com/stashed/postgres": { + "key": "stash-postgres", + "tags": { + "10.14.0-v4": "release-10.14", + "11.9.0-v4": "release-11.9", + "12.4.0-v4": "release-12.4", + "13.1.0-v1": "release-13.1", + "9.6.19-v4": "release-9.6.19" + }, + "chartNames": [ + "stash-postgres" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/elasticsearch": { + "key": "stash-elasticsearch", + "tags": { + "5.6.4-v6": "release-5.6.4", + "6.2.4-v6": "release-6.2.4", + "6.3.0-v6": "release-6.3.0", + "6.4.0-v6": "release-6.4.0", + "6.5.3-v6": "release-6.5.3", + "6.8.0-v6": "release-6.8.0", + "7.2.0-v6": "release-7.2.0", + "7.3.2-v6": "release-7.3.2" + }, + "chartNames": [ + "stash-elasticsearch" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/mongodb": { + "key": "stash-mongodb", + "tags": { + "3.4.17-v5": "release-3.4.17", + "3.4.22-v5": "release-3.4.22", + "3.6.13-v5": "release-3.6.13", + "3.6.8-v5": "release-3.6.8", + "4.0.11-v5": "release-4.0.11", + "4.0.3-v5": "release-4.0.3", + "4.0.5-v5": "release-4.0.5", + "4.1.13-v5": "release-4.1.13", + "4.1.4-v5": "release-4.1.4", + "4.1.7-v5": "release-4.1.7", + "4.2.3-v5": "release-4.2.3" + }, + "chartNames": [ + "stash-mongodb" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/mysql": { + "key": "stash-mysql", + "tags": { + "5.7.25-v6": "release-5.7.25", + "8.0.14-v6": "release-8.0.14", + "8.0.21": "release-8.0.21", + "8.0.3-v6": "release-8.0.3" + }, + "chartNames": [ + "stash-mysql" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/mariadb": { + "key": "stash-mariadb", + "tags": { + "10.5.8": "release-10.5.8" + }, + "chartNames": [ + "stash-mariadb" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/percona-xtradb": { + "key": "stash-percona-xtradb", + "tags": { + "5.7.0-v1": "release-5.7" + }, + "chartNames": [ + "stash-percona-xtradb" + ], + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/stashed/installer": { + "key": "stash-installer", + "tag": "v0.11.9", + "commands": [ + "make update-charts CHART_VERSION=${TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}" + ] + } + }, + { + "github.com/appscode/charts": { + "charts": [ + "github.com/stashed/postgres", + "github.com/stashed/elasticsearch", + "github.com/stashed/mongodb", + "github.com/stashed/mysql", + "github.com/stashed/mariadb", + "github.com/stashed/percona-xtradb", + "github.com/stashed/installer" + ], + "changelog": "Skip" + } + }, + { + "github.com/stashed/catalog": { + "key": "stash-catalog", + "tag": "v2021.01.21", + "commands": [ + "release-automaton stash gen-catalog --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --catalog-file=${WORKSPACE}/catalog.json", + "make gen fmt" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/appscode/static-assets": { + "commands": [ + "release-automaton update-assets --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE}" + ], + "changelog": "StandaloneWebsite" + } + }, + { + "github.com/stashed/docs": { + "key": "stash", + "tag": "v2021.01.21", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/stashed/website": { + "tag": "v2021.01.21", + "commands": [ + "make set-assets-repo ASSETS_REPO_URL=https://github.com/appscode/static-assets", + "make docs", + "make set-version VERSION=${TAG}" + ], + "release_branch": "master", + "changelog": "Skip" + } + }, + { + "github.com/stashed/bundles": { + "tag": "v2021.01.21", + "commands": [ + "release-automaton update-bundles --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE} --charts-dir=charts" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/bytebuilders/bundle-registry": { + "charts": [ + "github.com/stashed/bundles" + ], + "changelog": "Skip" + } + } + ], + "external_projects": { + "github.com/kubedb/apimachinery": {}, + "github.com/kubedb/bundles": {}, + "github.com/kubedb/cli": {}, + "github.com/kubedb/docs": {}, + "github.com/kubedb/elasticsearch": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/installer": {}, + "github.com/kubedb/mariadb": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/memcached": {}, + "github.com/kubedb/mongodb": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/mysql": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/operator": {}, + "github.com/kubedb/percona-xtradb": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/pg-leader-election": {}, + "github.com/kubedb/pgbouncer": {}, + "github.com/kubedb/postgres": { + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=STASH_VERSION=${STASHED_STASH_TAG} --vars=STASH_CATALOG_VERSION=${STASH_CATALOG_VERSION} --vars=CHART_REGISTRY=${CHART_REGISTRY} --vars=CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make add-license fmt" + ] + }, + "github.com/kubedb/proxysql": {}, + "github.com/kubedb/redis": {} + } +} From bd6d468effa6bc8fea8cb368c35844e5527369c9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 21:36:39 +0000 Subject: [PATCH 02/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 40 +++++++++++++++++++++++++++++ releases/v2021.01.21/README.md | 15 +++++++++++ 2 files changed, 55 insertions(+) create mode 100644 releases/v2021.01.21/CHANGELOG.json create mode 100644 releases/v2021.01.21/README.md diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json new file mode 100644 index 000000000..792276e14 --- /dev/null +++ b/releases/v2021.01.21/CHANGELOG.json @@ -0,0 +1,40 @@ +{ + "product_line": "Stash", + "release": "v2021.01.21", + "release_date": "2021-01-21T21:36:39.857986742Z", + "release_project_url": "https://github.com/stashed/CHANGELOG", + "docs_url": "https://stash.run/docs/v2021.01.21", + "kubernetes_version": "1.14+", + "projects": [ + { + "url": "github.com/stashed/apimachinery", + "releases": [ + { + "tag": "v0.11.9", + "commits": [ + { + "SHA": "bb631c73", + "Subject": "Update repository config (#80)" + }, + { + "SHA": "d8cd6413", + "Subject": "Update repository config (#79)" + }, + { + "SHA": "0388c111", + "Subject": "Update Kubernetes v1.18.9 dependencies (#78)" + }, + { + "SHA": "10606b14", + "Subject": "Update Kubernetes v1.18.9 dependencies (#77)" + }, + { + "SHA": "04f9e8bf", + "Subject": "Update Kubernetes v1.18.9 dependencies (#76)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md new file mode 100644 index 000000000..08da6ee38 --- /dev/null +++ b/releases/v2021.01.21/README.md @@ -0,0 +1,15 @@ +# Stash v2021.01.21 (2021-01-21) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.11.9](https://github.com/stashed/apimachinery/releases/tag/v0.11.9) + +- [bb631c73](https://github.com/stashed/apimachinery/commit/bb631c73) Update repository config (#80) +- [d8cd6413](https://github.com/stashed/apimachinery/commit/d8cd6413) Update repository config (#79) +- [0388c111](https://github.com/stashed/apimachinery/commit/0388c111) Update Kubernetes v1.18.9 dependencies (#78) +- [10606b14](https://github.com/stashed/apimachinery/commit/10606b14) Update Kubernetes v1.18.9 dependencies (#77) +- [04f9e8bf](https://github.com/stashed/apimachinery/commit/04f9e8bf) Update Kubernetes v1.18.9 dependencies (#76) + + + From 437c747866424db4b4f183306f4c6f3719057057 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 21:36:43 +0000 Subject: [PATCH 03/25] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b925630c..9465adf80 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2021.01.21](https:/github.com/stashed/CHANGELOG/releases/tag/v2021.01.21) | 2021-01-21 | [User Guide](https://stash.run/docs/v2021.01.21) | [CHANGELOG](/releases/v2021.01.21/README.md) | 1.14+ | | [v2020.12.17](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.12.17) | 2020-12-17 | [User Guide](https://stash.run/docs/v2020.12.17) | [CHANGELOG](/releases/v2020.12.17/README.md) | 1.14+ | | [v2020.11.17](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.11.17) | 2020-11-17 | [User Guide](https://stash.run/docs/v2020.11.17) | [CHANGELOG](/releases/v2020.11.17/README.md) | 1.14+ | | [v2020.11.06](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.11.06) | 2020-11-07 | [User Guide](https://stash.run/docs/v2020.11.06) | [CHANGELOG](/releases/v2020.11.06/README.md) | 1.14+ | From 9287035058563d2bc937116b81fea21323583d72 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 21:48:33 +0000 Subject: [PATCH 04/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 36 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 792276e14..1fa938adf 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T21:36:39.857986742Z", + "release_date": "2021-01-21T21:48:33.788185159Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -35,6 +35,40 @@ ] } ] + }, + { + "url": "github.com/stashed/stash", + "releases": [ + { + "tag": "v0.11.9", + "commits": [ + { + "SHA": "fbc144b7", + "Subject": "Prepare for release v0.11.9 (#1300)" + }, + { + "SHA": "7a2ee50c", + "Subject": "Update repository config (#1299)" + }, + { + "SHA": "597cd6b2", + "Subject": "Update repository config (#1298)" + }, + { + "SHA": "182d5ebf", + "Subject": "Update Kubernetes v1.18.9 dependencies (#1295)" + }, + { + "SHA": "a225db0c", + "Subject": "Update portforwarding api (#1294)" + }, + { + "SHA": "398ffd1e", + "Subject": "Update Kubernetes v1.18.9 dependencies (#1293)" + } + ] + } + ] } ] } diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 08da6ee38..00fc2803d 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -13,3 +13,16 @@ +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) + +- [fbc144b7](https://github.com/stashed/stash/commit/fbc144b7) Prepare for release v0.11.9 (#1300) +- [7a2ee50c](https://github.com/stashed/stash/commit/7a2ee50c) Update repository config (#1299) +- [597cd6b2](https://github.com/stashed/stash/commit/597cd6b2) Update repository config (#1298) +- [182d5ebf](https://github.com/stashed/stash/commit/182d5ebf) Update Kubernetes v1.18.9 dependencies (#1295) +- [a225db0c](https://github.com/stashed/stash/commit/a225db0c) Update portforwarding api (#1294) +- [398ffd1e](https://github.com/stashed/stash/commit/398ffd1e) Update Kubernetes v1.18.9 dependencies (#1293) + + + From 8d8b3f41d93bb2194f41b80aa34febafdff1f92e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:04:23 +0000 Subject: [PATCH 05/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2021.01.21/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 1fa938adf..ebc417239 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,11 +1,33 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T21:48:33.788185159Z", + "release_date": "2021-01-21T22:04:23.478658139Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", "projects": [ + { + "url": "github.com/appscode/stash-enterprise", + "releases": [ + { + "tag": "v0.11.9", + "commits": [ + { + "SHA": "88d87727", + "Subject": "Prepare for release v0.11.9 (#68)" + }, + { + "SHA": "bb802f88", + "Subject": "Update repository config (#66)" + }, + { + "SHA": "52c63a81", + "Subject": "Update portforwarding api (#64)" + } + ] + } + ] + }, { "url": "github.com/stashed/apimachinery", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 00fc2803d..e95756457 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -1,6 +1,16 @@ # Stash v2021.01.21 (2021-01-21) +## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) + +### [v0.11.9](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.9) + +- [88d87727](https://github.com/appscode/stash-enterprise/commit/88d87727) Prepare for release v0.11.9 (#68) +- [bb802f88](https://github.com/appscode/stash-enterprise/commit/bb802f88) Update repository config (#66) +- [52c63a81](https://github.com/appscode/stash-enterprise/commit/52c63a81) Update portforwarding api (#64) + + + ## [stashed/apimachinery](https://github.com/stashed/apimachinery) ### [v0.11.9](https://github.com/stashed/apimachinery/releases/tag/v0.11.9) From d03f380f5a5da99da60c95597d2c811cf281d757 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:13:26 +0000 Subject: [PATCH 06/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 36 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index ebc417239..31fac817e 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:04:23.478658139Z", + "release_date": "2021-01-21T22:13:26.356951848Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -58,6 +58,40 @@ } ] }, + { + "url": "github.com/stashed/cli", + "releases": [ + { + "tag": "v0.11.9", + "commits": [ + { + "SHA": "0551150", + "Subject": "Prepare for release v0.11.9 (#103)" + }, + { + "SHA": "d6217c0", + "Subject": "Update repository config (#102)" + }, + { + "SHA": "3998037", + "Subject": "Update repository config (#101)" + }, + { + "SHA": "1ed5ff3", + "Subject": "Update Kubernetes v1.18.9 dependencies (#100)" + }, + { + "SHA": "beccb98", + "Subject": "Update Kubernetes v1.18.9 dependencies (#99)" + }, + { + "SHA": "626d3ba", + "Subject": "Update Kubernetes v1.18.9 dependencies (#98)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index e95756457..6a45b7168 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -23,6 +23,19 @@ +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.11.9](https://github.com/stashed/cli/releases/tag/v0.11.9) + +- [0551150](https://github.com/stashed/cli/commit/0551150) Prepare for release v0.11.9 (#103) +- [d6217c0](https://github.com/stashed/cli/commit/d6217c0) Update repository config (#102) +- [3998037](https://github.com/stashed/cli/commit/3998037) Update repository config (#101) +- [1ed5ff3](https://github.com/stashed/cli/commit/1ed5ff3) Update Kubernetes v1.18.9 dependencies (#100) +- [beccb98](https://github.com/stashed/cli/commit/beccb98) Update Kubernetes v1.18.9 dependencies (#99) +- [626d3ba](https://github.com/stashed/cli/commit/626d3ba) Update Kubernetes v1.18.9 dependencies (#98) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) From 7a69434575746d2abd1df1a666bec2bc2e66a6a0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:28:59 +0000 Subject: [PATCH 07/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 48 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 16 ++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 31fac817e..dd311692d 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:13:26.356951848Z", + "release_date": "2021-01-21T22:28:59.467524949Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -92,6 +92,52 @@ } ] }, + { + "url": "github.com/stashed/elasticsearch", + "releases": [ + { + "tag": "5.6.4-v6", + "commits": [ + { + "SHA": "08922c3", + "Subject": "Prepare for release 5.6.4-v6 (#579)" + }, + { + "SHA": "069a5ab", + "Subject": "[cherry-pick] Update repository config (#570) (#571)" + }, + { + "SHA": "0d4ced1", + "Subject": "[cherry-pick] Update repository config (#561) (#562)" + }, + { + "SHA": "ac1bcc6", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#553)" + }, + { + "SHA": "0dab1a8", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#544)" + }, + { + "SHA": "34d300d", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#535)" + }, + { + "SHA": "0343edd", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#526)" + }, + { + "SHA": "11fa1fd", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#517)" + }, + { + "SHA": "b7777f3", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#508)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 6a45b7168..6fd86f501 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -36,6 +36,22 @@ +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v6](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v6) + +- [08922c3](https://github.com/stashed/elasticsearch/commit/08922c3) Prepare for release 5.6.4-v6 (#579) +- [069a5ab](https://github.com/stashed/elasticsearch/commit/069a5ab) [cherry-pick] Update repository config (#570) (#571) +- [0d4ced1](https://github.com/stashed/elasticsearch/commit/0d4ced1) [cherry-pick] Update repository config (#561) (#562) +- [ac1bcc6](https://github.com/stashed/elasticsearch/commit/ac1bcc6) [cherry-pick] Use node:14-alpine as base image (#552) (#553) +- [0dab1a8](https://github.com/stashed/elasticsearch/commit/0dab1a8) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#544) +- [34d300d](https://github.com/stashed/elasticsearch/commit/34d300d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#535) +- [0343edd](https://github.com/stashed/elasticsearch/commit/0343edd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#526) +- [11fa1fd](https://github.com/stashed/elasticsearch/commit/11fa1fd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#517) +- [b7777f3](https://github.com/stashed/elasticsearch/commit/b7777f3) [cherry-pick] Speed up schema generation process (#507) (#508) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) From 5abbf7c22faca54352183800972e06d24464795c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:06 +0000 Subject: [PATCH 08/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index dd311692d..2b5547fa8 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:28:59.467524949Z", + "release_date": "2021-01-21T22:29:06.025745064Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -135,6 +135,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#508)" } ] + }, + { + "tag": "6.2.4-v6", + "commits": [ + { + "SHA": "bf5a0fa", + "Subject": "Prepare for release 6.2.4-v6 (#580)" + }, + { + "SHA": "9e6d280", + "Subject": "[cherry-pick] Update repository config (#570) (#572)" + }, + { + "SHA": "df5cce2", + "Subject": "[cherry-pick] Update repository config (#561) (#563)" + }, + { + "SHA": "b3d40ce", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#554)" + }, + { + "SHA": "70b5f27", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#545)" + }, + { + "SHA": "ec498f7", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#536)" + }, + { + "SHA": "e819869", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#527)" + }, + { + "SHA": "dfa8a1e", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#518)" + }, + { + "SHA": "7e3f45c", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#509)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 6fd86f501..5d9fbf1bd 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -51,6 +51,19 @@ - [b7777f3](https://github.com/stashed/elasticsearch/commit/b7777f3) [cherry-pick] Speed up schema generation process (#507) (#508) +### [6.2.4-v6](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v6) + +- [bf5a0fa](https://github.com/stashed/elasticsearch/commit/bf5a0fa) Prepare for release 6.2.4-v6 (#580) +- [9e6d280](https://github.com/stashed/elasticsearch/commit/9e6d280) [cherry-pick] Update repository config (#570) (#572) +- [df5cce2](https://github.com/stashed/elasticsearch/commit/df5cce2) [cherry-pick] Update repository config (#561) (#563) +- [b3d40ce](https://github.com/stashed/elasticsearch/commit/b3d40ce) [cherry-pick] Use node:14-alpine as base image (#552) (#554) +- [70b5f27](https://github.com/stashed/elasticsearch/commit/70b5f27) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#545) +- [ec498f7](https://github.com/stashed/elasticsearch/commit/ec498f7) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#536) +- [e819869](https://github.com/stashed/elasticsearch/commit/e819869) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#527) +- [dfa8a1e](https://github.com/stashed/elasticsearch/commit/dfa8a1e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#518) +- [7e3f45c](https://github.com/stashed/elasticsearch/commit/7e3f45c) [cherry-pick] Speed up schema generation process (#507) (#509) + + ## [stashed/stash](https://github.com/stashed/stash) From 4c4a6f52018e7620fb82880b8d576acd07a25600 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:12 +0000 Subject: [PATCH 09/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 2b5547fa8..1fc6090d9 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:06.025745064Z", + "release_date": "2021-01-21T22:29:12.66046069Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -176,6 +176,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#509)" } ] + }, + { + "tag": "6.3.0-v6", + "commits": [ + { + "SHA": "e3e1afa", + "Subject": "Prepare for release 6.3.0-v6 (#581)" + }, + { + "SHA": "8c75683", + "Subject": "[cherry-pick] Update repository config (#570) (#573)" + }, + { + "SHA": "31557a4", + "Subject": "[cherry-pick] Update repository config (#561) (#564)" + }, + { + "SHA": "059f6ec", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#555)" + }, + { + "SHA": "87c4718", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#546)" + }, + { + "SHA": "5cb8af6", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#537)" + }, + { + "SHA": "6857924", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#528)" + }, + { + "SHA": "4f4114f", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#519)" + }, + { + "SHA": "0f18d62", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#510)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 5d9fbf1bd..0f95481ef 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -64,6 +64,19 @@ - [7e3f45c](https://github.com/stashed/elasticsearch/commit/7e3f45c) [cherry-pick] Speed up schema generation process (#507) (#509) +### [6.3.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v6) + +- [e3e1afa](https://github.com/stashed/elasticsearch/commit/e3e1afa) Prepare for release 6.3.0-v6 (#581) +- [8c75683](https://github.com/stashed/elasticsearch/commit/8c75683) [cherry-pick] Update repository config (#570) (#573) +- [31557a4](https://github.com/stashed/elasticsearch/commit/31557a4) [cherry-pick] Update repository config (#561) (#564) +- [059f6ec](https://github.com/stashed/elasticsearch/commit/059f6ec) [cherry-pick] Use node:14-alpine as base image (#552) (#555) +- [87c4718](https://github.com/stashed/elasticsearch/commit/87c4718) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#546) +- [5cb8af6](https://github.com/stashed/elasticsearch/commit/5cb8af6) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#537) +- [6857924](https://github.com/stashed/elasticsearch/commit/6857924) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#528) +- [4f4114f](https://github.com/stashed/elasticsearch/commit/4f4114f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#519) +- [0f18d62](https://github.com/stashed/elasticsearch/commit/0f18d62) [cherry-pick] Speed up schema generation process (#507) (#510) + + ## [stashed/stash](https://github.com/stashed/stash) From 4d512b6ec7154a2b7292f2254d9c38bf30b92450 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:19 +0000 Subject: [PATCH 10/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 1fc6090d9..67676d3d7 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:12.66046069Z", + "release_date": "2021-01-21T22:29:19.330462603Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -217,6 +217,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#510)" } ] + }, + { + "tag": "6.4.0-v6", + "commits": [ + { + "SHA": "06e4dc6", + "Subject": "Prepare for release 6.4.0-v6 (#582)" + }, + { + "SHA": "7eb1e44", + "Subject": "[cherry-pick] Update repository config (#570) (#574)" + }, + { + "SHA": "30d0a80", + "Subject": "[cherry-pick] Update repository config (#561) (#565)" + }, + { + "SHA": "954e23a", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#556)" + }, + { + "SHA": "140abce", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#547)" + }, + { + "SHA": "dfcd94b", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#538)" + }, + { + "SHA": "2eea2d2", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#529)" + }, + { + "SHA": "d73b741", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#520)" + }, + { + "SHA": "df6fd5c", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#511)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 0f95481ef..04980342f 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -77,6 +77,19 @@ - [0f18d62](https://github.com/stashed/elasticsearch/commit/0f18d62) [cherry-pick] Speed up schema generation process (#507) (#510) +### [6.4.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v6) + +- [06e4dc6](https://github.com/stashed/elasticsearch/commit/06e4dc6) Prepare for release 6.4.0-v6 (#582) +- [7eb1e44](https://github.com/stashed/elasticsearch/commit/7eb1e44) [cherry-pick] Update repository config (#570) (#574) +- [30d0a80](https://github.com/stashed/elasticsearch/commit/30d0a80) [cherry-pick] Update repository config (#561) (#565) +- [954e23a](https://github.com/stashed/elasticsearch/commit/954e23a) [cherry-pick] Use node:14-alpine as base image (#552) (#556) +- [140abce](https://github.com/stashed/elasticsearch/commit/140abce) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#547) +- [dfcd94b](https://github.com/stashed/elasticsearch/commit/dfcd94b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#538) +- [2eea2d2](https://github.com/stashed/elasticsearch/commit/2eea2d2) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#529) +- [d73b741](https://github.com/stashed/elasticsearch/commit/d73b741) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#520) +- [df6fd5c](https://github.com/stashed/elasticsearch/commit/df6fd5c) [cherry-pick] Speed up schema generation process (#507) (#511) + + ## [stashed/stash](https://github.com/stashed/stash) From 5c800061f888aa37a75fa844fd1330539486adcd Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:25 +0000 Subject: [PATCH 11/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 67676d3d7..eb2066ed3 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:19.330462603Z", + "release_date": "2021-01-21T22:29:25.710484356Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -258,6 +258,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#511)" } ] + }, + { + "tag": "6.5.3-v6", + "commits": [ + { + "SHA": "0a497b5", + "Subject": "Prepare for release 6.5.3-v6 (#583)" + }, + { + "SHA": "5bc7e7c", + "Subject": "[cherry-pick] Update repository config (#570) (#575)" + }, + { + "SHA": "76e4df1", + "Subject": "[cherry-pick] Update repository config (#561) (#566)" + }, + { + "SHA": "8fe2314", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#557)" + }, + { + "SHA": "20c0eda", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#548)" + }, + { + "SHA": "a567dc8", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#539)" + }, + { + "SHA": "7d00d9c", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#530)" + }, + { + "SHA": "28df759", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#521)" + }, + { + "SHA": "287c59c", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#512)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 04980342f..0551da9f2 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -90,6 +90,19 @@ - [df6fd5c](https://github.com/stashed/elasticsearch/commit/df6fd5c) [cherry-pick] Speed up schema generation process (#507) (#511) +### [6.5.3-v6](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v6) + +- [0a497b5](https://github.com/stashed/elasticsearch/commit/0a497b5) Prepare for release 6.5.3-v6 (#583) +- [5bc7e7c](https://github.com/stashed/elasticsearch/commit/5bc7e7c) [cherry-pick] Update repository config (#570) (#575) +- [76e4df1](https://github.com/stashed/elasticsearch/commit/76e4df1) [cherry-pick] Update repository config (#561) (#566) +- [8fe2314](https://github.com/stashed/elasticsearch/commit/8fe2314) [cherry-pick] Use node:14-alpine as base image (#552) (#557) +- [20c0eda](https://github.com/stashed/elasticsearch/commit/20c0eda) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#548) +- [a567dc8](https://github.com/stashed/elasticsearch/commit/a567dc8) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#539) +- [7d00d9c](https://github.com/stashed/elasticsearch/commit/7d00d9c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#530) +- [28df759](https://github.com/stashed/elasticsearch/commit/28df759) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#521) +- [287c59c](https://github.com/stashed/elasticsearch/commit/287c59c) [cherry-pick] Speed up schema generation process (#507) (#512) + + ## [stashed/stash](https://github.com/stashed/stash) From 8ab14064352ab7b83c12bf8ebf68dd445e87b164 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:31 +0000 Subject: [PATCH 12/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index eb2066ed3..f0923abf6 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:25.710484356Z", + "release_date": "2021-01-21T22:29:31.74951436Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -299,6 +299,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#512)" } ] + }, + { + "tag": "6.8.0-v6", + "commits": [ + { + "SHA": "0c64799", + "Subject": "Prepare for release 6.8.0-v6 (#584)" + }, + { + "SHA": "da93602", + "Subject": "[cherry-pick] Update repository config (#570) (#576)" + }, + { + "SHA": "197dd2f", + "Subject": "[cherry-pick] Update repository config (#561) (#567)" + }, + { + "SHA": "abd7a78", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#558)" + }, + { + "SHA": "c942e6d", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#549)" + }, + { + "SHA": "847e41d", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#540)" + }, + { + "SHA": "146df5e", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#531)" + }, + { + "SHA": "74ebe8f", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#522)" + }, + { + "SHA": "382939e", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#513)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 0551da9f2..8f860bbe9 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -103,6 +103,19 @@ - [287c59c](https://github.com/stashed/elasticsearch/commit/287c59c) [cherry-pick] Speed up schema generation process (#507) (#512) +### [6.8.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v6) + +- [0c64799](https://github.com/stashed/elasticsearch/commit/0c64799) Prepare for release 6.8.0-v6 (#584) +- [da93602](https://github.com/stashed/elasticsearch/commit/da93602) [cherry-pick] Update repository config (#570) (#576) +- [197dd2f](https://github.com/stashed/elasticsearch/commit/197dd2f) [cherry-pick] Update repository config (#561) (#567) +- [abd7a78](https://github.com/stashed/elasticsearch/commit/abd7a78) [cherry-pick] Use node:14-alpine as base image (#552) (#558) +- [c942e6d](https://github.com/stashed/elasticsearch/commit/c942e6d) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#549) +- [847e41d](https://github.com/stashed/elasticsearch/commit/847e41d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#540) +- [146df5e](https://github.com/stashed/elasticsearch/commit/146df5e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#531) +- [74ebe8f](https://github.com/stashed/elasticsearch/commit/74ebe8f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#522) +- [382939e](https://github.com/stashed/elasticsearch/commit/382939e) [cherry-pick] Speed up schema generation process (#507) (#513) + + ## [stashed/stash](https://github.com/stashed/stash) From 5d55c07190611f736838adcb53a3f9f69dc29e52 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:37 +0000 Subject: [PATCH 13/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index f0923abf6..b16f785e8 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:31.74951436Z", + "release_date": "2021-01-21T22:29:37.815131607Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -340,6 +340,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#513)" } ] + }, + { + "tag": "7.2.0-v6", + "commits": [ + { + "SHA": "0e6c708", + "Subject": "Prepare for release 7.2.0-v6 (#585)" + }, + { + "SHA": "0da54b1", + "Subject": "[cherry-pick] Update repository config (#570) (#577)" + }, + { + "SHA": "0818310", + "Subject": "[cherry-pick] Update repository config (#561) (#568)" + }, + { + "SHA": "cd2f4e8", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#559)" + }, + { + "SHA": "803f2bc", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#550)" + }, + { + "SHA": "1ed55e0", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#541)" + }, + { + "SHA": "6e65169", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#532)" + }, + { + "SHA": "6ba13ae", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#523)" + }, + { + "SHA": "c37730e", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#514)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 8f860bbe9..e3490ac21 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -116,6 +116,19 @@ - [382939e](https://github.com/stashed/elasticsearch/commit/382939e) [cherry-pick] Speed up schema generation process (#507) (#513) +### [7.2.0-v6](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v6) + +- [0e6c708](https://github.com/stashed/elasticsearch/commit/0e6c708) Prepare for release 7.2.0-v6 (#585) +- [0da54b1](https://github.com/stashed/elasticsearch/commit/0da54b1) [cherry-pick] Update repository config (#570) (#577) +- [0818310](https://github.com/stashed/elasticsearch/commit/0818310) [cherry-pick] Update repository config (#561) (#568) +- [cd2f4e8](https://github.com/stashed/elasticsearch/commit/cd2f4e8) [cherry-pick] Use node:14-alpine as base image (#552) (#559) +- [803f2bc](https://github.com/stashed/elasticsearch/commit/803f2bc) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#550) +- [1ed55e0](https://github.com/stashed/elasticsearch/commit/1ed55e0) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#541) +- [6e65169](https://github.com/stashed/elasticsearch/commit/6e65169) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#532) +- [6ba13ae](https://github.com/stashed/elasticsearch/commit/6ba13ae) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#523) +- [c37730e](https://github.com/stashed/elasticsearch/commit/c37730e) [cherry-pick] Speed up schema generation process (#507) (#514) + + ## [stashed/stash](https://github.com/stashed/stash) From 46c6512cdee0101c3cbee3b3bafd1a83294bc834 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:29:44 +0000 Subject: [PATCH 14/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index b16f785e8..77697bbed 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:37.815131607Z", + "release_date": "2021-01-21T22:29:44.002074626Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -381,6 +381,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#507) (#514)" } ] + }, + { + "tag": "7.3.2-v6", + "commits": [ + { + "SHA": "2767117", + "Subject": "Prepare for release 7.3.2-v6 (#586)" + }, + { + "SHA": "ce0a302", + "Subject": "[cherry-pick] Update repository config (#570) (#578)" + }, + { + "SHA": "01aefe2", + "Subject": "[cherry-pick] Update repository config (#561) (#569)" + }, + { + "SHA": "3b50d61", + "Subject": "[cherry-pick] Use node:14-alpine as base image (#552) (#560)" + }, + { + "SHA": "b7525e1", + "Subject": "[cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#551)" + }, + { + "SHA": "68591ee", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#542)" + }, + { + "SHA": "a14eb3e", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#533)" + }, + { + "SHA": "ef63f91", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#524)" + }, + { + "SHA": "4eb60cb", + "Subject": "[cherry-pick] Speed up schema generation process (#507) (#515)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index e3490ac21..f98b3de89 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -129,6 +129,19 @@ - [c37730e](https://github.com/stashed/elasticsearch/commit/c37730e) [cherry-pick] Speed up schema generation process (#507) (#514) +### [7.3.2-v6](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v6) + +- [2767117](https://github.com/stashed/elasticsearch/commit/2767117) Prepare for release 7.3.2-v6 (#586) +- [ce0a302](https://github.com/stashed/elasticsearch/commit/ce0a302) [cherry-pick] Update repository config (#570) (#578) +- [01aefe2](https://github.com/stashed/elasticsearch/commit/01aefe2) [cherry-pick] Update repository config (#561) (#569) +- [3b50d61](https://github.com/stashed/elasticsearch/commit/3b50d61) [cherry-pick] Use node:14-alpine as base image (#552) (#560) +- [b7525e1](https://github.com/stashed/elasticsearch/commit/b7525e1) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#551) +- [68591ee](https://github.com/stashed/elasticsearch/commit/68591ee) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#542) +- [a14eb3e](https://github.com/stashed/elasticsearch/commit/a14eb3e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#533) +- [ef63f91](https://github.com/stashed/elasticsearch/commit/ef63f91) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#524) +- [4eb60cb](https://github.com/stashed/elasticsearch/commit/4eb60cb) [cherry-pick] Speed up schema generation process (#507) (#515) + + ## [stashed/stash](https://github.com/stashed/stash) From 995ea8f075e96427b78cc77444838c07abcc1487 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:44:18 +0000 Subject: [PATCH 15/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 48 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 16 ++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 77697bbed..0c8da6294 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:29:44.002074626Z", + "release_date": "2021-01-21T22:44:18.377763116Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -425,6 +425,52 @@ } ] }, + { + "url": "github.com/stashed/mysql", + "releases": [ + { + "tag": "5.7.25-v6", + "commits": [ + { + "SHA": "a323265", + "Subject": "Prepare for release 5.7.25-v6 (#286)" + }, + { + "SHA": "28fc525", + "Subject": "[cherry-pick] /cherry-pick (#271) (#282)" + }, + { + "SHA": "8eff987", + "Subject": "[cherry-pick] Update repository config (#277) (#278)" + }, + { + "SHA": "8c431a1", + "Subject": "[cherry-pick] Update repository config (#272) (#273)" + }, + { + "SHA": "90540fe", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#267)" + }, + { + "SHA": "75adb40", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#263)" + }, + { + "SHA": "8a6631c", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#259)" + }, + { + "SHA": "c89196d", + "Subject": "[cherry-pick] Generate README.md using templates (#254) (#255)" + }, + { + "SHA": "38d1a2e", + "Subject": "[cherry-pick] Speed up schema generation process (#250) (#251)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index f98b3de89..3b29a83b7 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -143,6 +143,22 @@ +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v6](https://github.com/stashed/mysql/releases/tag/5.7.25-v6) + +- [a323265](https://github.com/stashed/mysql/commit/a323265) Prepare for release 5.7.25-v6 (#286) +- [28fc525](https://github.com/stashed/mysql/commit/28fc525) [cherry-pick] /cherry-pick (#271) (#282) +- [8eff987](https://github.com/stashed/mysql/commit/8eff987) [cherry-pick] Update repository config (#277) (#278) +- [8c431a1](https://github.com/stashed/mysql/commit/8c431a1) [cherry-pick] Update repository config (#272) (#273) +- [90540fe](https://github.com/stashed/mysql/commit/90540fe) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#267) +- [75adb40](https://github.com/stashed/mysql/commit/75adb40) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#263) +- [8a6631c](https://github.com/stashed/mysql/commit/8a6631c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#259) +- [c89196d](https://github.com/stashed/mysql/commit/c89196d) [cherry-pick] Generate README.md using templates (#254) (#255) +- [38d1a2e](https://github.com/stashed/mysql/commit/38d1a2e) [cherry-pick] Speed up schema generation process (#250) (#251) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) From 61d0261d2412a2e52b047e29f0f3d8c0b66b1dc4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:44:24 +0000 Subject: [PATCH 16/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 0c8da6294..c3e9edb28 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:44:18.377763116Z", + "release_date": "2021-01-21T22:44:24.422811739Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -468,6 +468,47 @@ "Subject": "[cherry-pick] Speed up schema generation process (#250) (#251)" } ] + }, + { + "tag": "8.0.14-v6", + "commits": [ + { + "SHA": "80103d0", + "Subject": "Prepare for release 8.0.14-v6 (#287)" + }, + { + "SHA": "1ba0074", + "Subject": "[cherry-pick] /cherry-pick (#271) (#283)" + }, + { + "SHA": "d63cbc1", + "Subject": "[cherry-pick] Update repository config (#277) (#279)" + }, + { + "SHA": "9fb2be6", + "Subject": "[cherry-pick] Update repository config (#272) (#274)" + }, + { + "SHA": "9170a97", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#268)" + }, + { + "SHA": "44f99e9", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#264)" + }, + { + "SHA": "52ffb49", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#260)" + }, + { + "SHA": "5979f66", + "Subject": "[cherry-pick] Generate README.md using templates (#254) (#256)" + }, + { + "SHA": "e96a04e", + "Subject": "[cherry-pick] Speed up schema generation process (#250) (#252)" + } + ] } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 3b29a83b7..4e5c75b85 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -158,6 +158,19 @@ - [38d1a2e](https://github.com/stashed/mysql/commit/38d1a2e) [cherry-pick] Speed up schema generation process (#250) (#251) +### [8.0.14-v6](https://github.com/stashed/mysql/releases/tag/8.0.14-v6) + +- [80103d0](https://github.com/stashed/mysql/commit/80103d0) Prepare for release 8.0.14-v6 (#287) +- [1ba0074](https://github.com/stashed/mysql/commit/1ba0074) [cherry-pick] /cherry-pick (#271) (#283) +- [d63cbc1](https://github.com/stashed/mysql/commit/d63cbc1) [cherry-pick] Update repository config (#277) (#279) +- [9fb2be6](https://github.com/stashed/mysql/commit/9fb2be6) [cherry-pick] Update repository config (#272) (#274) +- [9170a97](https://github.com/stashed/mysql/commit/9170a97) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#268) +- [44f99e9](https://github.com/stashed/mysql/commit/44f99e9) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#264) +- [52ffb49](https://github.com/stashed/mysql/commit/52ffb49) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#260) +- [5979f66](https://github.com/stashed/mysql/commit/5979f66) [cherry-pick] Generate README.md using templates (#254) (#256) +- [e96a04e](https://github.com/stashed/mysql/commit/e96a04e) [cherry-pick] Speed up schema generation process (#250) (#252) + + ## [stashed/stash](https://github.com/stashed/stash) From e52a3ea954f8d57c9284ef4177b489ca463899e9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:44:30 +0000 Subject: [PATCH 17/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 6 +++++- releases/v2021.01.21/README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index c3e9edb28..3a053d9dc 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:44:24.422811739Z", + "release_date": "2021-01-21T22:44:30.582760671Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -509,6 +509,10 @@ "Subject": "[cherry-pick] Speed up schema generation process (#250) (#252)" } ] + }, + { + "tag": "8.0.21", + "commits": null } ] }, diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 4e5c75b85..ff4c5b1fd 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -171,6 +171,10 @@ - [e96a04e](https://github.com/stashed/mysql/commit/e96a04e) [cherry-pick] Speed up schema generation process (#250) (#252) +### [8.0.21](https://github.com/stashed/mysql/releases/tag/8.0.21) + + + ## [stashed/stash](https://github.com/stashed/stash) From ac0390d1ac1968bbc1cec093763b2f83da62e497 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:44:36 +0000 Subject: [PATCH 18/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 43 ++++++++++++++++++++++++++++- releases/v2021.01.21/README.md | 13 +++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 3a053d9dc..6f34f30f1 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:44:30.582760671Z", + "release_date": "2021-01-21T22:44:36.474009773Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -469,6 +469,47 @@ } ] }, + { + "tag": "8.0.3-v6", + "commits": [ + { + "SHA": "239ab4b", + "Subject": "Prepare for release 8.0.3-v6 (#289)" + }, + { + "SHA": "fb952a6", + "Subject": "/cherry-pick (#271) (#285)" + }, + { + "SHA": "394a229", + "Subject": "[cherry-pick] Update repository config (#277) (#281)" + }, + { + "SHA": "e8e2cf5", + "Subject": "[cherry-pick] Update repository config (#272) (#276)" + }, + { + "SHA": "31a0894", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#270)" + }, + { + "SHA": "2b7e67b", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#265)" + }, + { + "SHA": "ca0a700", + "Subject": "[cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#261)" + }, + { + "SHA": "e7135de", + "Subject": "[cherry-pick] Generate README.md using templates (#254) (#257)" + }, + { + "SHA": "6cf15c3", + "Subject": "[cherry-pick] Speed up schema generation process (#250) (#253)" + } + ] + }, { "tag": "8.0.14-v6", "commits": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index ff4c5b1fd..cf00c20f0 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -158,6 +158,19 @@ - [38d1a2e](https://github.com/stashed/mysql/commit/38d1a2e) [cherry-pick] Speed up schema generation process (#250) (#251) +### [8.0.3-v6](https://github.com/stashed/mysql/releases/tag/8.0.3-v6) + +- [239ab4b](https://github.com/stashed/mysql/commit/239ab4b) Prepare for release 8.0.3-v6 (#289) +- [fb952a6](https://github.com/stashed/mysql/commit/fb952a6) /cherry-pick (#271) (#285) +- [394a229](https://github.com/stashed/mysql/commit/394a229) [cherry-pick] Update repository config (#277) (#281) +- [e8e2cf5](https://github.com/stashed/mysql/commit/e8e2cf5) [cherry-pick] Update repository config (#272) (#276) +- [31a0894](https://github.com/stashed/mysql/commit/31a0894) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#270) +- [2b7e67b](https://github.com/stashed/mysql/commit/2b7e67b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#265) +- [ca0a700](https://github.com/stashed/mysql/commit/ca0a700) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#261) +- [e7135de](https://github.com/stashed/mysql/commit/e7135de) [cherry-pick] Generate README.md using templates (#254) (#257) +- [6cf15c3](https://github.com/stashed/mysql/commit/6cf15c3) [cherry-pick] Speed up schema generation process (#250) (#253) + + ### [8.0.14-v6](https://github.com/stashed/mysql/releases/tag/8.0.14-v6) - [80103d0](https://github.com/stashed/mysql/commit/80103d0) Prepare for release 8.0.14-v6 (#287) From a07791b06e8ca5f4fde4d965cc0874e9ba754e35 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 21 Jan 2021 22:55:56 +0000 Subject: [PATCH 19/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2021.01.21/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 6f34f30f1..e3602784f 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:44:36.474009773Z", + "release_date": "2021-01-21T22:55:56.06393139Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -425,6 +425,28 @@ } ] }, + { + "url": "github.com/stashed/installer", + "releases": [ + { + "tag": "v0.11.9", + "commits": [ + { + "SHA": "297af47", + "Subject": "Prepare for release v0.11.9 (#135)" + }, + { + "SHA": "9182697", + "Subject": "Use kmodules.xyz/schema-checker to validate values schema (#134)" + }, + { + "SHA": "7b2f051", + "Subject": "Update repository config (#133)" + } + ] + } + ] + }, { "url": "github.com/stashed/mysql", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index cf00c20f0..ba6c4b7a7 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -143,6 +143,16 @@ +## [stashed/installer](https://github.com/stashed/installer) + +### [v0.11.9](https://github.com/stashed/installer/releases/tag/v0.11.9) + +- [297af47](https://github.com/stashed/installer/commit/297af47) Prepare for release v0.11.9 (#135) +- [9182697](https://github.com/stashed/installer/commit/9182697) Use kmodules.xyz/schema-checker to validate values schema (#134) +- [7b2f051](https://github.com/stashed/installer/commit/7b2f051) Update repository config (#133) + + + ## [stashed/mysql](https://github.com/stashed/mysql) ### [5.7.25-v6](https://github.com/stashed/mysql/releases/tag/5.7.25-v6) From 9fd14b1e529d899a824e6b919ace8a986defac8f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:31:31 +0000 Subject: [PATCH 20/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2021.01.21/README.md | 11 ++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index e3602784f..82c343cb1 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-21T22:55:56.06393139Z", + "release_date": "2021-01-22T02:31:31.03155957Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -58,6 +58,24 @@ } ] }, + { + "url": "github.com/stashed/catalog", + "releases": [ + { + "tag": "v2021.01.21", + "commits": [ + { + "SHA": "9b678ea", + "Subject": "Prepare for release v2021.01.21 (#52)" + }, + { + "SHA": "6a227fe", + "Subject": "Update repository config (#51)" + } + ] + } + ] + }, { "url": "github.com/stashed/cli", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index ba6c4b7a7..792bfd38b 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -1,4 +1,4 @@ -# Stash v2021.01.21 (2021-01-21) +# Stash v2021.01.21 (2021-01-22) ## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) @@ -23,6 +23,15 @@ +## [stashed/catalog](https://github.com/stashed/catalog) + +### [v2021.01.21](https://github.com/stashed/catalog/releases/tag/v2021.01.21) + +- [9b678ea](https://github.com/stashed/catalog/commit/9b678ea) Prepare for release v2021.01.21 (#52) +- [6a227fe](https://github.com/stashed/catalog/commit/6a227fe) Update repository config (#51) + + + ## [stashed/cli](https://github.com/stashed/cli) ### [v0.11.9](https://github.com/stashed/cli/releases/tag/v0.11.9) From 9d04dedefe0713eafdc3d0755aac5dadb73bdfa0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:31:34 +0000 Subject: [PATCH 21/25] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9465adf80..5e70845f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | -| [v2021.01.21](https:/github.com/stashed/CHANGELOG/releases/tag/v2021.01.21) | 2021-01-21 | [User Guide](https://stash.run/docs/v2021.01.21) | [CHANGELOG](/releases/v2021.01.21/README.md) | 1.14+ | +| [v2021.01.21](https:/github.com/stashed/CHANGELOG/releases/tag/v2021.01.21) | 2021-01-22 | [User Guide](https://stash.run/docs/v2021.01.21) | [CHANGELOG](/releases/v2021.01.21/README.md) | 1.14+ | | [v2020.12.17](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.12.17) | 2020-12-17 | [User Guide](https://stash.run/docs/v2020.12.17) | [CHANGELOG](/releases/v2020.12.17/README.md) | 1.14+ | | [v2020.11.17](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.11.17) | 2020-11-17 | [User Guide](https://stash.run/docs/v2020.11.17) | [CHANGELOG](/releases/v2020.11.17/README.md) | 1.14+ | | [v2020.11.06](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.11.06) | 2020-11-07 | [User Guide](https://stash.run/docs/v2020.11.06) | [CHANGELOG](/releases/v2020.11.06/README.md) | 1.14+ | From 3c6ff02128b8dc92fba6a19999b58171e2102e5b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:32:12 +0000 Subject: [PATCH 22/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/docs_changelog.md | 241 +++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 releases/v2021.01.21/docs_changelog.md diff --git a/releases/v2021.01.21/docs_changelog.md b/releases/v2021.01.21/docs_changelog.md new file mode 100644 index 000000000..048333042 --- /dev/null +++ b/releases/v2021.01.21/docs_changelog.md @@ -0,0 +1,241 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2021.01.21 + name: Changelog-v2021.01.21 + parent: welcome + weight: 20210121 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2021.01.21/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2021.01.21/ +--- + +# Stash v2021.01.21 (2021-01-22) + + +## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) + +### [v0.11.9](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.9) + +- [88d87727](https://github.com/appscode/stash-enterprise/commit/88d87727) Prepare for release v0.11.9 (#68) +- [bb802f88](https://github.com/appscode/stash-enterprise/commit/bb802f88) Update repository config (#66) +- [52c63a81](https://github.com/appscode/stash-enterprise/commit/52c63a81) Update portforwarding api (#64) + + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.11.9](https://github.com/stashed/apimachinery/releases/tag/v0.11.9) + +- [bb631c73](https://github.com/stashed/apimachinery/commit/bb631c73) Update repository config (#80) +- [d8cd6413](https://github.com/stashed/apimachinery/commit/d8cd6413) Update repository config (#79) +- [0388c111](https://github.com/stashed/apimachinery/commit/0388c111) Update Kubernetes v1.18.9 dependencies (#78) +- [10606b14](https://github.com/stashed/apimachinery/commit/10606b14) Update Kubernetes v1.18.9 dependencies (#77) +- [04f9e8bf](https://github.com/stashed/apimachinery/commit/04f9e8bf) Update Kubernetes v1.18.9 dependencies (#76) + + + +## [stashed/catalog](https://github.com/stashed/catalog) + +### [v2021.01.21](https://github.com/stashed/catalog/releases/tag/v2021.01.21) + +- [9b678ea](https://github.com/stashed/catalog/commit/9b678ea) Prepare for release v2021.01.21 (#52) +- [6a227fe](https://github.com/stashed/catalog/commit/6a227fe) Update repository config (#51) + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.11.9](https://github.com/stashed/cli/releases/tag/v0.11.9) + +- [0551150](https://github.com/stashed/cli/commit/0551150) Prepare for release v0.11.9 (#103) +- [d6217c0](https://github.com/stashed/cli/commit/d6217c0) Update repository config (#102) +- [3998037](https://github.com/stashed/cli/commit/3998037) Update repository config (#101) +- [1ed5ff3](https://github.com/stashed/cli/commit/1ed5ff3) Update Kubernetes v1.18.9 dependencies (#100) +- [beccb98](https://github.com/stashed/cli/commit/beccb98) Update Kubernetes v1.18.9 dependencies (#99) +- [626d3ba](https://github.com/stashed/cli/commit/626d3ba) Update Kubernetes v1.18.9 dependencies (#98) + + + +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v6](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v6) + +- [08922c3](https://github.com/stashed/elasticsearch/commit/08922c3) Prepare for release 5.6.4-v6 (#579) +- [069a5ab](https://github.com/stashed/elasticsearch/commit/069a5ab) [cherry-pick] Update repository config (#570) (#571) +- [0d4ced1](https://github.com/stashed/elasticsearch/commit/0d4ced1) [cherry-pick] Update repository config (#561) (#562) +- [ac1bcc6](https://github.com/stashed/elasticsearch/commit/ac1bcc6) [cherry-pick] Use node:14-alpine as base image (#552) (#553) +- [0dab1a8](https://github.com/stashed/elasticsearch/commit/0dab1a8) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#544) +- [34d300d](https://github.com/stashed/elasticsearch/commit/34d300d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#535) +- [0343edd](https://github.com/stashed/elasticsearch/commit/0343edd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#526) +- [11fa1fd](https://github.com/stashed/elasticsearch/commit/11fa1fd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#517) +- [b7777f3](https://github.com/stashed/elasticsearch/commit/b7777f3) [cherry-pick] Speed up schema generation process (#507) (#508) + + +### [6.2.4-v6](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v6) + +- [bf5a0fa](https://github.com/stashed/elasticsearch/commit/bf5a0fa) Prepare for release 6.2.4-v6 (#580) +- [9e6d280](https://github.com/stashed/elasticsearch/commit/9e6d280) [cherry-pick] Update repository config (#570) (#572) +- [df5cce2](https://github.com/stashed/elasticsearch/commit/df5cce2) [cherry-pick] Update repository config (#561) (#563) +- [b3d40ce](https://github.com/stashed/elasticsearch/commit/b3d40ce) [cherry-pick] Use node:14-alpine as base image (#552) (#554) +- [70b5f27](https://github.com/stashed/elasticsearch/commit/70b5f27) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#545) +- [ec498f7](https://github.com/stashed/elasticsearch/commit/ec498f7) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#536) +- [e819869](https://github.com/stashed/elasticsearch/commit/e819869) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#527) +- [dfa8a1e](https://github.com/stashed/elasticsearch/commit/dfa8a1e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#518) +- [7e3f45c](https://github.com/stashed/elasticsearch/commit/7e3f45c) [cherry-pick] Speed up schema generation process (#507) (#509) + + +### [6.3.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v6) + +- [e3e1afa](https://github.com/stashed/elasticsearch/commit/e3e1afa) Prepare for release 6.3.0-v6 (#581) +- [8c75683](https://github.com/stashed/elasticsearch/commit/8c75683) [cherry-pick] Update repository config (#570) (#573) +- [31557a4](https://github.com/stashed/elasticsearch/commit/31557a4) [cherry-pick] Update repository config (#561) (#564) +- [059f6ec](https://github.com/stashed/elasticsearch/commit/059f6ec) [cherry-pick] Use node:14-alpine as base image (#552) (#555) +- [87c4718](https://github.com/stashed/elasticsearch/commit/87c4718) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#546) +- [5cb8af6](https://github.com/stashed/elasticsearch/commit/5cb8af6) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#537) +- [6857924](https://github.com/stashed/elasticsearch/commit/6857924) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#528) +- [4f4114f](https://github.com/stashed/elasticsearch/commit/4f4114f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#519) +- [0f18d62](https://github.com/stashed/elasticsearch/commit/0f18d62) [cherry-pick] Speed up schema generation process (#507) (#510) + + +### [6.4.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v6) + +- [06e4dc6](https://github.com/stashed/elasticsearch/commit/06e4dc6) Prepare for release 6.4.0-v6 (#582) +- [7eb1e44](https://github.com/stashed/elasticsearch/commit/7eb1e44) [cherry-pick] Update repository config (#570) (#574) +- [30d0a80](https://github.com/stashed/elasticsearch/commit/30d0a80) [cherry-pick] Update repository config (#561) (#565) +- [954e23a](https://github.com/stashed/elasticsearch/commit/954e23a) [cherry-pick] Use node:14-alpine as base image (#552) (#556) +- [140abce](https://github.com/stashed/elasticsearch/commit/140abce) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#547) +- [dfcd94b](https://github.com/stashed/elasticsearch/commit/dfcd94b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#538) +- [2eea2d2](https://github.com/stashed/elasticsearch/commit/2eea2d2) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#529) +- [d73b741](https://github.com/stashed/elasticsearch/commit/d73b741) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#520) +- [df6fd5c](https://github.com/stashed/elasticsearch/commit/df6fd5c) [cherry-pick] Speed up schema generation process (#507) (#511) + + +### [6.5.3-v6](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v6) + +- [0a497b5](https://github.com/stashed/elasticsearch/commit/0a497b5) Prepare for release 6.5.3-v6 (#583) +- [5bc7e7c](https://github.com/stashed/elasticsearch/commit/5bc7e7c) [cherry-pick] Update repository config (#570) (#575) +- [76e4df1](https://github.com/stashed/elasticsearch/commit/76e4df1) [cherry-pick] Update repository config (#561) (#566) +- [8fe2314](https://github.com/stashed/elasticsearch/commit/8fe2314) [cherry-pick] Use node:14-alpine as base image (#552) (#557) +- [20c0eda](https://github.com/stashed/elasticsearch/commit/20c0eda) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#548) +- [a567dc8](https://github.com/stashed/elasticsearch/commit/a567dc8) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#539) +- [7d00d9c](https://github.com/stashed/elasticsearch/commit/7d00d9c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#530) +- [28df759](https://github.com/stashed/elasticsearch/commit/28df759) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#521) +- [287c59c](https://github.com/stashed/elasticsearch/commit/287c59c) [cherry-pick] Speed up schema generation process (#507) (#512) + + +### [6.8.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v6) + +- [0c64799](https://github.com/stashed/elasticsearch/commit/0c64799) Prepare for release 6.8.0-v6 (#584) +- [da93602](https://github.com/stashed/elasticsearch/commit/da93602) [cherry-pick] Update repository config (#570) (#576) +- [197dd2f](https://github.com/stashed/elasticsearch/commit/197dd2f) [cherry-pick] Update repository config (#561) (#567) +- [abd7a78](https://github.com/stashed/elasticsearch/commit/abd7a78) [cherry-pick] Use node:14-alpine as base image (#552) (#558) +- [c942e6d](https://github.com/stashed/elasticsearch/commit/c942e6d) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#549) +- [847e41d](https://github.com/stashed/elasticsearch/commit/847e41d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#540) +- [146df5e](https://github.com/stashed/elasticsearch/commit/146df5e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#531) +- [74ebe8f](https://github.com/stashed/elasticsearch/commit/74ebe8f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#522) +- [382939e](https://github.com/stashed/elasticsearch/commit/382939e) [cherry-pick] Speed up schema generation process (#507) (#513) + + +### [7.2.0-v6](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v6) + +- [0e6c708](https://github.com/stashed/elasticsearch/commit/0e6c708) Prepare for release 7.2.0-v6 (#585) +- [0da54b1](https://github.com/stashed/elasticsearch/commit/0da54b1) [cherry-pick] Update repository config (#570) (#577) +- [0818310](https://github.com/stashed/elasticsearch/commit/0818310) [cherry-pick] Update repository config (#561) (#568) +- [cd2f4e8](https://github.com/stashed/elasticsearch/commit/cd2f4e8) [cherry-pick] Use node:14-alpine as base image (#552) (#559) +- [803f2bc](https://github.com/stashed/elasticsearch/commit/803f2bc) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#550) +- [1ed55e0](https://github.com/stashed/elasticsearch/commit/1ed55e0) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#541) +- [6e65169](https://github.com/stashed/elasticsearch/commit/6e65169) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#532) +- [6ba13ae](https://github.com/stashed/elasticsearch/commit/6ba13ae) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#523) +- [c37730e](https://github.com/stashed/elasticsearch/commit/c37730e) [cherry-pick] Speed up schema generation process (#507) (#514) + + +### [7.3.2-v6](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v6) + +- [2767117](https://github.com/stashed/elasticsearch/commit/2767117) Prepare for release 7.3.2-v6 (#586) +- [ce0a302](https://github.com/stashed/elasticsearch/commit/ce0a302) [cherry-pick] Update repository config (#570) (#578) +- [01aefe2](https://github.com/stashed/elasticsearch/commit/01aefe2) [cherry-pick] Update repository config (#561) (#569) +- [3b50d61](https://github.com/stashed/elasticsearch/commit/3b50d61) [cherry-pick] Use node:14-alpine as base image (#552) (#560) +- [b7525e1](https://github.com/stashed/elasticsearch/commit/b7525e1) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#551) +- [68591ee](https://github.com/stashed/elasticsearch/commit/68591ee) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#542) +- [a14eb3e](https://github.com/stashed/elasticsearch/commit/a14eb3e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#533) +- [ef63f91](https://github.com/stashed/elasticsearch/commit/ef63f91) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#524) +- [4eb60cb](https://github.com/stashed/elasticsearch/commit/4eb60cb) [cherry-pick] Speed up schema generation process (#507) (#515) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v0.11.9](https://github.com/stashed/installer/releases/tag/v0.11.9) + +- [297af47](https://github.com/stashed/installer/commit/297af47) Prepare for release v0.11.9 (#135) +- [9182697](https://github.com/stashed/installer/commit/9182697) Use kmodules.xyz/schema-checker to validate values schema (#134) +- [7b2f051](https://github.com/stashed/installer/commit/7b2f051) Update repository config (#133) + + + +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v6](https://github.com/stashed/mysql/releases/tag/5.7.25-v6) + +- [a323265](https://github.com/stashed/mysql/commit/a323265) Prepare for release 5.7.25-v6 (#286) +- [28fc525](https://github.com/stashed/mysql/commit/28fc525) [cherry-pick] /cherry-pick (#271) (#282) +- [8eff987](https://github.com/stashed/mysql/commit/8eff987) [cherry-pick] Update repository config (#277) (#278) +- [8c431a1](https://github.com/stashed/mysql/commit/8c431a1) [cherry-pick] Update repository config (#272) (#273) +- [90540fe](https://github.com/stashed/mysql/commit/90540fe) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#267) +- [75adb40](https://github.com/stashed/mysql/commit/75adb40) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#263) +- [8a6631c](https://github.com/stashed/mysql/commit/8a6631c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#259) +- [c89196d](https://github.com/stashed/mysql/commit/c89196d) [cherry-pick] Generate README.md using templates (#254) (#255) +- [38d1a2e](https://github.com/stashed/mysql/commit/38d1a2e) [cherry-pick] Speed up schema generation process (#250) (#251) + + +### [8.0.3-v6](https://github.com/stashed/mysql/releases/tag/8.0.3-v6) + +- [239ab4b](https://github.com/stashed/mysql/commit/239ab4b) Prepare for release 8.0.3-v6 (#289) +- [fb952a6](https://github.com/stashed/mysql/commit/fb952a6) /cherry-pick (#271) (#285) +- [394a229](https://github.com/stashed/mysql/commit/394a229) [cherry-pick] Update repository config (#277) (#281) +- [e8e2cf5](https://github.com/stashed/mysql/commit/e8e2cf5) [cherry-pick] Update repository config (#272) (#276) +- [31a0894](https://github.com/stashed/mysql/commit/31a0894) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#270) +- [2b7e67b](https://github.com/stashed/mysql/commit/2b7e67b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#265) +- [ca0a700](https://github.com/stashed/mysql/commit/ca0a700) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#261) +- [e7135de](https://github.com/stashed/mysql/commit/e7135de) [cherry-pick] Generate README.md using templates (#254) (#257) +- [6cf15c3](https://github.com/stashed/mysql/commit/6cf15c3) [cherry-pick] Speed up schema generation process (#250) (#253) + + +### [8.0.14-v6](https://github.com/stashed/mysql/releases/tag/8.0.14-v6) + +- [80103d0](https://github.com/stashed/mysql/commit/80103d0) Prepare for release 8.0.14-v6 (#287) +- [1ba0074](https://github.com/stashed/mysql/commit/1ba0074) [cherry-pick] /cherry-pick (#271) (#283) +- [d63cbc1](https://github.com/stashed/mysql/commit/d63cbc1) [cherry-pick] Update repository config (#277) (#279) +- [9fb2be6](https://github.com/stashed/mysql/commit/9fb2be6) [cherry-pick] Update repository config (#272) (#274) +- [9170a97](https://github.com/stashed/mysql/commit/9170a97) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#268) +- [44f99e9](https://github.com/stashed/mysql/commit/44f99e9) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#264) +- [52ffb49](https://github.com/stashed/mysql/commit/52ffb49) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#260) +- [5979f66](https://github.com/stashed/mysql/commit/5979f66) [cherry-pick] Generate README.md using templates (#254) (#256) +- [e96a04e](https://github.com/stashed/mysql/commit/e96a04e) [cherry-pick] Speed up schema generation process (#250) (#252) + + +### [8.0.21](https://github.com/stashed/mysql/releases/tag/8.0.21) + + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) + +- [fbc144b7](https://github.com/stashed/stash/commit/fbc144b7) Prepare for release v0.11.9 (#1300) +- [7a2ee50c](https://github.com/stashed/stash/commit/7a2ee50c) Update repository config (#1299) +- [597cd6b2](https://github.com/stashed/stash/commit/597cd6b2) Update repository config (#1298) +- [182d5ebf](https://github.com/stashed/stash/commit/182d5ebf) Update Kubernetes v1.18.9 dependencies (#1295) +- [a225db0c](https://github.com/stashed/stash/commit/a225db0c) Update portforwarding api (#1294) +- [398ffd1e](https://github.com/stashed/stash/commit/398ffd1e) Update Kubernetes v1.18.9 dependencies (#1293) + + + + From b66f33bc0a8358b63e2161a2eeccfdbb1da85a6b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:37:05 +0000 Subject: [PATCH 23/25] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/docs_changelog.md | 241 ------------------------- 1 file changed, 241 deletions(-) delete mode 100644 releases/v2021.01.21/docs_changelog.md diff --git a/releases/v2021.01.21/docs_changelog.md b/releases/v2021.01.21/docs_changelog.md deleted file mode 100644 index 048333042..000000000 --- a/releases/v2021.01.21/docs_changelog.md +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: Changelog | Stash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-stash-v2021.01.21 - name: Changelog-v2021.01.21 - parent: welcome - weight: 20210121 -product_name: stash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2021.01.21/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2021.01.21/ ---- - -# Stash v2021.01.21 (2021-01-22) - - -## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) - -### [v0.11.9](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.9) - -- [88d87727](https://github.com/appscode/stash-enterprise/commit/88d87727) Prepare for release v0.11.9 (#68) -- [bb802f88](https://github.com/appscode/stash-enterprise/commit/bb802f88) Update repository config (#66) -- [52c63a81](https://github.com/appscode/stash-enterprise/commit/52c63a81) Update portforwarding api (#64) - - - -## [stashed/apimachinery](https://github.com/stashed/apimachinery) - -### [v0.11.9](https://github.com/stashed/apimachinery/releases/tag/v0.11.9) - -- [bb631c73](https://github.com/stashed/apimachinery/commit/bb631c73) Update repository config (#80) -- [d8cd6413](https://github.com/stashed/apimachinery/commit/d8cd6413) Update repository config (#79) -- [0388c111](https://github.com/stashed/apimachinery/commit/0388c111) Update Kubernetes v1.18.9 dependencies (#78) -- [10606b14](https://github.com/stashed/apimachinery/commit/10606b14) Update Kubernetes v1.18.9 dependencies (#77) -- [04f9e8bf](https://github.com/stashed/apimachinery/commit/04f9e8bf) Update Kubernetes v1.18.9 dependencies (#76) - - - -## [stashed/catalog](https://github.com/stashed/catalog) - -### [v2021.01.21](https://github.com/stashed/catalog/releases/tag/v2021.01.21) - -- [9b678ea](https://github.com/stashed/catalog/commit/9b678ea) Prepare for release v2021.01.21 (#52) -- [6a227fe](https://github.com/stashed/catalog/commit/6a227fe) Update repository config (#51) - - - -## [stashed/cli](https://github.com/stashed/cli) - -### [v0.11.9](https://github.com/stashed/cli/releases/tag/v0.11.9) - -- [0551150](https://github.com/stashed/cli/commit/0551150) Prepare for release v0.11.9 (#103) -- [d6217c0](https://github.com/stashed/cli/commit/d6217c0) Update repository config (#102) -- [3998037](https://github.com/stashed/cli/commit/3998037) Update repository config (#101) -- [1ed5ff3](https://github.com/stashed/cli/commit/1ed5ff3) Update Kubernetes v1.18.9 dependencies (#100) -- [beccb98](https://github.com/stashed/cli/commit/beccb98) Update Kubernetes v1.18.9 dependencies (#99) -- [626d3ba](https://github.com/stashed/cli/commit/626d3ba) Update Kubernetes v1.18.9 dependencies (#98) - - - -## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) - -### [5.6.4-v6](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v6) - -- [08922c3](https://github.com/stashed/elasticsearch/commit/08922c3) Prepare for release 5.6.4-v6 (#579) -- [069a5ab](https://github.com/stashed/elasticsearch/commit/069a5ab) [cherry-pick] Update repository config (#570) (#571) -- [0d4ced1](https://github.com/stashed/elasticsearch/commit/0d4ced1) [cherry-pick] Update repository config (#561) (#562) -- [ac1bcc6](https://github.com/stashed/elasticsearch/commit/ac1bcc6) [cherry-pick] Use node:14-alpine as base image (#552) (#553) -- [0dab1a8](https://github.com/stashed/elasticsearch/commit/0dab1a8) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#544) -- [34d300d](https://github.com/stashed/elasticsearch/commit/34d300d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#535) -- [0343edd](https://github.com/stashed/elasticsearch/commit/0343edd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#526) -- [11fa1fd](https://github.com/stashed/elasticsearch/commit/11fa1fd) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#517) -- [b7777f3](https://github.com/stashed/elasticsearch/commit/b7777f3) [cherry-pick] Speed up schema generation process (#507) (#508) - - -### [6.2.4-v6](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v6) - -- [bf5a0fa](https://github.com/stashed/elasticsearch/commit/bf5a0fa) Prepare for release 6.2.4-v6 (#580) -- [9e6d280](https://github.com/stashed/elasticsearch/commit/9e6d280) [cherry-pick] Update repository config (#570) (#572) -- [df5cce2](https://github.com/stashed/elasticsearch/commit/df5cce2) [cherry-pick] Update repository config (#561) (#563) -- [b3d40ce](https://github.com/stashed/elasticsearch/commit/b3d40ce) [cherry-pick] Use node:14-alpine as base image (#552) (#554) -- [70b5f27](https://github.com/stashed/elasticsearch/commit/70b5f27) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#545) -- [ec498f7](https://github.com/stashed/elasticsearch/commit/ec498f7) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#536) -- [e819869](https://github.com/stashed/elasticsearch/commit/e819869) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#527) -- [dfa8a1e](https://github.com/stashed/elasticsearch/commit/dfa8a1e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#518) -- [7e3f45c](https://github.com/stashed/elasticsearch/commit/7e3f45c) [cherry-pick] Speed up schema generation process (#507) (#509) - - -### [6.3.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v6) - -- [e3e1afa](https://github.com/stashed/elasticsearch/commit/e3e1afa) Prepare for release 6.3.0-v6 (#581) -- [8c75683](https://github.com/stashed/elasticsearch/commit/8c75683) [cherry-pick] Update repository config (#570) (#573) -- [31557a4](https://github.com/stashed/elasticsearch/commit/31557a4) [cherry-pick] Update repository config (#561) (#564) -- [059f6ec](https://github.com/stashed/elasticsearch/commit/059f6ec) [cherry-pick] Use node:14-alpine as base image (#552) (#555) -- [87c4718](https://github.com/stashed/elasticsearch/commit/87c4718) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#546) -- [5cb8af6](https://github.com/stashed/elasticsearch/commit/5cb8af6) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#537) -- [6857924](https://github.com/stashed/elasticsearch/commit/6857924) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#528) -- [4f4114f](https://github.com/stashed/elasticsearch/commit/4f4114f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#519) -- [0f18d62](https://github.com/stashed/elasticsearch/commit/0f18d62) [cherry-pick] Speed up schema generation process (#507) (#510) - - -### [6.4.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v6) - -- [06e4dc6](https://github.com/stashed/elasticsearch/commit/06e4dc6) Prepare for release 6.4.0-v6 (#582) -- [7eb1e44](https://github.com/stashed/elasticsearch/commit/7eb1e44) [cherry-pick] Update repository config (#570) (#574) -- [30d0a80](https://github.com/stashed/elasticsearch/commit/30d0a80) [cherry-pick] Update repository config (#561) (#565) -- [954e23a](https://github.com/stashed/elasticsearch/commit/954e23a) [cherry-pick] Use node:14-alpine as base image (#552) (#556) -- [140abce](https://github.com/stashed/elasticsearch/commit/140abce) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#547) -- [dfcd94b](https://github.com/stashed/elasticsearch/commit/dfcd94b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#538) -- [2eea2d2](https://github.com/stashed/elasticsearch/commit/2eea2d2) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#529) -- [d73b741](https://github.com/stashed/elasticsearch/commit/d73b741) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#520) -- [df6fd5c](https://github.com/stashed/elasticsearch/commit/df6fd5c) [cherry-pick] Speed up schema generation process (#507) (#511) - - -### [6.5.3-v6](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v6) - -- [0a497b5](https://github.com/stashed/elasticsearch/commit/0a497b5) Prepare for release 6.5.3-v6 (#583) -- [5bc7e7c](https://github.com/stashed/elasticsearch/commit/5bc7e7c) [cherry-pick] Update repository config (#570) (#575) -- [76e4df1](https://github.com/stashed/elasticsearch/commit/76e4df1) [cherry-pick] Update repository config (#561) (#566) -- [8fe2314](https://github.com/stashed/elasticsearch/commit/8fe2314) [cherry-pick] Use node:14-alpine as base image (#552) (#557) -- [20c0eda](https://github.com/stashed/elasticsearch/commit/20c0eda) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#548) -- [a567dc8](https://github.com/stashed/elasticsearch/commit/a567dc8) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#539) -- [7d00d9c](https://github.com/stashed/elasticsearch/commit/7d00d9c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#530) -- [28df759](https://github.com/stashed/elasticsearch/commit/28df759) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#521) -- [287c59c](https://github.com/stashed/elasticsearch/commit/287c59c) [cherry-pick] Speed up schema generation process (#507) (#512) - - -### [6.8.0-v6](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v6) - -- [0c64799](https://github.com/stashed/elasticsearch/commit/0c64799) Prepare for release 6.8.0-v6 (#584) -- [da93602](https://github.com/stashed/elasticsearch/commit/da93602) [cherry-pick] Update repository config (#570) (#576) -- [197dd2f](https://github.com/stashed/elasticsearch/commit/197dd2f) [cherry-pick] Update repository config (#561) (#567) -- [abd7a78](https://github.com/stashed/elasticsearch/commit/abd7a78) [cherry-pick] Use node:14-alpine as base image (#552) (#558) -- [c942e6d](https://github.com/stashed/elasticsearch/commit/c942e6d) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#549) -- [847e41d](https://github.com/stashed/elasticsearch/commit/847e41d) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#540) -- [146df5e](https://github.com/stashed/elasticsearch/commit/146df5e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#531) -- [74ebe8f](https://github.com/stashed/elasticsearch/commit/74ebe8f) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#522) -- [382939e](https://github.com/stashed/elasticsearch/commit/382939e) [cherry-pick] Speed up schema generation process (#507) (#513) - - -### [7.2.0-v6](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v6) - -- [0e6c708](https://github.com/stashed/elasticsearch/commit/0e6c708) Prepare for release 7.2.0-v6 (#585) -- [0da54b1](https://github.com/stashed/elasticsearch/commit/0da54b1) [cherry-pick] Update repository config (#570) (#577) -- [0818310](https://github.com/stashed/elasticsearch/commit/0818310) [cherry-pick] Update repository config (#561) (#568) -- [cd2f4e8](https://github.com/stashed/elasticsearch/commit/cd2f4e8) [cherry-pick] Use node:14-alpine as base image (#552) (#559) -- [803f2bc](https://github.com/stashed/elasticsearch/commit/803f2bc) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#550) -- [1ed55e0](https://github.com/stashed/elasticsearch/commit/1ed55e0) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#541) -- [6e65169](https://github.com/stashed/elasticsearch/commit/6e65169) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#532) -- [6ba13ae](https://github.com/stashed/elasticsearch/commit/6ba13ae) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#523) -- [c37730e](https://github.com/stashed/elasticsearch/commit/c37730e) [cherry-pick] Speed up schema generation process (#507) (#514) - - -### [7.3.2-v6](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v6) - -- [2767117](https://github.com/stashed/elasticsearch/commit/2767117) Prepare for release 7.3.2-v6 (#586) -- [ce0a302](https://github.com/stashed/elasticsearch/commit/ce0a302) [cherry-pick] Update repository config (#570) (#578) -- [01aefe2](https://github.com/stashed/elasticsearch/commit/01aefe2) [cherry-pick] Update repository config (#561) (#569) -- [3b50d61](https://github.com/stashed/elasticsearch/commit/3b50d61) [cherry-pick] Use node:14-alpine as base image (#552) (#560) -- [b7525e1](https://github.com/stashed/elasticsearch/commit/b7525e1) [cherry-pick] Use BasicAuth Keys for reading credentials from secret (#543) (#551) -- [68591ee](https://github.com/stashed/elasticsearch/commit/68591ee) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#534) (#542) -- [a14eb3e](https://github.com/stashed/elasticsearch/commit/a14eb3e) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#525) (#533) -- [ef63f91](https://github.com/stashed/elasticsearch/commit/ef63f91) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#516) (#524) -- [4eb60cb](https://github.com/stashed/elasticsearch/commit/4eb60cb) [cherry-pick] Speed up schema generation process (#507) (#515) - - - -## [stashed/installer](https://github.com/stashed/installer) - -### [v0.11.9](https://github.com/stashed/installer/releases/tag/v0.11.9) - -- [297af47](https://github.com/stashed/installer/commit/297af47) Prepare for release v0.11.9 (#135) -- [9182697](https://github.com/stashed/installer/commit/9182697) Use kmodules.xyz/schema-checker to validate values schema (#134) -- [7b2f051](https://github.com/stashed/installer/commit/7b2f051) Update repository config (#133) - - - -## [stashed/mysql](https://github.com/stashed/mysql) - -### [5.7.25-v6](https://github.com/stashed/mysql/releases/tag/5.7.25-v6) - -- [a323265](https://github.com/stashed/mysql/commit/a323265) Prepare for release 5.7.25-v6 (#286) -- [28fc525](https://github.com/stashed/mysql/commit/28fc525) [cherry-pick] /cherry-pick (#271) (#282) -- [8eff987](https://github.com/stashed/mysql/commit/8eff987) [cherry-pick] Update repository config (#277) (#278) -- [8c431a1](https://github.com/stashed/mysql/commit/8c431a1) [cherry-pick] Update repository config (#272) (#273) -- [90540fe](https://github.com/stashed/mysql/commit/90540fe) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#267) -- [75adb40](https://github.com/stashed/mysql/commit/75adb40) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#263) -- [8a6631c](https://github.com/stashed/mysql/commit/8a6631c) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#259) -- [c89196d](https://github.com/stashed/mysql/commit/c89196d) [cherry-pick] Generate README.md using templates (#254) (#255) -- [38d1a2e](https://github.com/stashed/mysql/commit/38d1a2e) [cherry-pick] Speed up schema generation process (#250) (#251) - - -### [8.0.3-v6](https://github.com/stashed/mysql/releases/tag/8.0.3-v6) - -- [239ab4b](https://github.com/stashed/mysql/commit/239ab4b) Prepare for release 8.0.3-v6 (#289) -- [fb952a6](https://github.com/stashed/mysql/commit/fb952a6) /cherry-pick (#271) (#285) -- [394a229](https://github.com/stashed/mysql/commit/394a229) [cherry-pick] Update repository config (#277) (#281) -- [e8e2cf5](https://github.com/stashed/mysql/commit/e8e2cf5) [cherry-pick] Update repository config (#272) (#276) -- [31a0894](https://github.com/stashed/mysql/commit/31a0894) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#270) -- [2b7e67b](https://github.com/stashed/mysql/commit/2b7e67b) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#265) -- [ca0a700](https://github.com/stashed/mysql/commit/ca0a700) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#261) -- [e7135de](https://github.com/stashed/mysql/commit/e7135de) [cherry-pick] Generate README.md using templates (#254) (#257) -- [6cf15c3](https://github.com/stashed/mysql/commit/6cf15c3) [cherry-pick] Speed up schema generation process (#250) (#253) - - -### [8.0.14-v6](https://github.com/stashed/mysql/releases/tag/8.0.14-v6) - -- [80103d0](https://github.com/stashed/mysql/commit/80103d0) Prepare for release 8.0.14-v6 (#287) -- [1ba0074](https://github.com/stashed/mysql/commit/1ba0074) [cherry-pick] /cherry-pick (#271) (#283) -- [d63cbc1](https://github.com/stashed/mysql/commit/d63cbc1) [cherry-pick] Update repository config (#277) (#279) -- [9fb2be6](https://github.com/stashed/mysql/commit/9fb2be6) [cherry-pick] Update repository config (#272) (#274) -- [9170a97](https://github.com/stashed/mysql/commit/9170a97) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#266) (#268) -- [44f99e9](https://github.com/stashed/mysql/commit/44f99e9) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#262) (#264) -- [52ffb49](https://github.com/stashed/mysql/commit/52ffb49) [cherry-pick] Update Kubernetes v1.18.9 dependencies (#258) (#260) -- [5979f66](https://github.com/stashed/mysql/commit/5979f66) [cherry-pick] Generate README.md using templates (#254) (#256) -- [e96a04e](https://github.com/stashed/mysql/commit/e96a04e) [cherry-pick] Speed up schema generation process (#250) (#252) - - -### [8.0.21](https://github.com/stashed/mysql/releases/tag/8.0.21) - - - - -## [stashed/stash](https://github.com/stashed/stash) - -### [v0.11.9](https://github.com/stashed/stash/releases/tag/v0.11.9) - -- [fbc144b7](https://github.com/stashed/stash/commit/fbc144b7) Prepare for release v0.11.9 (#1300) -- [7a2ee50c](https://github.com/stashed/stash/commit/7a2ee50c) Update repository config (#1299) -- [597cd6b2](https://github.com/stashed/stash/commit/597cd6b2) Update repository config (#1298) -- [182d5ebf](https://github.com/stashed/stash/commit/182d5ebf) Update Kubernetes v1.18.9 dependencies (#1295) -- [a225db0c](https://github.com/stashed/stash/commit/a225db0c) Update portforwarding api (#1294) -- [398ffd1e](https://github.com/stashed/stash/commit/398ffd1e) Update Kubernetes v1.18.9 dependencies (#1293) - - - - From ac138d546e071accdbcfd5f6a8b464d7836640cd Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:38:17 +0000 Subject: [PATCH 24/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 16 +++++++++++++++- releases/v2021.01.21/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index 82c343cb1..f30d73b0a 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-22T02:31:31.03155957Z", + "release_date": "2021-01-22T02:38:17.586751478Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -110,6 +110,20 @@ } ] }, + { + "url": "github.com/stashed/docs", + "releases": [ + { + "tag": "v2021.01.21", + "commits": [ + { + "SHA": "b16c948", + "Subject": "Prepare for release v2021.01.21 (#121)" + } + ] + } + ] + }, { "url": "github.com/stashed/elasticsearch", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 792bfd38b..7d8fa1eaa 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -45,6 +45,14 @@ +## [stashed/docs](https://github.com/stashed/docs) + +### [v2021.01.21](https://github.com/stashed/docs/releases/tag/v2021.01.21) + +- [b16c948](https://github.com/stashed/docs/commit/b16c948) Prepare for release v2021.01.21 (#121) + + + ## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) ### [5.6.4-v6](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v6) From 68b171345c57e53dc4895dad4b8c45f16b940e57 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 22 Jan 2021 02:50:39 +0000 Subject: [PATCH 25/25] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2021.01.21/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2021.01.21/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2021.01.21/CHANGELOG.json b/releases/v2021.01.21/CHANGELOG.json index f30d73b0a..7082d01e8 100644 --- a/releases/v2021.01.21/CHANGELOG.json +++ b/releases/v2021.01.21/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2021.01.21", - "release_date": "2021-01-22T02:38:17.586751478Z", + "release_date": "2021-01-22T02:50:39.387293504Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2021.01.21", "kubernetes_version": "1.14+", @@ -58,6 +58,24 @@ } ] }, + { + "url": "github.com/stashed/bundles", + "releases": [ + { + "tag": "v2021.01.21", + "commits": [ + { + "SHA": "8ebd91d", + "Subject": "Prepare for release v2021.01.21 (#34)" + }, + { + "SHA": "c8be9a4", + "Subject": "Update repository config (#33)" + } + ] + } + ] + }, { "url": "github.com/stashed/catalog", "releases": [ diff --git a/releases/v2021.01.21/README.md b/releases/v2021.01.21/README.md index 7d8fa1eaa..66f670b81 100644 --- a/releases/v2021.01.21/README.md +++ b/releases/v2021.01.21/README.md @@ -23,6 +23,15 @@ +## [stashed/bundles](https://github.com/stashed/bundles) + +### [v2021.01.21](https://github.com/stashed/bundles/releases/tag/v2021.01.21) + +- [8ebd91d](https://github.com/stashed/bundles/commit/8ebd91d) Prepare for release v2021.01.21 (#34) +- [c8be9a4](https://github.com/stashed/bundles/commit/c8be9a4) Update repository config (#33) + + + ## [stashed/catalog](https://github.com/stashed/catalog) ### [v2021.01.21](https://github.com/stashed/catalog/releases/tag/v2021.01.21)