From a047749dbd90b0d91713d16bd402b48d2e28a5f5 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 29 Sep 2020 00:59:03 -0700 Subject: [PATCH 01/12] Release: v2020.09.29 Signed-off-by: Tamal Saha --- releases/v2020.09.29/release.json | 251 ++++++++++++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 releases/v2020.09.29/release.json diff --git a/releases/v2020.09.29/release.json b/releases/v2020.09.29/release.json new file mode 100644 index 000000000..d52003bb8 --- /dev/null +++ b/releases/v2020.09.29/release.json @@ -0,0 +1,251 @@ +{ + "product_line": "Stash", + "release": "v2020.09.29", + "docs_url_template": "https://stash.run/docs/%s", + "kubernetes_version": "1.12+", + "projects": [ + { + "github.com/stashed/apimachinery": { + "tag": "v0.11.2" + } + }, + { + "github.com/stashed/stash": { + "key": "stash-community", + "tag": "v0.11.2", + "chartNames": [ + "stash" + ] + } + }, + { + "github.com/appscode/stash-enterprise": { + "key": "stash-enterprise", + "tag": "v0.11.2", + "chartNames": [ + "stash-enterprise" + ] + } + }, + { + "github.com/stashed/cli": { + "key": "stash-cli", + "tag": "v0.11.2" + } + }, + { + "github.com/stashed/postgres": { + "key": "stash-postgres", + "tags": { + "10.14.0": "release-10.14", + "11.9.0": "release-11.9", + "12.4.0": "release-12.4", + "9.6.19": "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-v2": "release-5.6.4", + "6.2.4-v2": "release-6.2.4", + "6.3.0-v2": "release-6.3.0", + "6.4.0-v2": "release-6.4.0", + "6.5.3-v2": "release-6.5.3", + "6.8.0-v2": "release-6.8.0", + "7.2.0-v2": "release-7.2.0", + "7.3.2-v2": "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-v2": "release-3.4.17", + "3.4.22-v2": "release-3.4.22", + "3.6.13-v2": "release-3.6.13", + "3.6.8-v2": "release-3.6.8", + "4.0.11-v2": "release-4.0.11", + "4.0.3-v2": "release-4.0.3", + "4.0.5-v2": "release-4.0.5", + "4.1.13-v2": "release-4.1.13", + "4.1.4-v2": "release-4.1.4", + "4.1.7-v2": "release-4.1.7", + "4.2.3-v2": "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-v2": "release-5.7.25", + "8.0.14-v2": "release-8.0.14", + "8.0.3-v2": "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/percona-xtradb": { + "key": "stash-percona-xtradb", + "tags": { + "5.7-v2": "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": { + "tag": "v0.11.2", + "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/percona-xtradb", + "github.com/stashed/installer" + ], + "changelog": "Skip" + } + }, + { + "github.com/stashed/catalog": { + "key": "stash-catalog", + "tag": "v2020.09.29", + "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": "v2020.09.29", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/stashed/website": { + "tag": "v2020.09.29", + "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": "v2020.09.29", + "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/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 0ff3db8e78eb42325d6b3f523bf3ed5e7953edb4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 08:10:25 +0000 Subject: [PATCH 02/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 52 +++++++++++++++++++++++++++++ releases/v2020.09.29/README.md | 18 ++++++++++ 2 files changed, 70 insertions(+) create mode 100644 releases/v2020.09.29/CHANGELOG.json create mode 100644 releases/v2020.09.29/README.md diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json new file mode 100644 index 000000000..14b5fe759 --- /dev/null +++ b/releases/v2020.09.29/CHANGELOG.json @@ -0,0 +1,52 @@ +{ + "product_line": "Stash", + "release": "v2020.09.29", + "release_date": "2020-09-29T08:10:25.623239849Z", + "release_project_url": "https://github.com/stashed/CHANGELOG", + "docs_url": "https://stash.run/docs/v2020.09.29", + "kubernetes_version": "1.12+", + "projects": [ + { + "url": "github.com/stashed/apimachinery", + "releases": [ + { + "tag": "v0.11.2", + "commits": [ + { + "SHA": "fdc12ac2", + "Subject": "Update Kubernetes v1.18.9 dependencies (#56)" + }, + { + "SHA": "6ed3a17b", + "Subject": "Use POST instead of PUT method to push metrics into pushgateway (#55)" + }, + { + "SHA": "1cff3b6b", + "Subject": "Update Kubernetes v1.18.9 dependencies (#54)" + }, + { + "SHA": "596541c6", + "Subject": "Update repository config (#53)" + }, + { + "SHA": "64f1e392", + "Subject": "Update repository config (#52)" + }, + { + "SHA": "3b73ec67", + "Subject": "Update Kubernetes v1.18.9 dependencies (#51)" + }, + { + "SHA": "0c4ff5e6", + "Subject": "Update Kubernetes v1.18.3 dependencies (#50)" + }, + { + "SHA": "01d9fb4d", + "Subject": "Update Kubernetes v1.18.3 dependencies (#49)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md new file mode 100644 index 000000000..99168b77e --- /dev/null +++ b/releases/v2020.09.29/README.md @@ -0,0 +1,18 @@ +# Stash v2020.09.29 (2020-09-29) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.11.2](https://github.com/stashed/apimachinery/releases/tag/v0.11.2) + +- [fdc12ac2](https://github.com/stashed/apimachinery/commit/fdc12ac2) Update Kubernetes v1.18.9 dependencies (#56) +- [6ed3a17b](https://github.com/stashed/apimachinery/commit/6ed3a17b) Use POST instead of PUT method to push metrics into pushgateway (#55) +- [1cff3b6b](https://github.com/stashed/apimachinery/commit/1cff3b6b) Update Kubernetes v1.18.9 dependencies (#54) +- [596541c6](https://github.com/stashed/apimachinery/commit/596541c6) Update repository config (#53) +- [64f1e392](https://github.com/stashed/apimachinery/commit/64f1e392) Update repository config (#52) +- [3b73ec67](https://github.com/stashed/apimachinery/commit/3b73ec67) Update Kubernetes v1.18.9 dependencies (#51) +- [0c4ff5e6](https://github.com/stashed/apimachinery/commit/0c4ff5e6) Update Kubernetes v1.18.3 dependencies (#50) +- [01d9fb4d](https://github.com/stashed/apimachinery/commit/01d9fb4d) Update Kubernetes v1.18.3 dependencies (#49) + + + From bbb5f5d10999d667f72233a3e7ea8c1e81e86635 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 08:10:29 +0000 Subject: [PATCH 03/12] 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 88d73c920..59f7a4e11 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2020.09.29](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.09.29) | 2020-09-29 | [User Guide](https://stash.run/docs/v2020.09.29) | [CHANGELOG](/releases/v2020.09.29/README.md) | 1.12+ | | [v2020.09.16](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.09.16) | 2020-09-16 | [User Guide](https://stash.run/docs/v2020.09.16) | [CHANGELOG](/releases/v2020.09.16/README.md) | 1.12+ | | [v2020.08.27](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.08.27) | 2020-08-27 | [User Guide](https://stash.run/docs/v2020.08.27) | [CHANGELOG](/releases/v2020.08.27/README.md) | 1.12+ | | [v2020.08.27-rc.0](https:/github.com/stashed/CHANGELOG/releases/tag/v2020.08.27-rc.0) | 2020-08-27 | [User Guide](https://stash.run/docs/v2020.08.27-rc.0) | [CHANGELOG](/releases/v2020.08.27-rc.0/README.md) | 1.12+ | From 40ab8a87d38134908f146eff925a26c198cd3b43 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 08:22:05 +0000 Subject: [PATCH 04/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 64 ++++++++++++++++++++++++++++- releases/v2020.09.29/README.md | 20 +++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index 14b5fe759..053c94126 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T08:10:25.623239849Z", + "release_date": "2020-09-29T08:22:05.244498199Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -47,6 +47,68 @@ ] } ] + }, + { + "url": "github.com/stashed/stash", + "releases": [ + { + "tag": "v0.11.2", + "commits": [ + { + "SHA": "ba1cb598", + "Subject": "Prepare for release v0.11.2 (#1211)" + }, + { + "SHA": "09b06beb", + "Subject": "Update Kubernetes v1.18.9 dependencies (#1209)" + }, + { + "SHA": "d0bae661", + "Subject": "Fix repository status update (#1208)" + }, + { + "SHA": "d7ee2d1e", + "Subject": "Update Kubernetes v1.18.9 dependencies (#1205)" + }, + { + "SHA": "b97403dc", + "Subject": "Update repository config (#1204)" + }, + { + "SHA": "44173b82", + "Subject": "Update repository config (#1203)" + }, + { + "SHA": "3e62cd2d", + "Subject": "Update repository config (#1202)" + }, + { + "SHA": "bfac4f0f", + "Subject": "Update Kubernetes v1.18.9 dependencies (#1201)" + }, + { + "SHA": "022c5eac", + "Subject": "Update Kubernetes v1.18.3 dependencies (#1200)" + }, + { + "SHA": "9793d44b", + "Subject": "Update README.md" + }, + { + "SHA": "2970d018", + "Subject": "Update Kubernetes v1.18.3 dependencies (#1199)" + }, + { + "SHA": "86e90746", + "Subject": "Implicitly import go.bytebuilders.dev/license-verifier" + }, + { + "SHA": "8acf60c2", + "Subject": "Update README.md" + } + ] + } + ] } ] } diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index 99168b77e..aa346a8d2 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -16,3 +16,23 @@ +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.11.2](https://github.com/stashed/stash/releases/tag/v0.11.2) + +- [ba1cb598](https://github.com/stashed/stash/commit/ba1cb598) Prepare for release v0.11.2 (#1211) +- [09b06beb](https://github.com/stashed/stash/commit/09b06beb) Update Kubernetes v1.18.9 dependencies (#1209) +- [d0bae661](https://github.com/stashed/stash/commit/d0bae661) Fix repository status update (#1208) +- [d7ee2d1e](https://github.com/stashed/stash/commit/d7ee2d1e) Update Kubernetes v1.18.9 dependencies (#1205) +- [b97403dc](https://github.com/stashed/stash/commit/b97403dc) Update repository config (#1204) +- [44173b82](https://github.com/stashed/stash/commit/44173b82) Update repository config (#1203) +- [3e62cd2d](https://github.com/stashed/stash/commit/3e62cd2d) Update repository config (#1202) +- [bfac4f0f](https://github.com/stashed/stash/commit/bfac4f0f) Update Kubernetes v1.18.9 dependencies (#1201) +- [022c5eac](https://github.com/stashed/stash/commit/022c5eac) Update Kubernetes v1.18.3 dependencies (#1200) +- [9793d44b](https://github.com/stashed/stash/commit/9793d44b) Update README.md +- [2970d018](https://github.com/stashed/stash/commit/2970d018) Update Kubernetes v1.18.3 dependencies (#1199) +- [86e90746](https://github.com/stashed/stash/commit/86e90746) Implicitly import go.bytebuilders.dev/license-verifier +- [8acf60c2](https://github.com/stashed/stash/commit/8acf60c2) Update README.md + + + From 0d96a02a9b2bd8f4f9b442a4ccd21334a7622c9c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 08:46:40 +0000 Subject: [PATCH 05/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2020.09.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index 053c94126..b7b723092 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,11 +1,41 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T08:22:05.244498199Z", + "release_date": "2020-09-29T08:46:40.213504498Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", "projects": [ + { + "url": "github.com/appscode/stash-enterprise", + "releases": [ + { + "tag": "v0.11.2", + "commits": [ + { + "SHA": "b6b0c6ac", + "Subject": "Prepare for release v0.11.2 (#28)" + }, + { + "SHA": "281b513c", + "Subject": "Fix database auto-backup + Repository status update (#27)" + }, + { + "SHA": "10da79b8", + "Subject": "Update repository config (#26)" + }, + { + "SHA": "0aecb235", + "Subject": "Update repository config (#25)" + }, + { + "SHA": "81726ec5", + "Subject": "Update features table" + } + ] + } + ] + }, { "url": "github.com/stashed/apimachinery", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index aa346a8d2..c55aca264 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -1,6 +1,18 @@ # Stash v2020.09.29 (2020-09-29) +## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) + +### [v0.11.2](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.2) + +- [b6b0c6ac](https://github.com/appscode/stash-enterprise/commit/b6b0c6ac) Prepare for release v0.11.2 (#28) +- [281b513c](https://github.com/appscode/stash-enterprise/commit/281b513c) Fix database auto-backup + Repository status update (#27) +- [10da79b8](https://github.com/appscode/stash-enterprise/commit/10da79b8) Update repository config (#26) +- [0aecb235](https://github.com/appscode/stash-enterprise/commit/0aecb235) Update repository config (#25) +- [81726ec5](https://github.com/appscode/stash-enterprise/commit/81726ec5) Update features table + + + ## [stashed/apimachinery](https://github.com/stashed/apimachinery) ### [v0.11.2](https://github.com/stashed/apimachinery/releases/tag/v0.11.2) From 391aea2700d860fa49b72f6757689c5372d68cc3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 08:53:57 +0000 Subject: [PATCH 06/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 44 ++++++++++++++++++++++++++++- releases/v2020.09.29/README.md | 15 ++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index b7b723092..c17746b0e 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T08:46:40.213504498Z", + "release_date": "2020-09-29T08:53:57.530254005Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -78,6 +78,48 @@ } ] }, + { + "url": "github.com/stashed/cli", + "releases": [ + { + "tag": "v0.11.2", + "commits": [ + { + "SHA": "9566b46", + "Subject": "Prepare for release v0.11.2 (#56)" + }, + { + "SHA": "8eab6d9", + "Subject": "Update Kubernetes v1.18.9 dependencies (#55)" + }, + { + "SHA": "91ae713", + "Subject": "Update Kubernetes v1.18.9 dependencies (#54)" + }, + { + "SHA": "ae36a24", + "Subject": "Update repository config (#53)" + }, + { + "SHA": "a2f4793", + "Subject": "Update Kubernetes v1.18.9 dependencies (#52)" + }, + { + "SHA": "6edbe6d", + "Subject": "Update Kubernetes v1.18.3 dependencies (#51)" + }, + { + "SHA": "37eee1c", + "Subject": "Update Kubernetes v1.18.3 dependencies (#50)" + }, + { + "SHA": "7045e6b", + "Subject": "Update Kubernetes v1.18.3 dependencies (#49)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index c55aca264..ada7b15ec 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -28,6 +28,21 @@ +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.11.2](https://github.com/stashed/cli/releases/tag/v0.11.2) + +- [9566b46](https://github.com/stashed/cli/commit/9566b46) Prepare for release v0.11.2 (#56) +- [8eab6d9](https://github.com/stashed/cli/commit/8eab6d9) Update Kubernetes v1.18.9 dependencies (#55) +- [91ae713](https://github.com/stashed/cli/commit/91ae713) Update Kubernetes v1.18.9 dependencies (#54) +- [ae36a24](https://github.com/stashed/cli/commit/ae36a24) Update repository config (#53) +- [a2f4793](https://github.com/stashed/cli/commit/a2f4793) Update Kubernetes v1.18.9 dependencies (#52) +- [6edbe6d](https://github.com/stashed/cli/commit/6edbe6d) Update Kubernetes v1.18.3 dependencies (#51) +- [37eee1c](https://github.com/stashed/cli/commit/37eee1c) Update Kubernetes v1.18.3 dependencies (#50) +- [7045e6b](https://github.com/stashed/cli/commit/7045e6b) Update Kubernetes v1.18.3 dependencies (#49) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.11.2](https://github.com/stashed/stash/releases/tag/v0.11.2) From 3618f7f7ab141862e43c33b2489876122dd65c80 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 09:12:20 +0000 Subject: [PATCH 07/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 48 ++++++++++++++++++++++++++++- releases/v2020.09.29/README.md | 16 ++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index c17746b0e..5263e9d96 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T08:53:57.530254005Z", + "release_date": "2020-09-29T09:12:20.620537301Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -120,6 +120,52 @@ } ] }, + { + "url": "github.com/stashed/installer", + "releases": [ + { + "tag": "v0.11.2", + "commits": [ + { + "SHA": "6b6c270", + "Subject": "Prepare for release v0.11.2 (#110)" + }, + { + "SHA": "15d8827", + "Subject": "Update Kubernetes v1.18.9 dependencies (#109)" + }, + { + "SHA": "ade81f7", + "Subject": "Update pushgateway version (#108)" + }, + { + "SHA": "4b8dcbf", + "Subject": "Update Kubernetes v1.18.9 dependencies (#107)" + }, + { + "SHA": "72b9d7d", + "Subject": "Update repository config (#106)" + }, + { + "SHA": "d4c3d9f", + "Subject": "Update repository config (#105)" + }, + { + "SHA": "a1b99bd", + "Subject": "Update Kubernetes v1.18.9 dependencies (#104)" + }, + { + "SHA": "2d13138", + "Subject": "Update Kubernetes v1.18.3 dependencies (#103)" + }, + { + "SHA": "7f17beb", + "Subject": "Update Kubernetes v1.18.3 dependencies (#102)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index ada7b15ec..21686aa5a 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -43,6 +43,22 @@ +## [stashed/installer](https://github.com/stashed/installer) + +### [v0.11.2](https://github.com/stashed/installer/releases/tag/v0.11.2) + +- [6b6c270](https://github.com/stashed/installer/commit/6b6c270) Prepare for release v0.11.2 (#110) +- [15d8827](https://github.com/stashed/installer/commit/15d8827) Update Kubernetes v1.18.9 dependencies (#109) +- [ade81f7](https://github.com/stashed/installer/commit/ade81f7) Update pushgateway version (#108) +- [4b8dcbf](https://github.com/stashed/installer/commit/4b8dcbf) Update Kubernetes v1.18.9 dependencies (#107) +- [72b9d7d](https://github.com/stashed/installer/commit/72b9d7d) Update repository config (#106) +- [d4c3d9f](https://github.com/stashed/installer/commit/d4c3d9f) Update repository config (#105) +- [a1b99bd](https://github.com/stashed/installer/commit/a1b99bd) Update Kubernetes v1.18.9 dependencies (#104) +- [2d13138](https://github.com/stashed/installer/commit/2d13138) Update Kubernetes v1.18.3 dependencies (#103) +- [7f17beb](https://github.com/stashed/installer/commit/7f17beb) Update Kubernetes v1.18.3 dependencies (#102) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.11.2](https://github.com/stashed/stash/releases/tag/v0.11.2) From aebf58b423d15d1b31c0c2332a5082e809913501 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 10:35:44 +0000 Subject: [PATCH 08/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2020.09.29/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index 5263e9d96..dba756ef7 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T09:12:20.620537301Z", + "release_date": "2020-09-29T10:35:44.692660621Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -78,6 +78,28 @@ } ] }, + { + "url": "github.com/stashed/catalog", + "releases": [ + { + "tag": "v2020.09.29", + "commits": [ + { + "SHA": "c971630", + "Subject": "Prepare for release v2020.09.29 (#41)" + }, + { + "SHA": "bacd576", + "Subject": "Update repository config (#40)" + }, + { + "SHA": "2d001cd", + "Subject": "Update repository config (#39)" + } + ] + } + ] + }, { "url": "github.com/stashed/cli", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index 21686aa5a..7e392fa68 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -28,6 +28,16 @@ +## [stashed/catalog](https://github.com/stashed/catalog) + +### [v2020.09.29](https://github.com/stashed/catalog/releases/tag/v2020.09.29) + +- [c971630](https://github.com/stashed/catalog/commit/c971630) Prepare for release v2020.09.29 (#41) +- [bacd576](https://github.com/stashed/catalog/commit/bacd576) Update repository config (#40) +- [2d001cd](https://github.com/stashed/catalog/commit/2d001cd) Update repository config (#39) + + + ## [stashed/cli](https://github.com/stashed/cli) ### [v0.11.2](https://github.com/stashed/cli/releases/tag/v0.11.2) From 6df3673fdc9821e823831d8286dbedcca728c4ba Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 10:36:30 +0000 Subject: [PATCH 09/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/docs_changelog.md | 109 +++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 releases/v2020.09.29/docs_changelog.md diff --git a/releases/v2020.09.29/docs_changelog.md b/releases/v2020.09.29/docs_changelog.md new file mode 100644 index 000000000..bfbc5f0dc --- /dev/null +++ b/releases/v2020.09.29/docs_changelog.md @@ -0,0 +1,109 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2020.09.29 + name: Changelog-v2020.09.29 + parent: welcome + weight: 20200929 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2020.09.29/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2020.09.29/ +--- + +# Stash v2020.09.29 (2020-09-29) + + +## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) + +### [v0.11.2](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.2) + +- [b6b0c6ac](https://github.com/appscode/stash-enterprise/commit/b6b0c6ac) Prepare for release v0.11.2 (#28) +- [281b513c](https://github.com/appscode/stash-enterprise/commit/281b513c) Fix database auto-backup + Repository status update (#27) +- [10da79b8](https://github.com/appscode/stash-enterprise/commit/10da79b8) Update repository config (#26) +- [0aecb235](https://github.com/appscode/stash-enterprise/commit/0aecb235) Update repository config (#25) +- [81726ec5](https://github.com/appscode/stash-enterprise/commit/81726ec5) Update features table + + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.11.2](https://github.com/stashed/apimachinery/releases/tag/v0.11.2) + +- [fdc12ac2](https://github.com/stashed/apimachinery/commit/fdc12ac2) Update Kubernetes v1.18.9 dependencies (#56) +- [6ed3a17b](https://github.com/stashed/apimachinery/commit/6ed3a17b) Use POST instead of PUT method to push metrics into pushgateway (#55) +- [1cff3b6b](https://github.com/stashed/apimachinery/commit/1cff3b6b) Update Kubernetes v1.18.9 dependencies (#54) +- [596541c6](https://github.com/stashed/apimachinery/commit/596541c6) Update repository config (#53) +- [64f1e392](https://github.com/stashed/apimachinery/commit/64f1e392) Update repository config (#52) +- [3b73ec67](https://github.com/stashed/apimachinery/commit/3b73ec67) Update Kubernetes v1.18.9 dependencies (#51) +- [0c4ff5e6](https://github.com/stashed/apimachinery/commit/0c4ff5e6) Update Kubernetes v1.18.3 dependencies (#50) +- [01d9fb4d](https://github.com/stashed/apimachinery/commit/01d9fb4d) Update Kubernetes v1.18.3 dependencies (#49) + + + +## [stashed/catalog](https://github.com/stashed/catalog) + +### [v2020.09.29](https://github.com/stashed/catalog/releases/tag/v2020.09.29) + +- [c971630](https://github.com/stashed/catalog/commit/c971630) Prepare for release v2020.09.29 (#41) +- [bacd576](https://github.com/stashed/catalog/commit/bacd576) Update repository config (#40) +- [2d001cd](https://github.com/stashed/catalog/commit/2d001cd) Update repository config (#39) + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.11.2](https://github.com/stashed/cli/releases/tag/v0.11.2) + +- [9566b46](https://github.com/stashed/cli/commit/9566b46) Prepare for release v0.11.2 (#56) +- [8eab6d9](https://github.com/stashed/cli/commit/8eab6d9) Update Kubernetes v1.18.9 dependencies (#55) +- [91ae713](https://github.com/stashed/cli/commit/91ae713) Update Kubernetes v1.18.9 dependencies (#54) +- [ae36a24](https://github.com/stashed/cli/commit/ae36a24) Update repository config (#53) +- [a2f4793](https://github.com/stashed/cli/commit/a2f4793) Update Kubernetes v1.18.9 dependencies (#52) +- [6edbe6d](https://github.com/stashed/cli/commit/6edbe6d) Update Kubernetes v1.18.3 dependencies (#51) +- [37eee1c](https://github.com/stashed/cli/commit/37eee1c) Update Kubernetes v1.18.3 dependencies (#50) +- [7045e6b](https://github.com/stashed/cli/commit/7045e6b) Update Kubernetes v1.18.3 dependencies (#49) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v0.11.2](https://github.com/stashed/installer/releases/tag/v0.11.2) + +- [6b6c270](https://github.com/stashed/installer/commit/6b6c270) Prepare for release v0.11.2 (#110) +- [15d8827](https://github.com/stashed/installer/commit/15d8827) Update Kubernetes v1.18.9 dependencies (#109) +- [ade81f7](https://github.com/stashed/installer/commit/ade81f7) Update pushgateway version (#108) +- [4b8dcbf](https://github.com/stashed/installer/commit/4b8dcbf) Update Kubernetes v1.18.9 dependencies (#107) +- [72b9d7d](https://github.com/stashed/installer/commit/72b9d7d) Update repository config (#106) +- [d4c3d9f](https://github.com/stashed/installer/commit/d4c3d9f) Update repository config (#105) +- [a1b99bd](https://github.com/stashed/installer/commit/a1b99bd) Update Kubernetes v1.18.9 dependencies (#104) +- [2d13138](https://github.com/stashed/installer/commit/2d13138) Update Kubernetes v1.18.3 dependencies (#103) +- [7f17beb](https://github.com/stashed/installer/commit/7f17beb) Update Kubernetes v1.18.3 dependencies (#102) + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.11.2](https://github.com/stashed/stash/releases/tag/v0.11.2) + +- [ba1cb598](https://github.com/stashed/stash/commit/ba1cb598) Prepare for release v0.11.2 (#1211) +- [09b06beb](https://github.com/stashed/stash/commit/09b06beb) Update Kubernetes v1.18.9 dependencies (#1209) +- [d0bae661](https://github.com/stashed/stash/commit/d0bae661) Fix repository status update (#1208) +- [d7ee2d1e](https://github.com/stashed/stash/commit/d7ee2d1e) Update Kubernetes v1.18.9 dependencies (#1205) +- [b97403dc](https://github.com/stashed/stash/commit/b97403dc) Update repository config (#1204) +- [44173b82](https://github.com/stashed/stash/commit/44173b82) Update repository config (#1203) +- [3e62cd2d](https://github.com/stashed/stash/commit/3e62cd2d) Update repository config (#1202) +- [bfac4f0f](https://github.com/stashed/stash/commit/bfac4f0f) Update Kubernetes v1.18.9 dependencies (#1201) +- [022c5eac](https://github.com/stashed/stash/commit/022c5eac) Update Kubernetes v1.18.3 dependencies (#1200) +- [9793d44b](https://github.com/stashed/stash/commit/9793d44b) Update README.md +- [2970d018](https://github.com/stashed/stash/commit/2970d018) Update Kubernetes v1.18.3 dependencies (#1199) +- [86e90746](https://github.com/stashed/stash/commit/86e90746) Implicitly import go.bytebuilders.dev/license-verifier +- [8acf60c2](https://github.com/stashed/stash/commit/8acf60c2) Update README.md + + + + From 42320c05445dab31ffa9d819fef46287f8626c3e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 10:46:52 +0000 Subject: [PATCH 10/12] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/docs_changelog.md | 109 ------------------------- 1 file changed, 109 deletions(-) delete mode 100644 releases/v2020.09.29/docs_changelog.md diff --git a/releases/v2020.09.29/docs_changelog.md b/releases/v2020.09.29/docs_changelog.md deleted file mode 100644 index bfbc5f0dc..000000000 --- a/releases/v2020.09.29/docs_changelog.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: Changelog | Stash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-stash-v2020.09.29 - name: Changelog-v2020.09.29 - parent: welcome - weight: 20200929 -product_name: stash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2020.09.29/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2020.09.29/ ---- - -# Stash v2020.09.29 (2020-09-29) - - -## [appscode/stash-enterprise](https://github.com/appscode/stash-enterprise) - -### [v0.11.2](https://github.com/appscode/stash-enterprise/releases/tag/v0.11.2) - -- [b6b0c6ac](https://github.com/appscode/stash-enterprise/commit/b6b0c6ac) Prepare for release v0.11.2 (#28) -- [281b513c](https://github.com/appscode/stash-enterprise/commit/281b513c) Fix database auto-backup + Repository status update (#27) -- [10da79b8](https://github.com/appscode/stash-enterprise/commit/10da79b8) Update repository config (#26) -- [0aecb235](https://github.com/appscode/stash-enterprise/commit/0aecb235) Update repository config (#25) -- [81726ec5](https://github.com/appscode/stash-enterprise/commit/81726ec5) Update features table - - - -## [stashed/apimachinery](https://github.com/stashed/apimachinery) - -### [v0.11.2](https://github.com/stashed/apimachinery/releases/tag/v0.11.2) - -- [fdc12ac2](https://github.com/stashed/apimachinery/commit/fdc12ac2) Update Kubernetes v1.18.9 dependencies (#56) -- [6ed3a17b](https://github.com/stashed/apimachinery/commit/6ed3a17b) Use POST instead of PUT method to push metrics into pushgateway (#55) -- [1cff3b6b](https://github.com/stashed/apimachinery/commit/1cff3b6b) Update Kubernetes v1.18.9 dependencies (#54) -- [596541c6](https://github.com/stashed/apimachinery/commit/596541c6) Update repository config (#53) -- [64f1e392](https://github.com/stashed/apimachinery/commit/64f1e392) Update repository config (#52) -- [3b73ec67](https://github.com/stashed/apimachinery/commit/3b73ec67) Update Kubernetes v1.18.9 dependencies (#51) -- [0c4ff5e6](https://github.com/stashed/apimachinery/commit/0c4ff5e6) Update Kubernetes v1.18.3 dependencies (#50) -- [01d9fb4d](https://github.com/stashed/apimachinery/commit/01d9fb4d) Update Kubernetes v1.18.3 dependencies (#49) - - - -## [stashed/catalog](https://github.com/stashed/catalog) - -### [v2020.09.29](https://github.com/stashed/catalog/releases/tag/v2020.09.29) - -- [c971630](https://github.com/stashed/catalog/commit/c971630) Prepare for release v2020.09.29 (#41) -- [bacd576](https://github.com/stashed/catalog/commit/bacd576) Update repository config (#40) -- [2d001cd](https://github.com/stashed/catalog/commit/2d001cd) Update repository config (#39) - - - -## [stashed/cli](https://github.com/stashed/cli) - -### [v0.11.2](https://github.com/stashed/cli/releases/tag/v0.11.2) - -- [9566b46](https://github.com/stashed/cli/commit/9566b46) Prepare for release v0.11.2 (#56) -- [8eab6d9](https://github.com/stashed/cli/commit/8eab6d9) Update Kubernetes v1.18.9 dependencies (#55) -- [91ae713](https://github.com/stashed/cli/commit/91ae713) Update Kubernetes v1.18.9 dependencies (#54) -- [ae36a24](https://github.com/stashed/cli/commit/ae36a24) Update repository config (#53) -- [a2f4793](https://github.com/stashed/cli/commit/a2f4793) Update Kubernetes v1.18.9 dependencies (#52) -- [6edbe6d](https://github.com/stashed/cli/commit/6edbe6d) Update Kubernetes v1.18.3 dependencies (#51) -- [37eee1c](https://github.com/stashed/cli/commit/37eee1c) Update Kubernetes v1.18.3 dependencies (#50) -- [7045e6b](https://github.com/stashed/cli/commit/7045e6b) Update Kubernetes v1.18.3 dependencies (#49) - - - -## [stashed/installer](https://github.com/stashed/installer) - -### [v0.11.2](https://github.com/stashed/installer/releases/tag/v0.11.2) - -- [6b6c270](https://github.com/stashed/installer/commit/6b6c270) Prepare for release v0.11.2 (#110) -- [15d8827](https://github.com/stashed/installer/commit/15d8827) Update Kubernetes v1.18.9 dependencies (#109) -- [ade81f7](https://github.com/stashed/installer/commit/ade81f7) Update pushgateway version (#108) -- [4b8dcbf](https://github.com/stashed/installer/commit/4b8dcbf) Update Kubernetes v1.18.9 dependencies (#107) -- [72b9d7d](https://github.com/stashed/installer/commit/72b9d7d) Update repository config (#106) -- [d4c3d9f](https://github.com/stashed/installer/commit/d4c3d9f) Update repository config (#105) -- [a1b99bd](https://github.com/stashed/installer/commit/a1b99bd) Update Kubernetes v1.18.9 dependencies (#104) -- [2d13138](https://github.com/stashed/installer/commit/2d13138) Update Kubernetes v1.18.3 dependencies (#103) -- [7f17beb](https://github.com/stashed/installer/commit/7f17beb) Update Kubernetes v1.18.3 dependencies (#102) - - - -## [stashed/stash](https://github.com/stashed/stash) - -### [v0.11.2](https://github.com/stashed/stash/releases/tag/v0.11.2) - -- [ba1cb598](https://github.com/stashed/stash/commit/ba1cb598) Prepare for release v0.11.2 (#1211) -- [09b06beb](https://github.com/stashed/stash/commit/09b06beb) Update Kubernetes v1.18.9 dependencies (#1209) -- [d0bae661](https://github.com/stashed/stash/commit/d0bae661) Fix repository status update (#1208) -- [d7ee2d1e](https://github.com/stashed/stash/commit/d7ee2d1e) Update Kubernetes v1.18.9 dependencies (#1205) -- [b97403dc](https://github.com/stashed/stash/commit/b97403dc) Update repository config (#1204) -- [44173b82](https://github.com/stashed/stash/commit/44173b82) Update repository config (#1203) -- [3e62cd2d](https://github.com/stashed/stash/commit/3e62cd2d) Update repository config (#1202) -- [bfac4f0f](https://github.com/stashed/stash/commit/bfac4f0f) Update Kubernetes v1.18.9 dependencies (#1201) -- [022c5eac](https://github.com/stashed/stash/commit/022c5eac) Update Kubernetes v1.18.3 dependencies (#1200) -- [9793d44b](https://github.com/stashed/stash/commit/9793d44b) Update README.md -- [2970d018](https://github.com/stashed/stash/commit/2970d018) Update Kubernetes v1.18.3 dependencies (#1199) -- [86e90746](https://github.com/stashed/stash/commit/86e90746) Implicitly import go.bytebuilders.dev/license-verifier -- [8acf60c2](https://github.com/stashed/stash/commit/8acf60c2) Update README.md - - - - From 771f2dd5395b0e9f5faa0aaeebcfe790614473c0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 10:57:15 +0000 Subject: [PATCH 11/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 16 +++++++++++++++- releases/v2020.09.29/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index dba756ef7..350b57e2d 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T10:35:44.692660621Z", + "release_date": "2020-09-29T10:57:15.749023416Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -142,6 +142,20 @@ } ] }, + { + "url": "github.com/stashed/docs", + "releases": [ + { + "tag": "v2020.09.29", + "commits": [ + { + "SHA": "e22a799", + "Subject": "Prepare for release v2020.09.29 (#102)" + } + ] + } + ] + }, { "url": "github.com/stashed/installer", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index 7e392fa68..745d02f1b 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -53,6 +53,14 @@ +## [stashed/docs](https://github.com/stashed/docs) + +### [v2020.09.29](https://github.com/stashed/docs/releases/tag/v2020.09.29) + +- [e22a799](https://github.com/stashed/docs/commit/e22a799) Prepare for release v2020.09.29 (#102) + + + ## [stashed/installer](https://github.com/stashed/installer) ### [v0.11.2](https://github.com/stashed/installer/releases/tag/v0.11.2) From 1ef88914c41dedded8ab10ffae8a7ac9976bd1c0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Sep 2020 11:06:24 +0000 Subject: [PATCH 12/12] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2020.09.29/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2020.09.29/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2020.09.29/CHANGELOG.json b/releases/v2020.09.29/CHANGELOG.json index 350b57e2d..c83bd0b1b 100644 --- a/releases/v2020.09.29/CHANGELOG.json +++ b/releases/v2020.09.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2020.09.29", - "release_date": "2020-09-29T10:57:15.749023416Z", + "release_date": "2020-09-29T11:06:24.692785606Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2020.09.29", "kubernetes_version": "1.12+", @@ -78,6 +78,28 @@ } ] }, + { + "url": "github.com/stashed/bundles", + "releases": [ + { + "tag": "v2020.09.29", + "commits": [ + { + "SHA": "41d7635", + "Subject": "Prepare for release v2020.09.29 (#19)" + }, + { + "SHA": "ea386fe", + "Subject": "Update repository config (#18)" + }, + { + "SHA": "4b71a5d", + "Subject": "Update repository config (#17)" + } + ] + } + ] + }, { "url": "github.com/stashed/catalog", "releases": [ diff --git a/releases/v2020.09.29/README.md b/releases/v2020.09.29/README.md index 745d02f1b..4f834af54 100644 --- a/releases/v2020.09.29/README.md +++ b/releases/v2020.09.29/README.md @@ -28,6 +28,16 @@ +## [stashed/bundles](https://github.com/stashed/bundles) + +### [v2020.09.29](https://github.com/stashed/bundles/releases/tag/v2020.09.29) + +- [41d7635](https://github.com/stashed/bundles/commit/41d7635) Prepare for release v2020.09.29 (#19) +- [ea386fe](https://github.com/stashed/bundles/commit/ea386fe) Update repository config (#18) +- [4b71a5d](https://github.com/stashed/bundles/commit/4b71a5d) Update repository config (#17) + + + ## [stashed/catalog](https://github.com/stashed/catalog) ### [v2020.09.29](https://github.com/stashed/catalog/releases/tag/v2020.09.29)