From cfcf506bf9db2e5ae1721902a4b59b5162335cf5 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 29 Mar 2022 10:14:29 -0700 Subject: [PATCH 01/50] Release: v2022.03.29 Signed-off-by: Tamal Saha --- releases/v2022.03.29/release.json | 271 ++++++++++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 releases/v2022.03.29/release.json diff --git a/releases/v2022.03.29/release.json b/releases/v2022.03.29/release.json new file mode 100644 index 000000000..ea892e13a --- /dev/null +++ b/releases/v2022.03.29/release.json @@ -0,0 +1,271 @@ +{ + "product_line": "Stash", + "release": "v2022.03.29", + "docs_url_template": "https://stash.run/docs/%s", + "kubernetes_version": "1.16+", + "projects": [ + { + "github.com/stashed/apimachinery": { + "tag": "v0.19.0", + "chartNames": [ + "stash-crds" + ] + } + }, + { + "github.com/stashed/stash": { + "key": "stash-community", + "tag": "v0.19.0", + "chartNames": [ + "stash-community" + ] + } + }, + { + "github.com/stashed/enterprise": { + "key": "stash-enterprise", + "tag": "v0.19.0", + "chartNames": [ + "stash-enterprise", + "stash-catalog" + ] + } + }, + { + "github.com/stashed/cli": { + "key": "stash-cli", + "tag": "v0.19.0" + }, + "github.com/stashed/ui-server": { + "key": "stash-ui-server", + "tag": "v0.2.0" + } + }, + { + "github.com/stashed/postgres": { + "key": "stash-postgres", + "tags": { + "10.14-v14": "release-10.14", + "11.9-v14": "release-11.9", + "12.4-v14": "release-12.4", + "13.1-v11": "release-13.1", + "14.0-v3": "release-14.0", + "9.6.19-v14": "release-9.6.19" + } + } + }, + { + "github.com/stashed/elasticsearch": { + "key": "stash-elasticsearch", + "tags": { + "5.6.4-v16": "release-5.6.4", + "6.2.4-v16": "release-6.2.4", + "6.3.0-v16": "release-6.3.0", + "6.4.0-v16": "release-6.4.0", + "6.5.3-v16": "release-6.5.3", + "6.8.0-v16": "release-6.8.0", + "7.14.0-v2": "release-7.14.0", + "7.2.0-v16": "release-7.2.0", + "7.3.2-v16": "release-7.3.2" + } + } + }, + { + "github.com/stashed/mongodb": { + "key": "stash-mongodb", + "tags": { + "3.4.17-v15": "release-3.4.17", + "3.4.22-v15": "release-3.4.22", + "3.6.13-v15": "release-3.6.13", + "3.6.8-v15": "release-3.6.8", + "4.0.11-v15": "release-4.0.11", + "4.0.3-v15": "release-4.0.3", + "4.0.5-v15": "release-4.0.5", + "4.1.13-v15": "release-4.1.13", + "4.1.4-v15": "release-4.1.4", + "4.1.7-v15": "release-4.1.7", + "4.2.3-v15": "release-4.2.3", + "4.4.6-v6": "release-4.4.6", + "5.0.3-v3": "release-5.0.3" + } + } + }, + { + "github.com/stashed/mysql": { + "key": "stash-mysql", + "tags": { + "5.7.25-v16": "release-5.7.25", + "8.0.14-v16": "release-8.0.14", + "8.0.21-v10": "release-8.0.21", + "8.0.3-v16": "release-8.0.3" + } + } + }, + { + "github.com/stashed/mariadb": { + "key": "stash-mariadb", + "tags": { + "10.5.8-v9": "release-10.5.8" + } + } + }, + { + "github.com/stashed/redis": { + "key": "stash-redis", + "tags": { + "5.0.13-v4": "release-5.0.13", + "6.2.5-v4": "release-6.2.5" + } + } + }, + { + "github.com/stashed/percona-xtradb": { + "key": "stash-percona-xtradb", + "tags": { + "5.7-v11": "release-5.7" + } + } + }, + { + "github.com/stashed/nats": { + "key": "stash-nats", + "tags": { + "2.6.1-v3": "release-2.6.1" + } + } + }, + { + "github.com/stashed/etcd": { + "key": "stash-etcd", + "tags": { + "3.5.0-v3": "release-3.5.0" + } + } + }, + { + "github.com/stashed/installer": { + "key": "stash-installer", + "tag": "v2022.03.29", + "commands": [ + "./hack/scripts/import-crds.sh", + "make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-stash-community CHART_VERSION=${STASHED_STASH_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-stash-enterprise CHART_VERSION=${STASHED_ENTERPRISE_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-stash-ui-server CHART_VERSION=${STASHED_UI_SERVER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "release-automaton stash gen-catalog --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --catalog-file=${WORKSPACE}/catalog/catalog.json", + "make gen fmt", + "./hack/scripts/update-chart-dependencies.sh" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/appscode/charts": { + "charts": [ + "github.com/stashed/installer" + ], + "changelog": "Skip" + } + }, + { + "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": "v2022.03.29", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/stashed/website": { + "tag": "v2022.03.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": "v2022.03.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": { + "commands": [ + "make fmt" + ] + }, + "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": {} + } +} \ No newline at end of file From 832123225556841297bf0639bfc0ab62bfc1ced2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 17:15:59 +0000 Subject: [PATCH 02/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 60 +++++++++++++++++++++++++++++ releases/v2022.03.29/README.md | 20 ++++++++++ 2 files changed, 80 insertions(+) create mode 100644 releases/v2022.03.29/CHANGELOG.json create mode 100644 releases/v2022.03.29/README.md diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json new file mode 100644 index 000000000..5ad56e54a --- /dev/null +++ b/releases/v2022.03.29/CHANGELOG.json @@ -0,0 +1,60 @@ +{ + "product_line": "Stash", + "release": "v2022.03.29", + "release_date": "2022-03-29T17:15:59.467143671Z", + "release_project_url": "https://github.com/stashed/CHANGELOG", + "docs_url": "https://stash.run/docs/v2022.03.29", + "kubernetes_version": "1.16+", + "projects": [ + { + "url": "github.com/stashed/apimachinery", + "releases": [ + { + "tag": "v0.19.0", + "commits": [ + { + "SHA": "6508ad7e", + "Subject": "Make calculateBackupInvokerPhase() public (#163)" + }, + { + "SHA": "9db91ba2", + "Subject": "Update Modules (#161)" + }, + { + "SHA": "31979993", + "Subject": "Use restic 0.13.0 (#162)" + }, + { + "SHA": "94de58f7", + "Subject": "Add cross-namespace support to Auto-Backup. (#159)" + }, + { + "SHA": "64b22c52", + "Subject": "Make Secret Key Optional for GCS, S3 Provider, and Azure (#160)" + }, + { + "SHA": "84656cc2", + "Subject": "Use Go 1.18 (#157)" + }, + { + "SHA": "c5658a77", + "Subject": "Update UID generation for GenericResource (#158)" + }, + { + "SHA": "7df8eca4", + "Subject": "Fix Pending phase calculation (#155)" + }, + { + "SHA": "dc76c985", + "Subject": "Add hook executor helper package (#153)" + }, + { + "SHA": "d3d5fb01", + "Subject": "make fmt (#154)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md new file mode 100644 index 000000000..24c03f527 --- /dev/null +++ b/releases/v2022.03.29/README.md @@ -0,0 +1,20 @@ +# Stash v2022.03.29 (2022-03-29) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.19.0](https://github.com/stashed/apimachinery/releases/tag/v0.19.0) + +- [6508ad7e](https://github.com/stashed/apimachinery/commit/6508ad7e) Make calculateBackupInvokerPhase() public (#163) +- [9db91ba2](https://github.com/stashed/apimachinery/commit/9db91ba2) Update Modules (#161) +- [31979993](https://github.com/stashed/apimachinery/commit/31979993) Use restic 0.13.0 (#162) +- [94de58f7](https://github.com/stashed/apimachinery/commit/94de58f7) Add cross-namespace support to Auto-Backup. (#159) +- [64b22c52](https://github.com/stashed/apimachinery/commit/64b22c52) Make Secret Key Optional for GCS, S3 Provider, and Azure (#160) +- [84656cc2](https://github.com/stashed/apimachinery/commit/84656cc2) Use Go 1.18 (#157) +- [c5658a77](https://github.com/stashed/apimachinery/commit/c5658a77) Update UID generation for GenericResource (#158) +- [7df8eca4](https://github.com/stashed/apimachinery/commit/7df8eca4) Fix Pending phase calculation (#155) +- [dc76c985](https://github.com/stashed/apimachinery/commit/dc76c985) Add hook executor helper package (#153) +- [d3d5fb01](https://github.com/stashed/apimachinery/commit/d3d5fb01) make fmt (#154) + + + From ae9e64be0412797dd935929b1298c0d9e8f1c235 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 17:16:01 +0000 Subject: [PATCH 03/50] 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 fd726b81e..28203e523 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2022.03.29](https:/github.com/stashed/CHANGELOG/releases/tag/v2022.03.29) | 2022-03-29 | [User Guide](https://stash.run/docs/v2022.03.29) | [CHANGELOG](/releases/v2022.03.29/README.md) | 1.16+ | | [v2022.02.22](https:/github.com/stashed/CHANGELOG/releases/tag/v2022.02.22) | 2022-02-11 | [User Guide](https://stash.run/docs/v2022.02.22) | [CHANGELOG](/releases/v2022.02.22/README.md) | 1.16+ | | [v2021.11.24](https:/github.com/stashed/CHANGELOG/releases/tag/v2021.11.24) | 2021-11-24 | [User Guide](https://stash.run/docs/v2021.11.24) | [CHANGELOG](/releases/v2021.11.24/README.md) | 1.16+ | | [v2021.10.11](https:/github.com/stashed/CHANGELOG/releases/tag/v2021.10.11) | 2021-10-09 | [User Guide](https://stash.run/docs/v2021.10.11) | [CHANGELOG](/releases/v2021.10.11/README.md) | 1.16+ | From ef0aa67c830ecaa2a19d5c5ab5c270644977a07c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 17:32:42 +0000 Subject: [PATCH 04/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 11 ++++++++++- releases/v2022.03.29/README.md | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 5ad56e54a..311721861 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T17:15:59.467143671Z", + "release_date": "2022-03-29T17:32:42.877191659Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -55,6 +55,15 @@ ] } ] + }, + { + "url": "github.com/stashed/stash", + "releases": [ + { + "tag": "v0.19.0", + "commits": null + } + ] } ] } diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 24c03f527..ce9bb7c47 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -18,3 +18,10 @@ +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) + + + + From 80abcd117704e95154aa56fdd1c10f59594cb053 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:05:03 +0000 Subject: [PATCH 05/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 11 ++++++++++- releases/v2022.03.29/README.md | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 311721861..cd39779b2 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T17:32:42.877191659Z", + "release_date": "2022-03-29T18:05:03.21360259Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -56,6 +56,15 @@ } ] }, + { + "url": "github.com/stashed/enterprise", + "releases": [ + { + "tag": "v0.19.0", + "commits": null + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index ce9bb7c47..8ba9c0324 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -18,6 +18,13 @@ +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.19.0](https://github.com/stashed/enterprise/releases/tag/v0.19.0) + + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) From 7410f82a7f99511e8e1d1e9a2d38e9e0cc4891cd Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:14:26 +0000 Subject: [PATCH 06/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index cd39779b2..d201d556d 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:05:03.21360259Z", + "release_date": "2022-03-29T18:14:26.856245176Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -73,6 +73,28 @@ "commits": null } ] + }, + { + "url": "github.com/stashed/ui-server", + "releases": [ + { + "tag": "v0.2.0", + "commits": [ + { + "SHA": "652ae72", + "Subject": "Prepare for release v0.2.0 (#13)" + }, + { + "SHA": "3270566", + "Subject": "Use Go 1.18 (#12)" + }, + { + "SHA": "9963c7b", + "Subject": "Use Go 1.18 (#11)" + } + ] + } + ] } ] } diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 8ba9c0324..aff295d3f 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -32,3 +32,13 @@ +## [stashed/ui-server](https://github.com/stashed/ui-server) + +### [v0.2.0](https://github.com/stashed/ui-server/releases/tag/v0.2.0) + +- [652ae72](https://github.com/stashed/ui-server/commit/652ae72) Prepare for release v0.2.0 (#13) +- [3270566](https://github.com/stashed/ui-server/commit/3270566) Use Go 1.18 (#12) +- [9963c7b](https://github.com/stashed/ui-server/commit/9963c7b) Use Go 1.18 (#11) + + + From d7d3da21e72ff62ec8d763b14eeb22e2524e589c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:14:51 +0000 Subject: [PATCH 07/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 36 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index d201d556d..f554f598f 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:14:26.856245176Z", + "release_date": "2022-03-29T18:14:51.19746748Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -56,6 +56,40 @@ } ] }, + { + "url": "github.com/stashed/cli", + "releases": [ + { + "tag": "v0.19.0", + "commits": [ + { + "SHA": "896c6cb1", + "Subject": "Prepare for release v0.19.0 (#160)" + }, + { + "SHA": "72fa7812", + "Subject": "Use restic 0.13.0 (#159)" + }, + { + "SHA": "aa89dd42", + "Subject": "Use Go 1.18 (#158)" + }, + { + "SHA": "bd6a3a15", + "Subject": "Use Go 1.18 (#157)" + }, + { + "SHA": "8399b7e5", + "Subject": "Add debug helper commands (#154)" + }, + { + "SHA": "ea950f22", + "Subject": "make fmt (#156)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index aff295d3f..2bea74841 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -18,6 +18,19 @@ +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.19.0](https://github.com/stashed/cli/releases/tag/v0.19.0) + +- [896c6cb1](https://github.com/stashed/cli/commit/896c6cb1) Prepare for release v0.19.0 (#160) +- [72fa7812](https://github.com/stashed/cli/commit/72fa7812) Use restic 0.13.0 (#159) +- [aa89dd42](https://github.com/stashed/cli/commit/aa89dd42) Use Go 1.18 (#158) +- [bd6a3a15](https://github.com/stashed/cli/commit/bd6a3a15) Use Go 1.18 (#157) +- [8399b7e5](https://github.com/stashed/cli/commit/8399b7e5) Add debug helper commands (#154) +- [ea950f22](https://github.com/stashed/cli/commit/ea950f22) make fmt (#156) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.19.0](https://github.com/stashed/enterprise/releases/tag/v0.19.0) From 46c78207acb26cad20e43f013cf455f1dfe31be4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:45 +0000 Subject: [PATCH 08/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index f554f598f..05c1bbdfd 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:14:51.19746748Z", + "release_date": "2022-03-29T18:25:45.816578825Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -99,6 +99,36 @@ } ] }, + { + "url": "github.com/stashed/postgres", + "releases": [ + { + "tag": "10.14-v14", + "commits": [ + { + "SHA": "44834ce7", + "Subject": "Prepare for release 10.14-v14 (#1020)" + }, + { + "SHA": "49e26c7b", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1014) (#1015)" + }, + { + "SHA": "671ede8a", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1008)" + }, + { + "SHA": "9aff959d", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1001)" + }, + { + "SHA": "eed7e597", + "Subject": "[cherry-pick] make fmt (#993) (#994)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 2bea74841..83b1a1c4a 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -38,6 +38,18 @@ +## [stashed/postgres](https://github.com/stashed/postgres) + +### [10.14-v14](https://github.com/stashed/postgres/releases/tag/10.14-v14) + +- [44834ce7](https://github.com/stashed/postgres/commit/44834ce7) Prepare for release 10.14-v14 (#1020) +- [49e26c7b](https://github.com/stashed/postgres/commit/49e26c7b) [cherry-pick] Use restic 0.13.0 (#1014) (#1015) +- [671ede8a](https://github.com/stashed/postgres/commit/671ede8a) [cherry-pick] Use Go 1.18 (#1007) (#1008) +- [9aff959d](https://github.com/stashed/postgres/commit/9aff959d) [cherry-pick] Use Go 1.18 (#1000) (#1001) +- [eed7e597](https://github.com/stashed/postgres/commit/eed7e597) [cherry-pick] make fmt (#993) (#994) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) From 23ca816af265d9feb20d9a2ee643e0e40173ffd0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:47 +0000 Subject: [PATCH 09/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 05c1bbdfd..0347bc8e1 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:45.816578825Z", + "release_date": "2022-03-29T18:25:47.201436702Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -126,6 +126,31 @@ "Subject": "[cherry-pick] make fmt (#993) (#994)" } ] + }, + { + "tag": "11.9-v14", + "commits": [ + { + "SHA": "9cf76131", + "Subject": "Prepare for release 11.9-v14 (#1021)" + }, + { + "SHA": "86a00eab", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1014) (#1016)" + }, + { + "SHA": "c09b4c75", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1009)" + }, + { + "SHA": "61b21ca5", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1002)" + }, + { + "SHA": "767095f5", + "Subject": "[cherry-pick] make fmt (#993) (#995)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 83b1a1c4a..9a8b66760 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -49,6 +49,15 @@ - [eed7e597](https://github.com/stashed/postgres/commit/eed7e597) [cherry-pick] make fmt (#993) (#994) +### [11.9-v14](https://github.com/stashed/postgres/releases/tag/11.9-v14) + +- [9cf76131](https://github.com/stashed/postgres/commit/9cf76131) Prepare for release 11.9-v14 (#1021) +- [86a00eab](https://github.com/stashed/postgres/commit/86a00eab) [cherry-pick] Use restic 0.13.0 (#1014) (#1016) +- [c09b4c75](https://github.com/stashed/postgres/commit/c09b4c75) [cherry-pick] Use Go 1.18 (#1007) (#1009) +- [61b21ca5](https://github.com/stashed/postgres/commit/61b21ca5) [cherry-pick] Use Go 1.18 (#1000) (#1002) +- [767095f5](https://github.com/stashed/postgres/commit/767095f5) [cherry-pick] make fmt (#993) (#995) + + ## [stashed/stash](https://github.com/stashed/stash) From 1e7e287b1656f2c1fe20c395324d7852ac0d9b4a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:48 +0000 Subject: [PATCH 10/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 0347bc8e1..69345b8bf 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:47.201436702Z", + "release_date": "2022-03-29T18:25:48.542318749Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -151,6 +151,31 @@ "Subject": "[cherry-pick] make fmt (#993) (#995)" } ] + }, + { + "tag": "12.4-v14", + "commits": [ + { + "SHA": "67174902", + "Subject": "Prepare for release 12.4-v14 (#1022)" + }, + { + "SHA": "3f86c8e0", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1014) (#1017)" + }, + { + "SHA": "e3c51f56", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1010)" + }, + { + "SHA": "24676be8", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1003)" + }, + { + "SHA": "d214302e", + "Subject": "[cherry-pick] make fmt (#993) (#996)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 9a8b66760..a3a0030e3 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -58,6 +58,15 @@ - [767095f5](https://github.com/stashed/postgres/commit/767095f5) [cherry-pick] make fmt (#993) (#995) +### [12.4-v14](https://github.com/stashed/postgres/releases/tag/12.4-v14) + +- [67174902](https://github.com/stashed/postgres/commit/67174902) Prepare for release 12.4-v14 (#1022) +- [3f86c8e0](https://github.com/stashed/postgres/commit/3f86c8e0) [cherry-pick] Use restic 0.13.0 (#1014) (#1017) +- [e3c51f56](https://github.com/stashed/postgres/commit/e3c51f56) [cherry-pick] Use Go 1.18 (#1007) (#1010) +- [24676be8](https://github.com/stashed/postgres/commit/24676be8) [cherry-pick] Use Go 1.18 (#1000) (#1003) +- [d214302e](https://github.com/stashed/postgres/commit/d214302e) [cherry-pick] make fmt (#993) (#996) + + ## [stashed/stash](https://github.com/stashed/stash) From 1cfd1823f11e2b35eb6f25b1887787b9d8281ad0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:49 +0000 Subject: [PATCH 11/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 69345b8bf..5cc3d6f19 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:48.542318749Z", + "release_date": "2022-03-29T18:25:49.945567581Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -176,6 +176,31 @@ "Subject": "[cherry-pick] make fmt (#993) (#996)" } ] + }, + { + "tag": "13.1-v11", + "commits": [ + { + "SHA": "0f7020a2", + "Subject": "Prepare for release 13.1-v11 (#1023)" + }, + { + "SHA": "8f919d23", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1014) (#1018)" + }, + { + "SHA": "fe60ccc3", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1011)" + }, + { + "SHA": "723475ed", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1004)" + }, + { + "SHA": "b7a719bb", + "Subject": "[cherry-pick] make fmt (#993) (#997)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index a3a0030e3..d063318e9 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -67,6 +67,15 @@ - [d214302e](https://github.com/stashed/postgres/commit/d214302e) [cherry-pick] make fmt (#993) (#996) +### [13.1-v11](https://github.com/stashed/postgres/releases/tag/13.1-v11) + +- [0f7020a2](https://github.com/stashed/postgres/commit/0f7020a2) Prepare for release 13.1-v11 (#1023) +- [8f919d23](https://github.com/stashed/postgres/commit/8f919d23) [cherry-pick] Use restic 0.13.0 (#1014) (#1018) +- [fe60ccc3](https://github.com/stashed/postgres/commit/fe60ccc3) [cherry-pick] Use Go 1.18 (#1007) (#1011) +- [723475ed](https://github.com/stashed/postgres/commit/723475ed) [cherry-pick] Use Go 1.18 (#1000) (#1004) +- [b7a719bb](https://github.com/stashed/postgres/commit/b7a719bb) [cherry-pick] make fmt (#993) (#997) + + ## [stashed/stash](https://github.com/stashed/stash) From 115f7b7af7c0c303fb0df6e03307a67afbad5fec Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:51 +0000 Subject: [PATCH 12/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 5cc3d6f19..ff3961d3a 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:49.945567581Z", + "release_date": "2022-03-29T18:25:51.33066966Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -201,6 +201,27 @@ "Subject": "[cherry-pick] make fmt (#993) (#997)" } ] + }, + { + "tag": "14.0-v3", + "commits": [ + { + "SHA": "2bdbb796", + "Subject": "Prepare for release 14.0-v3 (#1024)" + }, + { + "SHA": "3c73aaeb", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1012)" + }, + { + "SHA": "851372a5", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1005)" + }, + { + "SHA": "a65687e4", + "Subject": "[cherry-pick] make fmt (#993) (#998)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index d063318e9..3dbae1a0e 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -76,6 +76,14 @@ - [b7a719bb](https://github.com/stashed/postgres/commit/b7a719bb) [cherry-pick] make fmt (#993) (#997) +### [14.0-v3](https://github.com/stashed/postgres/releases/tag/14.0-v3) + +- [2bdbb796](https://github.com/stashed/postgres/commit/2bdbb796) Prepare for release 14.0-v3 (#1024) +- [3c73aaeb](https://github.com/stashed/postgres/commit/3c73aaeb) [cherry-pick] Use Go 1.18 (#1007) (#1012) +- [851372a5](https://github.com/stashed/postgres/commit/851372a5) [cherry-pick] Use Go 1.18 (#1000) (#1005) +- [a65687e4](https://github.com/stashed/postgres/commit/a65687e4) [cherry-pick] make fmt (#993) (#998) + + ## [stashed/stash](https://github.com/stashed/stash) From 3f69d4f0cb4c685d0a61b0d0900d35d6de0b65f0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:25:52 +0000 Subject: [PATCH 13/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index ff3961d3a..7ed21f026 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:51.33066966Z", + "release_date": "2022-03-29T18:25:52.734011611Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -102,6 +102,31 @@ { "url": "github.com/stashed/postgres", "releases": [ + { + "tag": "9.6.19-v14", + "commits": [ + { + "SHA": "daefabc0", + "Subject": "Prepare for release 9.6.19-v14 (#1025)" + }, + { + "SHA": "cb432033", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1014) (#1019)" + }, + { + "SHA": "cdc98691", + "Subject": "[cherry-pick] Use Go 1.18 (#1007) (#1013)" + }, + { + "SHA": "f41d2233", + "Subject": "[cherry-pick] Use Go 1.18 (#1000) (#1006)" + }, + { + "SHA": "ef93027e", + "Subject": "[cherry-pick] make fmt (#993) (#999)" + } + ] + }, { "tag": "10.14-v14", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 3dbae1a0e..6f4f91a93 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -40,6 +40,15 @@ ## [stashed/postgres](https://github.com/stashed/postgres) +### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) + +- [daefabc0](https://github.com/stashed/postgres/commit/daefabc0) Prepare for release 9.6.19-v14 (#1025) +- [cb432033](https://github.com/stashed/postgres/commit/cb432033) [cherry-pick] Use restic 0.13.0 (#1014) (#1019) +- [cdc98691](https://github.com/stashed/postgres/commit/cdc98691) [cherry-pick] Use Go 1.18 (#1007) (#1013) +- [f41d2233](https://github.com/stashed/postgres/commit/f41d2233) [cherry-pick] Use Go 1.18 (#1000) (#1006) +- [ef93027e](https://github.com/stashed/postgres/commit/ef93027e) [cherry-pick] make fmt (#993) (#999) + + ### [10.14-v14](https://github.com/stashed/postgres/releases/tag/10.14-v14) - [44834ce7](https://github.com/stashed/postgres/commit/44834ce7) Prepare for release 10.14-v14 (#1020) From f4b8d35ef901708db915599c3ec005109f56d75c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:21 +0000 Subject: [PATCH 14/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 7ed21f026..62ba399c4 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:25:52.734011611Z", + "release_date": "2022-03-29T18:36:21.752768862Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -90,6 +90,36 @@ } ] }, + { + "url": "github.com/stashed/elasticsearch", + "releases": [ + { + "tag": "5.6.4-v16", + "commits": [ + { + "SHA": "d4d7b28c", + "Subject": "Prepare for release 5.6.4-v16 (#1141)" + }, + { + "SHA": "ef1aed18", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1132)" + }, + { + "SHA": "8c3054dd", + "Subject": "[cherry-pick] Use Go 1.18 (#1127) (#1128)" + }, + { + "SHA": "67b1f638", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1118)" + }, + { + "SHA": "2e9690c4", + "Subject": "[cherry-pick] make fmt (#1107) (#1108)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 6f4f91a93..648e75c44 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -31,6 +31,18 @@ +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v16](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v16) + +- [d4d7b28c](https://github.com/stashed/elasticsearch/commit/d4d7b28c) Prepare for release 5.6.4-v16 (#1141) +- [ef1aed18](https://github.com/stashed/elasticsearch/commit/ef1aed18) [cherry-pick] Use restic 0.13.0 (#1131) (#1132) +- [8c3054dd](https://github.com/stashed/elasticsearch/commit/8c3054dd) [cherry-pick] Use Go 1.18 (#1127) (#1128) +- [67b1f638](https://github.com/stashed/elasticsearch/commit/67b1f638) [cherry-pick] Use Go 1.18 (#1117) (#1118) +- [2e9690c4](https://github.com/stashed/elasticsearch/commit/2e9690c4) [cherry-pick] make fmt (#1107) (#1108) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.19.0](https://github.com/stashed/enterprise/releases/tag/v0.19.0) From c443cdb74d086811fdf07d79a47c85f5f7664229 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:23 +0000 Subject: [PATCH 15/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 62ba399c4..839fc678b 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:21.752768862Z", + "release_date": "2022-03-29T18:36:23.063672439Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -117,6 +117,31 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1108)" } ] + }, + { + "tag": "6.2.4-v16", + "commits": [ + { + "SHA": "fdaf59d4", + "Subject": "Prepare for release 6.2.4-v16 (#1142)" + }, + { + "SHA": "aece6da5", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1133)" + }, + { + "SHA": "cdfc0e3a", + "Subject": "[cherry-pick] Use Go 1.18 (#1127) (#1129)" + }, + { + "SHA": "5aba3d4c", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1119)" + }, + { + "SHA": "3f746ef0", + "Subject": "[cherry-pick] make fmt (#1107) (#1109)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 648e75c44..50f90e7f7 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -42,6 +42,15 @@ - [2e9690c4](https://github.com/stashed/elasticsearch/commit/2e9690c4) [cherry-pick] make fmt (#1107) (#1108) +### [6.2.4-v16](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v16) + +- [fdaf59d4](https://github.com/stashed/elasticsearch/commit/fdaf59d4) Prepare for release 6.2.4-v16 (#1142) +- [aece6da5](https://github.com/stashed/elasticsearch/commit/aece6da5) [cherry-pick] Use restic 0.13.0 (#1131) (#1133) +- [cdfc0e3a](https://github.com/stashed/elasticsearch/commit/cdfc0e3a) [cherry-pick] Use Go 1.18 (#1127) (#1129) +- [5aba3d4c](https://github.com/stashed/elasticsearch/commit/5aba3d4c) [cherry-pick] Use Go 1.18 (#1117) (#1119) +- [3f746ef0](https://github.com/stashed/elasticsearch/commit/3f746ef0) [cherry-pick] make fmt (#1107) (#1109) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From ca80aac0d65031c8fa2a68601185585d53ed562f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:24 +0000 Subject: [PATCH 16/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 839fc678b..a81261d99 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:23.063672439Z", + "release_date": "2022-03-29T18:36:24.623865992Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -142,6 +142,31 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1109)" } ] + }, + { + "tag": "6.3.0-v16", + "commits": [ + { + "SHA": "2c01868f", + "Subject": "Prepare for release 6.3.0-v16 (#1143)" + }, + { + "SHA": "ddc552fc", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1134)" + }, + { + "SHA": "44b784bf", + "Subject": "[cherry-pick] Use Go 1.18 (#1127) (#1130)" + }, + { + "SHA": "04256ecb", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1120)" + }, + { + "SHA": "c517829a", + "Subject": "[cherry-pick] make fmt (#1107) (#1110)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 50f90e7f7..c4f51bd48 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -51,6 +51,15 @@ - [3f746ef0](https://github.com/stashed/elasticsearch/commit/3f746ef0) [cherry-pick] make fmt (#1107) (#1109) +### [6.3.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v16) + +- [2c01868f](https://github.com/stashed/elasticsearch/commit/2c01868f) Prepare for release 6.3.0-v16 (#1143) +- [ddc552fc](https://github.com/stashed/elasticsearch/commit/ddc552fc) [cherry-pick] Use restic 0.13.0 (#1131) (#1134) +- [44b784bf](https://github.com/stashed/elasticsearch/commit/44b784bf) [cherry-pick] Use Go 1.18 (#1127) (#1130) +- [04256ecb](https://github.com/stashed/elasticsearch/commit/04256ecb) [cherry-pick] Use Go 1.18 (#1117) (#1120) +- [c517829a](https://github.com/stashed/elasticsearch/commit/c517829a) [cherry-pick] make fmt (#1107) (#1110) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 83b7f0484bb5b9f5ea192b711c1d9fa20738dcca Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:26 +0000 Subject: [PATCH 17/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index a81261d99..52231489b 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:24.623865992Z", + "release_date": "2022-03-29T18:36:26.383341704Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -167,6 +167,27 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1110)" } ] + }, + { + "tag": "6.4.0-v16", + "commits": [ + { + "SHA": "d19b0163", + "Subject": "Prepare for release 6.4.0-v16 (#1144)" + }, + { + "SHA": "d405ec80", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1135)" + }, + { + "SHA": "dd94d90a", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1121)" + }, + { + "SHA": "0f03b0bf", + "Subject": "[cherry-pick] make fmt (#1107) (#1111)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index c4f51bd48..453f7dafc 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -60,6 +60,14 @@ - [c517829a](https://github.com/stashed/elasticsearch/commit/c517829a) [cherry-pick] make fmt (#1107) (#1110) +### [6.4.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v16) + +- [d19b0163](https://github.com/stashed/elasticsearch/commit/d19b0163) Prepare for release 6.4.0-v16 (#1144) +- [d405ec80](https://github.com/stashed/elasticsearch/commit/d405ec80) [cherry-pick] Use restic 0.13.0 (#1131) (#1135) +- [dd94d90a](https://github.com/stashed/elasticsearch/commit/dd94d90a) [cherry-pick] Use Go 1.18 (#1117) (#1121) +- [0f03b0bf](https://github.com/stashed/elasticsearch/commit/0f03b0bf) [cherry-pick] make fmt (#1107) (#1111) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 2e9fff712592f775d80d0cc23d80177f7c1189ea Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:28 +0000 Subject: [PATCH 18/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 52231489b..a1f3abef8 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:26.383341704Z", + "release_date": "2022-03-29T18:36:28.087418833Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -188,6 +188,27 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1111)" } ] + }, + { + "tag": "6.5.3-v16", + "commits": [ + { + "SHA": "96a2ea8b", + "Subject": "Prepare for release 6.5.3-v16 (#1145)" + }, + { + "SHA": "f8e3c7a7", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1136)" + }, + { + "SHA": "c2a9fdd4", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1122)" + }, + { + "SHA": "a9141526", + "Subject": "[cherry-pick] make fmt (#1107) (#1112)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 453f7dafc..acff053ad 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -68,6 +68,14 @@ - [0f03b0bf](https://github.com/stashed/elasticsearch/commit/0f03b0bf) [cherry-pick] make fmt (#1107) (#1111) +### [6.5.3-v16](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v16) + +- [96a2ea8b](https://github.com/stashed/elasticsearch/commit/96a2ea8b) Prepare for release 6.5.3-v16 (#1145) +- [f8e3c7a7](https://github.com/stashed/elasticsearch/commit/f8e3c7a7) [cherry-pick] Use restic 0.13.0 (#1131) (#1136) +- [c2a9fdd4](https://github.com/stashed/elasticsearch/commit/c2a9fdd4) [cherry-pick] Use Go 1.18 (#1117) (#1122) +- [a9141526](https://github.com/stashed/elasticsearch/commit/a9141526) [cherry-pick] make fmt (#1107) (#1112) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 43e14147776ffd393c2d2ec6e512b76d6c8559d5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:29 +0000 Subject: [PATCH 19/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index a1f3abef8..347b533c1 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:28.087418833Z", + "release_date": "2022-03-29T18:36:29.580478057Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -209,6 +209,27 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1112)" } ] + }, + { + "tag": "6.8.0-v16", + "commits": [ + { + "SHA": "76a7ecaf", + "Subject": "Prepare for release 6.8.0-v16 (#1146)" + }, + { + "SHA": "9b65350a", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1137)" + }, + { + "SHA": "c114bd14", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1123)" + }, + { + "SHA": "7388c816", + "Subject": "[cherry-pick] make fmt (#1107) (#1113)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index acff053ad..95b2074d4 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -76,6 +76,14 @@ - [a9141526](https://github.com/stashed/elasticsearch/commit/a9141526) [cherry-pick] make fmt (#1107) (#1112) +### [6.8.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v16) + +- [76a7ecaf](https://github.com/stashed/elasticsearch/commit/76a7ecaf) Prepare for release 6.8.0-v16 (#1146) +- [9b65350a](https://github.com/stashed/elasticsearch/commit/9b65350a) [cherry-pick] Use restic 0.13.0 (#1131) (#1137) +- [c114bd14](https://github.com/stashed/elasticsearch/commit/c114bd14) [cherry-pick] Use Go 1.18 (#1117) (#1123) +- [7388c816](https://github.com/stashed/elasticsearch/commit/7388c816) [cherry-pick] make fmt (#1107) (#1113) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From c6278d318c3e888bbbb7cbd10ed1811f80d535e9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:31 +0000 Subject: [PATCH 20/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 347b533c1..7e5e9fa2d 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:29.580478057Z", + "release_date": "2022-03-29T18:36:31.0689785Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -230,6 +230,27 @@ "Subject": "[cherry-pick] make fmt (#1107) (#1113)" } ] + }, + { + "tag": "7.14.0-v2", + "commits": [ + { + "SHA": "79de930f", + "Subject": "Prepare for release 7.14.0-v2 (#1147)" + }, + { + "SHA": "88c0f2d4", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1138)" + }, + { + "SHA": "75bcb45b", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1124)" + }, + { + "SHA": "bb5196e5", + "Subject": "[cherry-pick] make fmt (#1107) (#1114)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 95b2074d4..5be95a890 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -84,6 +84,14 @@ - [7388c816](https://github.com/stashed/elasticsearch/commit/7388c816) [cherry-pick] make fmt (#1107) (#1113) +### [7.14.0-v2](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v2) + +- [79de930f](https://github.com/stashed/elasticsearch/commit/79de930f) Prepare for release 7.14.0-v2 (#1147) +- [88c0f2d4](https://github.com/stashed/elasticsearch/commit/88c0f2d4) [cherry-pick] Use restic 0.13.0 (#1131) (#1138) +- [75bcb45b](https://github.com/stashed/elasticsearch/commit/75bcb45b) [cherry-pick] Use Go 1.18 (#1117) (#1124) +- [bb5196e5](https://github.com/stashed/elasticsearch/commit/bb5196e5) [cherry-pick] make fmt (#1107) (#1114) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 0d9f3b150054b45344c02a10fd2890ff289b7e84 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:32 +0000 Subject: [PATCH 21/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 7e5e9fa2d..bc98e1bff 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:31.0689785Z", + "release_date": "2022-03-29T18:36:32.581827769Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -231,6 +231,27 @@ } ] }, + { + "tag": "7.2.0-v16", + "commits": [ + { + "SHA": "60d30030", + "Subject": "Prepare for release 7.2.0-v16 (#1148)" + }, + { + "SHA": "3c123803", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1139)" + }, + { + "SHA": "c5c34027", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1125)" + }, + { + "SHA": "3c25de99", + "Subject": "[cherry-pick] make fmt (#1107) (#1115)" + } + ] + }, { "tag": "7.14.0-v2", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 5be95a890..481ee8c68 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -84,6 +84,14 @@ - [7388c816](https://github.com/stashed/elasticsearch/commit/7388c816) [cherry-pick] make fmt (#1107) (#1113) +### [7.2.0-v16](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v16) + +- [60d30030](https://github.com/stashed/elasticsearch/commit/60d30030) Prepare for release 7.2.0-v16 (#1148) +- [3c123803](https://github.com/stashed/elasticsearch/commit/3c123803) [cherry-pick] Use restic 0.13.0 (#1131) (#1139) +- [c5c34027](https://github.com/stashed/elasticsearch/commit/c5c34027) [cherry-pick] Use Go 1.18 (#1117) (#1125) +- [3c25de99](https://github.com/stashed/elasticsearch/commit/3c25de99) [cherry-pick] make fmt (#1107) (#1115) + + ### [7.14.0-v2](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v2) - [79de930f](https://github.com/stashed/elasticsearch/commit/79de930f) Prepare for release 7.14.0-v2 (#1147) From 50f3b3e5279274d872ab0c534a228e0616259660 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 18:36:35 +0000 Subject: [PATCH 22/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2022.03.29/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index bc98e1bff..1bdfb7ca5 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:32.581827769Z", + "release_date": "2022-03-29T18:36:35.085744963Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -252,6 +252,27 @@ } ] }, + { + "tag": "7.3.2-v16", + "commits": [ + { + "SHA": "68552cbf", + "Subject": "Prepare for release 7.3.2-v16 (#1149)" + }, + { + "SHA": "9ddbdfef", + "Subject": "[cherry-pick] Use restic 0.13.0 (#1131) (#1140)" + }, + { + "SHA": "f8a7044c", + "Subject": "[cherry-pick] Use Go 1.18 (#1117) (#1126)" + }, + { + "SHA": "d1707c75", + "Subject": "[cherry-pick] make fmt (#1107) (#1116)" + } + ] + }, { "tag": "7.14.0-v2", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 481ee8c68..33bf8abf7 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -92,6 +92,14 @@ - [3c25de99](https://github.com/stashed/elasticsearch/commit/3c25de99) [cherry-pick] make fmt (#1107) (#1115) +### [7.3.2-v16](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v16) + +- [68552cbf](https://github.com/stashed/elasticsearch/commit/68552cbf) Prepare for release 7.3.2-v16 (#1149) +- [9ddbdfef](https://github.com/stashed/elasticsearch/commit/9ddbdfef) [cherry-pick] Use restic 0.13.0 (#1131) (#1140) +- [f8a7044c](https://github.com/stashed/elasticsearch/commit/f8a7044c) [cherry-pick] Use Go 1.18 (#1117) (#1126) +- [d1707c75](https://github.com/stashed/elasticsearch/commit/d1707c75) [cherry-pick] make fmt (#1107) (#1116) + + ### [7.14.0-v2](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v2) - [79de930f](https://github.com/stashed/elasticsearch/commit/79de930f) Prepare for release 7.14.0-v2 (#1147) From 4e85f63eef3cb47e14f9783deab2b9d2d4e1e77d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:12 +0000 Subject: [PATCH 23/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 36 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 1bdfb7ca5..ca91b3df3 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T18:36:35.085744963Z", + "release_date": "2022-03-29T19:06:12.811696672Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -305,6 +305,40 @@ } ] }, + { + "url": "github.com/stashed/mongodb", + "releases": [ + { + "tag": "3.4.17-v15", + "commits": [ + { + "SHA": "755b8c3d", + "Subject": "Prepare for release 3.4.17-v15 (#1482)" + }, + { + "SHA": "0f01ca5a", + "Subject": "Use restic 0.13.0 (#1480) (#1481)" + }, + { + "SHA": "b962d329", + "Subject": "Use Go 1.18 (#1466) (#1467)" + }, + { + "SHA": "81abf07e", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1453)" + }, + { + "SHA": "77c64325", + "Subject": "[cherry-pick] make fmt (#1438) (#1439)" + }, + { + "SHA": "47ecc163", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 33bf8abf7..76b999f3a 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -116,6 +116,19 @@ +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v15](https://github.com/stashed/mongodb/releases/tag/3.4.17-v15) + +- [755b8c3d](https://github.com/stashed/mongodb/commit/755b8c3d) Prepare for release 3.4.17-v15 (#1482) +- [0f01ca5a](https://github.com/stashed/mongodb/commit/0f01ca5a) Use restic 0.13.0 (#1480) (#1481) +- [b962d329](https://github.com/stashed/mongodb/commit/b962d329) Use Go 1.18 (#1466) (#1467) +- [81abf07e](https://github.com/stashed/mongodb/commit/81abf07e) [cherry-pick] Use Go 1.18 (#1452) (#1453) +- [77c64325](https://github.com/stashed/mongodb/commit/77c64325) [cherry-pick] make fmt (#1438) (#1439) +- [47ecc163](https://github.com/stashed/mongodb/commit/47ecc163) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) From 37915248fbcc40e0a8207692f232f8b4babac3cb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:14 +0000 Subject: [PATCH 24/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index ca91b3df3..f743cbfcd 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:12.811696672Z", + "release_date": "2022-03-29T19:06:14.294902713Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -336,6 +336,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425)" } ] + }, + { + "tag": "3.4.22-v15", + "commits": [ + { + "SHA": "31b752ed", + "Subject": "Prepare for release 3.4.22-v15 (#1483)" + }, + { + "SHA": "fc27bd6c", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "8f441de2", + "Subject": "Use Go 1.18 (#1466) (#1468)" + }, + { + "SHA": "f96ecfc3", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1454)" + }, + { + "SHA": "3746814a", + "Subject": "[cherry-pick] make fmt (#1438) (#1440)" + }, + { + "SHA": "8d1a140a", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 76b999f3a..d2b655007 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -128,6 +128,16 @@ - [47ecc163](https://github.com/stashed/mongodb/commit/47ecc163) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425) +### [3.4.22-v15](https://github.com/stashed/mongodb/releases/tag/3.4.22-v15) + +- [31b752ed](https://github.com/stashed/mongodb/commit/31b752ed) Prepare for release 3.4.22-v15 (#1483) +- [fc27bd6c](https://github.com/stashed/mongodb/commit/fc27bd6c) Use restic 0.13.0 (#1480) +- [8f441de2](https://github.com/stashed/mongodb/commit/8f441de2) Use Go 1.18 (#1466) (#1468) +- [f96ecfc3](https://github.com/stashed/mongodb/commit/f96ecfc3) [cherry-pick] Use Go 1.18 (#1452) (#1454) +- [3746814a](https://github.com/stashed/mongodb/commit/3746814a) [cherry-pick] make fmt (#1438) (#1440) +- [8d1a140a](https://github.com/stashed/mongodb/commit/8d1a140a) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 21972109b338ab2f72353d93cef02374e3deb43e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:15 +0000 Subject: [PATCH 25/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index f743cbfcd..d1eeeb89d 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:14.294902713Z", + "release_date": "2022-03-29T19:06:15.810381991Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -365,6 +365,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426)" } ] + }, + { + "tag": "3.6.13-v15", + "commits": [ + { + "SHA": "3207c3d8", + "Subject": "Prepare for release 3.6.13-v15 (#1484)" + }, + { + "SHA": "6b81e8c6", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "ab4e31b1", + "Subject": "Use Go 1.18 (#1466) (#1469)" + }, + { + "SHA": "c71b1318", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1455)" + }, + { + "SHA": "2f1dbdba", + "Subject": "[cherry-pick] make fmt (#1438) (#1441)" + }, + { + "SHA": "f229bc18", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index d2b655007..ae6589dfe 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -138,6 +138,16 @@ - [8d1a140a](https://github.com/stashed/mongodb/commit/8d1a140a) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426) +### [3.6.13-v15](https://github.com/stashed/mongodb/releases/tag/3.6.13-v15) + +- [3207c3d8](https://github.com/stashed/mongodb/commit/3207c3d8) Prepare for release 3.6.13-v15 (#1484) +- [6b81e8c6](https://github.com/stashed/mongodb/commit/6b81e8c6) Use restic 0.13.0 (#1480) +- [ab4e31b1](https://github.com/stashed/mongodb/commit/ab4e31b1) Use Go 1.18 (#1466) (#1469) +- [c71b1318](https://github.com/stashed/mongodb/commit/c71b1318) [cherry-pick] Use Go 1.18 (#1452) (#1455) +- [2f1dbdba](https://github.com/stashed/mongodb/commit/2f1dbdba) [cherry-pick] make fmt (#1438) (#1441) +- [f229bc18](https://github.com/stashed/mongodb/commit/f229bc18) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 1b70591060490a5b70ac5177b97e3f383c5fb40c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:17 +0000 Subject: [PATCH 26/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index d1eeeb89d..28ee1cb06 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:15.810381991Z", + "release_date": "2022-03-29T19:06:17.235167161Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -366,6 +366,35 @@ } ] }, + { + "tag": "3.6.8-v15", + "commits": [ + { + "SHA": "1931c4f5", + "Subject": "Prepare for release 3.6.8-v15 (#1485)" + }, + { + "SHA": "1a92d450", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "bdd7b1cc", + "Subject": "Use Go 1.18 (#1466) (#1470)" + }, + { + "SHA": "1e54c5da", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1456)" + }, + { + "SHA": "fa12f5a3", + "Subject": "[cherry-pick] make fmt (#1438) (#1442)" + }, + { + "SHA": "8caec9f3", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1428)" + } + ] + }, { "tag": "3.6.13-v15", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index ae6589dfe..2f364435b 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -138,6 +138,16 @@ - [8d1a140a](https://github.com/stashed/mongodb/commit/8d1a140a) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426) +### [3.6.8-v15](https://github.com/stashed/mongodb/releases/tag/3.6.8-v15) + +- [1931c4f5](https://github.com/stashed/mongodb/commit/1931c4f5) Prepare for release 3.6.8-v15 (#1485) +- [1a92d450](https://github.com/stashed/mongodb/commit/1a92d450) Use restic 0.13.0 (#1480) +- [bdd7b1cc](https://github.com/stashed/mongodb/commit/bdd7b1cc) Use Go 1.18 (#1466) (#1470) +- [1e54c5da](https://github.com/stashed/mongodb/commit/1e54c5da) [cherry-pick] Use Go 1.18 (#1452) (#1456) +- [fa12f5a3](https://github.com/stashed/mongodb/commit/fa12f5a3) [cherry-pick] make fmt (#1438) (#1442) +- [8caec9f3](https://github.com/stashed/mongodb/commit/8caec9f3) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1428) + + ### [3.6.13-v15](https://github.com/stashed/mongodb/releases/tag/3.6.13-v15) - [3207c3d8](https://github.com/stashed/mongodb/commit/3207c3d8) Prepare for release 3.6.13-v15 (#1484) From 26ecf6582e15d0f6236f9b5f538b871c358a474b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:19 +0000 Subject: [PATCH 27/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 28ee1cb06..3415782f2 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:17.235167161Z", + "release_date": "2022-03-29T19:06:19.727130023Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -423,6 +423,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427)" } ] + }, + { + "tag": "4.0.11-v15", + "commits": [ + { + "SHA": "1d7a3de0", + "Subject": "Prepare for release 4.0.11-v15 (#1486)" + }, + { + "SHA": "0cccc482", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "52ee2894", + "Subject": "Use Go 1.18 (#1466) (#1471)" + }, + { + "SHA": "8ef1c550", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1457)" + }, + { + "SHA": "847a3505", + "Subject": "[cherry-pick] make fmt (#1438) (#1443)" + }, + { + "SHA": "c61280d0", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 2f364435b..e600177bf 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -158,6 +158,16 @@ - [f229bc18](https://github.com/stashed/mongodb/commit/f229bc18) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427) +### [4.0.11-v15](https://github.com/stashed/mongodb/releases/tag/4.0.11-v15) + +- [1d7a3de0](https://github.com/stashed/mongodb/commit/1d7a3de0) Prepare for release 4.0.11-v15 (#1486) +- [0cccc482](https://github.com/stashed/mongodb/commit/0cccc482) Use restic 0.13.0 (#1480) +- [52ee2894](https://github.com/stashed/mongodb/commit/52ee2894) Use Go 1.18 (#1466) (#1471) +- [8ef1c550](https://github.com/stashed/mongodb/commit/8ef1c550) [cherry-pick] Use Go 1.18 (#1452) (#1457) +- [847a3505](https://github.com/stashed/mongodb/commit/847a3505) [cherry-pick] make fmt (#1438) (#1443) +- [c61280d0](https://github.com/stashed/mongodb/commit/c61280d0) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 8d10d40581f02591ebc85afc13741b2114cdbaea Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:21 +0000 Subject: [PATCH 28/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 3415782f2..6e5c73fef 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:19.727130023Z", + "release_date": "2022-03-29T19:06:21.168224258Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -424,6 +424,35 @@ } ] }, + { + "tag": "4.0.3-v15", + "commits": [ + { + "SHA": "7214e8fa", + "Subject": "Prepare for release 4.0.3-v15 (#1487)" + }, + { + "SHA": "15e09cd3", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "c9d70039", + "Subject": "Use Go 1.18 (#1466) (#1472)" + }, + { + "SHA": "53b80297", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1458)" + }, + { + "SHA": "8046cba4", + "Subject": "[cherry-pick] make fmt (#1438) (#1444)" + }, + { + "SHA": "582f10d4", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1430)" + } + ] + }, { "tag": "4.0.11-v15", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index e600177bf..e1a06799a 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -158,6 +158,16 @@ - [f229bc18](https://github.com/stashed/mongodb/commit/f229bc18) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427) +### [4.0.3-v15](https://github.com/stashed/mongodb/releases/tag/4.0.3-v15) + +- [7214e8fa](https://github.com/stashed/mongodb/commit/7214e8fa) Prepare for release 4.0.3-v15 (#1487) +- [15e09cd3](https://github.com/stashed/mongodb/commit/15e09cd3) Use restic 0.13.0 (#1480) +- [c9d70039](https://github.com/stashed/mongodb/commit/c9d70039) Use Go 1.18 (#1466) (#1472) +- [53b80297](https://github.com/stashed/mongodb/commit/53b80297) [cherry-pick] Use Go 1.18 (#1452) (#1458) +- [8046cba4](https://github.com/stashed/mongodb/commit/8046cba4) [cherry-pick] make fmt (#1438) (#1444) +- [582f10d4](https://github.com/stashed/mongodb/commit/582f10d4) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1430) + + ### [4.0.11-v15](https://github.com/stashed/mongodb/releases/tag/4.0.11-v15) - [1d7a3de0](https://github.com/stashed/mongodb/commit/1d7a3de0) Prepare for release 4.0.11-v15 (#1486) From 66315dbce9d20a1fae480d2562dda1c995a23b6f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:22 +0000 Subject: [PATCH 29/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 6e5c73fef..516bddf76 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:21.168224258Z", + "release_date": "2022-03-29T19:06:22.568062379Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -453,6 +453,35 @@ } ] }, + { + "tag": "4.0.5-v15", + "commits": [ + { + "SHA": "b4a5a87c", + "Subject": "Prepare for release 4.0.5-v15 (#1488)" + }, + { + "SHA": "de293f86", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "179b2fdc", + "Subject": "Use Go 1.18 (#1466) (#1473)" + }, + { + "SHA": "22a17498", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1459)" + }, + { + "SHA": "e128a299", + "Subject": "[cherry-pick] make fmt (#1438) (#1445)" + }, + { + "SHA": "fc5f6506", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1431)" + } + ] + }, { "tag": "4.0.11-v15", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index e1a06799a..77d9f5af6 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -168,6 +168,16 @@ - [582f10d4](https://github.com/stashed/mongodb/commit/582f10d4) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1430) +### [4.0.5-v15](https://github.com/stashed/mongodb/releases/tag/4.0.5-v15) + +- [b4a5a87c](https://github.com/stashed/mongodb/commit/b4a5a87c) Prepare for release 4.0.5-v15 (#1488) +- [de293f86](https://github.com/stashed/mongodb/commit/de293f86) Use restic 0.13.0 (#1480) +- [179b2fdc](https://github.com/stashed/mongodb/commit/179b2fdc) Use Go 1.18 (#1466) (#1473) +- [22a17498](https://github.com/stashed/mongodb/commit/22a17498) [cherry-pick] Use Go 1.18 (#1452) (#1459) +- [e128a299](https://github.com/stashed/mongodb/commit/e128a299) [cherry-pick] make fmt (#1438) (#1445) +- [fc5f6506](https://github.com/stashed/mongodb/commit/fc5f6506) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1431) + + ### [4.0.11-v15](https://github.com/stashed/mongodb/releases/tag/4.0.11-v15) - [1d7a3de0](https://github.com/stashed/mongodb/commit/1d7a3de0) Prepare for release 4.0.11-v15 (#1486) From 0cf18edfb974accb6e465c21a7669162740faed4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:23 +0000 Subject: [PATCH 30/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 516bddf76..eee8752de 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:22.568062379Z", + "release_date": "2022-03-29T19:06:23.934630589Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -510,6 +510,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429)" } ] + }, + { + "tag": "4.1.13-v15", + "commits": [ + { + "SHA": "2c3283e9", + "Subject": "Prepare for release 4.1.13-v15 (#1489)" + }, + { + "SHA": "3a8b3866", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "24836e66", + "Subject": "Use Go 1.18 (#1466) (#1474)" + }, + { + "SHA": "11b3b09c", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1460)" + }, + { + "SHA": "3bfab9f1", + "Subject": "[cherry-pick] make fmt (#1438) (#1446)" + }, + { + "SHA": "6d2aa5fc", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 77d9f5af6..5609aaf01 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -188,6 +188,16 @@ - [c61280d0](https://github.com/stashed/mongodb/commit/c61280d0) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429) +### [4.1.13-v15](https://github.com/stashed/mongodb/releases/tag/4.1.13-v15) + +- [2c3283e9](https://github.com/stashed/mongodb/commit/2c3283e9) Prepare for release 4.1.13-v15 (#1489) +- [3a8b3866](https://github.com/stashed/mongodb/commit/3a8b3866) Use restic 0.13.0 (#1480) +- [24836e66](https://github.com/stashed/mongodb/commit/24836e66) Use Go 1.18 (#1466) (#1474) +- [11b3b09c](https://github.com/stashed/mongodb/commit/11b3b09c) [cherry-pick] Use Go 1.18 (#1452) (#1460) +- [3bfab9f1](https://github.com/stashed/mongodb/commit/3bfab9f1) [cherry-pick] make fmt (#1438) (#1446) +- [6d2aa5fc](https://github.com/stashed/mongodb/commit/6d2aa5fc) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 59d9e82063b114b01cfcef096235f3a56cf5c252 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:25 +0000 Subject: [PATCH 31/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index eee8752de..76a23554b 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:23.934630589Z", + "release_date": "2022-03-29T19:06:25.358734511Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -511,6 +511,35 @@ } ] }, + { + "tag": "4.1.4-v15", + "commits": [ + { + "SHA": "619d4081", + "Subject": "Prepare for release 4.1.4-v15 (#1490)" + }, + { + "SHA": "92453bef", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "7346833f", + "Subject": "[cherry-pick] Use Go 1.18 (#1466) (#1475)" + }, + { + "SHA": "4908b80a", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1461)" + }, + { + "SHA": "367d80e1", + "Subject": "[cherry-pick] make fmt (#1438) (#1447)" + }, + { + "SHA": "13d8ad14", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1433)" + } + ] + }, { "tag": "4.1.13-v15", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 5609aaf01..3250df459 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -188,6 +188,16 @@ - [c61280d0](https://github.com/stashed/mongodb/commit/c61280d0) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429) +### [4.1.4-v15](https://github.com/stashed/mongodb/releases/tag/4.1.4-v15) + +- [619d4081](https://github.com/stashed/mongodb/commit/619d4081) Prepare for release 4.1.4-v15 (#1490) +- [92453bef](https://github.com/stashed/mongodb/commit/92453bef) Use restic 0.13.0 (#1480) +- [7346833f](https://github.com/stashed/mongodb/commit/7346833f) [cherry-pick] Use Go 1.18 (#1466) (#1475) +- [4908b80a](https://github.com/stashed/mongodb/commit/4908b80a) [cherry-pick] Use Go 1.18 (#1452) (#1461) +- [367d80e1](https://github.com/stashed/mongodb/commit/367d80e1) [cherry-pick] make fmt (#1438) (#1447) +- [13d8ad14](https://github.com/stashed/mongodb/commit/13d8ad14) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1433) + + ### [4.1.13-v15](https://github.com/stashed/mongodb/releases/tag/4.1.13-v15) - [2c3283e9](https://github.com/stashed/mongodb/commit/2c3283e9) Prepare for release 4.1.13-v15 (#1489) From 98127c3531e2175bb3042b882a8f52adcfbb9eb2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:26 +0000 Subject: [PATCH 32/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 76a23554b..c06531a54 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:25.358734511Z", + "release_date": "2022-03-29T19:06:26.73754401Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -540,6 +540,35 @@ } ] }, + { + "tag": "4.1.7-v15", + "commits": [ + { + "SHA": "eb26eb18", + "Subject": "Prepare for release 4.1.7-v15 (#1491)" + }, + { + "SHA": "2481e91d", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "9530b9f8", + "Subject": "[cherry-pick] Use Go 1.18 (#1466) (#1476)" + }, + { + "SHA": "c5aab733", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1462)" + }, + { + "SHA": "05adf1b1", + "Subject": "[cherry-pick] make fmt (#1438) (#1448)" + }, + { + "SHA": "ccbd1152", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1434)" + } + ] + }, { "tag": "4.1.13-v15", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 3250df459..39d4762df 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -198,6 +198,16 @@ - [13d8ad14](https://github.com/stashed/mongodb/commit/13d8ad14) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1433) +### [4.1.7-v15](https://github.com/stashed/mongodb/releases/tag/4.1.7-v15) + +- [eb26eb18](https://github.com/stashed/mongodb/commit/eb26eb18) Prepare for release 4.1.7-v15 (#1491) +- [2481e91d](https://github.com/stashed/mongodb/commit/2481e91d) Use restic 0.13.0 (#1480) +- [9530b9f8](https://github.com/stashed/mongodb/commit/9530b9f8) [cherry-pick] Use Go 1.18 (#1466) (#1476) +- [c5aab733](https://github.com/stashed/mongodb/commit/c5aab733) [cherry-pick] Use Go 1.18 (#1452) (#1462) +- [05adf1b1](https://github.com/stashed/mongodb/commit/05adf1b1) [cherry-pick] make fmt (#1438) (#1448) +- [ccbd1152](https://github.com/stashed/mongodb/commit/ccbd1152) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1434) + + ### [4.1.13-v15](https://github.com/stashed/mongodb/releases/tag/4.1.13-v15) - [2c3283e9](https://github.com/stashed/mongodb/commit/2c3283e9) Prepare for release 4.1.13-v15 (#1489) From c4055b7743b5c755aeeb3e0eb9661f8119c4563a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:29 +0000 Subject: [PATCH 33/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index c06531a54..694583144 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:26.73754401Z", + "release_date": "2022-03-29T19:06:29.314000808Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -597,6 +597,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432)" } ] + }, + { + "tag": "4.2.3-v15", + "commits": [ + { + "SHA": "652a9602", + "Subject": "Prepare for release 4.2.3-v15 (#1492)" + }, + { + "SHA": "120e3822", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "552c5217", + "Subject": "[cherry-pick] Use Go 1.18 (#1466) (#1477)" + }, + { + "SHA": "cbf442eb", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1463)" + }, + { + "SHA": "4d39da7a", + "Subject": "[cherry-pick] make fmt (#1438) (#1449)" + }, + { + "SHA": "b60b11fd", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 39d4762df..68cb492c6 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -218,6 +218,16 @@ - [6d2aa5fc](https://github.com/stashed/mongodb/commit/6d2aa5fc) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432) +### [4.2.3-v15](https://github.com/stashed/mongodb/releases/tag/4.2.3-v15) + +- [652a9602](https://github.com/stashed/mongodb/commit/652a9602) Prepare for release 4.2.3-v15 (#1492) +- [120e3822](https://github.com/stashed/mongodb/commit/120e3822) Use restic 0.13.0 (#1480) +- [552c5217](https://github.com/stashed/mongodb/commit/552c5217) [cherry-pick] Use Go 1.18 (#1466) (#1477) +- [cbf442eb](https://github.com/stashed/mongodb/commit/cbf442eb) [cherry-pick] Use Go 1.18 (#1452) (#1463) +- [4d39da7a](https://github.com/stashed/mongodb/commit/4d39da7a) [cherry-pick] make fmt (#1438) (#1449) +- [b60b11fd](https://github.com/stashed/mongodb/commit/b60b11fd) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 74e088e4280551dc9ef3f0e9771cdb8f19d1a92d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:30 +0000 Subject: [PATCH 34/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 31 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 694583144..f4f4da62f 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:29.314000808Z", + "release_date": "2022-03-29T19:06:30.683727292Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -626,6 +626,35 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435)" } ] + }, + { + "tag": "4.4.6-v6", + "commits": [ + { + "SHA": "a7043538", + "Subject": "Prepare for release 4.4.6-v6 (#1493)" + }, + { + "SHA": "6f30e9ef", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "55ca4046", + "Subject": "[cherry-pick] Use Go 1.18 (#1466) (#1478)" + }, + { + "SHA": "5b7846c4", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1464)" + }, + { + "SHA": "e16bcac4", + "Subject": "[cherry-pick] make fmt (#1438) (#1450)" + }, + { + "SHA": "8d939ff6", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 68cb492c6..f073e53d6 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -228,6 +228,16 @@ - [b60b11fd](https://github.com/stashed/mongodb/commit/b60b11fd) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435) +### [4.4.6-v6](https://github.com/stashed/mongodb/releases/tag/4.4.6-v6) + +- [a7043538](https://github.com/stashed/mongodb/commit/a7043538) Prepare for release 4.4.6-v6 (#1493) +- [6f30e9ef](https://github.com/stashed/mongodb/commit/6f30e9ef) Use restic 0.13.0 (#1480) +- [55ca4046](https://github.com/stashed/mongodb/commit/55ca4046) [cherry-pick] Use Go 1.18 (#1466) (#1478) +- [5b7846c4](https://github.com/stashed/mongodb/commit/5b7846c4) [cherry-pick] Use Go 1.18 (#1452) (#1464) +- [e16bcac4](https://github.com/stashed/mongodb/commit/e16bcac4) [cherry-pick] make fmt (#1438) (#1450) +- [8d939ff6](https://github.com/stashed/mongodb/commit/8d939ff6) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 671e3ee773a0d24d61a2ba43a23ad93d241b72c6 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:06:32 +0000 Subject: [PATCH 35/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index f4f4da62f..2f52cd102 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:30.683727292Z", + "release_date": "2022-03-29T19:06:32.280465411Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -655,6 +655,31 @@ "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436)" } ] + }, + { + "tag": "5.0.3-v3", + "commits": [ + { + "SHA": "0fc4d4f9", + "Subject": "Use restic 0.13.0 (#1480)" + }, + { + "SHA": "15939f28", + "Subject": "[cherry-pick] Use Go 1.18 (#1466) (#1479)" + }, + { + "SHA": "e0ae2279", + "Subject": "[cherry-pick] Use Go 1.18 (#1452) (#1465)" + }, + { + "SHA": "1cdc0ae5", + "Subject": "[cherry-pick] make fmt (#1438) (#1451)" + }, + { + "SHA": "1aacdd1f", + "Subject": "[cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1437)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index f073e53d6..2ba47c40c 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -238,6 +238,15 @@ - [8d939ff6](https://github.com/stashed/mongodb/commit/8d939ff6) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436) +### [5.0.3-v3](https://github.com/stashed/mongodb/releases/tag/5.0.3-v3) + +- [0fc4d4f9](https://github.com/stashed/mongodb/commit/0fc4d4f9) Use restic 0.13.0 (#1480) +- [15939f28](https://github.com/stashed/mongodb/commit/15939f28) [cherry-pick] Use Go 1.18 (#1466) (#1479) +- [e0ae2279](https://github.com/stashed/mongodb/commit/e0ae2279) [cherry-pick] Use Go 1.18 (#1452) (#1465) +- [1cdc0ae5](https://github.com/stashed/mongodb/commit/1cdc0ae5) [cherry-pick] make fmt (#1438) (#1451) +- [1aacdd1f](https://github.com/stashed/mongodb/commit/1aacdd1f) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1437) + + ## [stashed/postgres](https://github.com/stashed/postgres) From d41b08f11349a86a87e712cf88dc12e8bdbbb22c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:16:54 +0000 Subject: [PATCH 36/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 2f52cd102..e3dcd4e60 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:06:32.280465411Z", + "release_date": "2022-03-29T19:16:54.952946398Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -683,6 +683,36 @@ } ] }, + { + "url": "github.com/stashed/mysql", + "releases": [ + { + "tag": "5.7.25-v16", + "commits": [ + { + "SHA": "bb07cd05", + "Subject": "Prepare for release 5.7.25-v16 (#599)" + }, + { + "SHA": "d481d606", + "Subject": "[cherry-pick] Use restic 0.13.0 (#594) (#595)" + }, + { + "SHA": "518948e0", + "Subject": "[cherry-pick] Use Go 1.18 (#589) (#590)" + }, + { + "SHA": "77a5f78c", + "Subject": "[cherry-pick] Use Go 1.18 (#584) (#585)" + }, + { + "SHA": "595a7669", + "Subject": "[cherry-pick] make fmt (#579) (#580)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 2ba47c40c..e39b0c6ed 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -248,6 +248,18 @@ +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v16](https://github.com/stashed/mysql/releases/tag/5.7.25-v16) + +- [bb07cd05](https://github.com/stashed/mysql/commit/bb07cd05) Prepare for release 5.7.25-v16 (#599) +- [d481d606](https://github.com/stashed/mysql/commit/d481d606) [cherry-pick] Use restic 0.13.0 (#594) (#595) +- [518948e0](https://github.com/stashed/mysql/commit/518948e0) [cherry-pick] Use Go 1.18 (#589) (#590) +- [77a5f78c](https://github.com/stashed/mysql/commit/77a5f78c) [cherry-pick] Use Go 1.18 (#584) (#585) +- [595a7669](https://github.com/stashed/mysql/commit/595a7669) [cherry-pick] make fmt (#579) (#580) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) From a833361ad5137174f4a275bbc9d9ae3869775121 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:16:57 +0000 Subject: [PATCH 37/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index e3dcd4e60..b9d44a94e 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:16:54.952946398Z", + "release_date": "2022-03-29T19:16:57.521511029Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -710,6 +710,31 @@ "Subject": "[cherry-pick] make fmt (#579) (#580)" } ] + }, + { + "tag": "8.0.14-v16", + "commits": [ + { + "SHA": "4ddb1407", + "Subject": "Prepare for release 8.0.14-v16 (#600)" + }, + { + "SHA": "3dac3d8e", + "Subject": "[cherry-pick] Use restic 0.13.0 (#594) (#596)" + }, + { + "SHA": "243c3032", + "Subject": "[cherry-pick] Use Go 1.18 (#589) (#591)" + }, + { + "SHA": "32dc6eb9", + "Subject": "[cherry-pick] Use Go 1.18 (#584) (#586)" + }, + { + "SHA": "a549ebdf", + "Subject": "[cherry-pick] make fmt (#579) (#581)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index e39b0c6ed..d4a73715e 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -259,6 +259,15 @@ - [595a7669](https://github.com/stashed/mysql/commit/595a7669) [cherry-pick] make fmt (#579) (#580) +### [8.0.14-v16](https://github.com/stashed/mysql/releases/tag/8.0.14-v16) + +- [4ddb1407](https://github.com/stashed/mysql/commit/4ddb1407) Prepare for release 8.0.14-v16 (#600) +- [3dac3d8e](https://github.com/stashed/mysql/commit/3dac3d8e) [cherry-pick] Use restic 0.13.0 (#594) (#596) +- [243c3032](https://github.com/stashed/mysql/commit/243c3032) [cherry-pick] Use Go 1.18 (#589) (#591) +- [32dc6eb9](https://github.com/stashed/mysql/commit/32dc6eb9) [cherry-pick] Use Go 1.18 (#584) (#586) +- [a549ebdf](https://github.com/stashed/mysql/commit/a549ebdf) [cherry-pick] make fmt (#579) (#581) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 90004bf8e3d2b0570f1f03c792153056710f0910 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:16:59 +0000 Subject: [PATCH 38/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index b9d44a94e..82902e3a7 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:16:57.521511029Z", + "release_date": "2022-03-29T19:16:59.646207063Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -735,6 +735,31 @@ "Subject": "[cherry-pick] make fmt (#579) (#581)" } ] + }, + { + "tag": "8.0.21-v10", + "commits": [ + { + "SHA": "179a84fb", + "Subject": "Prepare for release 8.0.21-v10 (#601)" + }, + { + "SHA": "8a441e4e", + "Subject": "[cherry-pick] Use restic 0.13.0 (#594) (#597)" + }, + { + "SHA": "0804b601", + "Subject": "[cherry-pick] Use Go 1.18 (#589) (#592)" + }, + { + "SHA": "0064f95c", + "Subject": "[cherry-pick] Use Go 1.18 (#584) (#587)" + }, + { + "SHA": "b6b7c653", + "Subject": "[cherry-pick] make fmt (#579) (#582)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index d4a73715e..00a20fde6 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -268,6 +268,15 @@ - [a549ebdf](https://github.com/stashed/mysql/commit/a549ebdf) [cherry-pick] make fmt (#579) (#581) +### [8.0.21-v10](https://github.com/stashed/mysql/releases/tag/8.0.21-v10) + +- [179a84fb](https://github.com/stashed/mysql/commit/179a84fb) Prepare for release 8.0.21-v10 (#601) +- [8a441e4e](https://github.com/stashed/mysql/commit/8a441e4e) [cherry-pick] Use restic 0.13.0 (#594) (#597) +- [0804b601](https://github.com/stashed/mysql/commit/0804b601) [cherry-pick] Use Go 1.18 (#589) (#592) +- [0064f95c](https://github.com/stashed/mysql/commit/0064f95c) [cherry-pick] Use Go 1.18 (#584) (#587) +- [b6b7c653](https://github.com/stashed/mysql/commit/b6b7c653) [cherry-pick] make fmt (#579) (#582) + + ## [stashed/postgres](https://github.com/stashed/postgres) From fae44da83b5476e18574443ba520725339e6ae44 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:17:01 +0000 Subject: [PATCH 39/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 82902e3a7..8f69e9f25 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:16:59.646207063Z", + "release_date": "2022-03-29T19:17:01.623283796Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -711,6 +711,31 @@ } ] }, + { + "tag": "8.0.3-v16", + "commits": [ + { + "SHA": "2a1de95f", + "Subject": "Prepare for release 8.0.3-v16 (#602)" + }, + { + "SHA": "7d4c8598", + "Subject": "[cherry-pick] Use restic 0.13.0 (#594) (#598)" + }, + { + "SHA": "690c5e57", + "Subject": "[cherry-pick] Use Go 1.18 (#589) (#593)" + }, + { + "SHA": "d74f25c0", + "Subject": "[cherry-pick] Use Go 1.18 (#584) (#588)" + }, + { + "SHA": "8d564007", + "Subject": "[cherry-pick] make fmt (#579) (#583)" + } + ] + }, { "tag": "8.0.14-v16", "commits": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 00a20fde6..64484a63b 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -259,6 +259,15 @@ - [595a7669](https://github.com/stashed/mysql/commit/595a7669) [cherry-pick] make fmt (#579) (#580) +### [8.0.3-v16](https://github.com/stashed/mysql/releases/tag/8.0.3-v16) + +- [2a1de95f](https://github.com/stashed/mysql/commit/2a1de95f) Prepare for release 8.0.3-v16 (#602) +- [7d4c8598](https://github.com/stashed/mysql/commit/7d4c8598) [cherry-pick] Use restic 0.13.0 (#594) (#598) +- [690c5e57](https://github.com/stashed/mysql/commit/690c5e57) [cherry-pick] Use Go 1.18 (#589) (#593) +- [d74f25c0](https://github.com/stashed/mysql/commit/d74f25c0) [cherry-pick] Use Go 1.18 (#584) (#588) +- [8d564007](https://github.com/stashed/mysql/commit/8d564007) [cherry-pick] make fmt (#579) (#583) + + ### [8.0.14-v16](https://github.com/stashed/mysql/releases/tag/8.0.14-v16) - [4ddb1407](https://github.com/stashed/mysql/commit/4ddb1407) Prepare for release 8.0.14-v16 (#600) From c8a02b1cdac537d4346f474489df3ee64c0b6231 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:25:56 +0000 Subject: [PATCH 40/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 8f69e9f25..f47f446ef 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:17:01.623283796Z", + "release_date": "2022-03-29T19:25:56.308095117Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -305,6 +305,36 @@ } ] }, + { + "url": "github.com/stashed/mariadb", + "releases": [ + { + "tag": "10.5.8-v9", + "commits": [ + { + "SHA": "04c1b78", + "Subject": "Prepare for release 10.5.8-v9 (#177)" + }, + { + "SHA": "407e8f5", + "Subject": "[cherry-pick] Use restic 0.13.0 (#175) (#176)" + }, + { + "SHA": "603f917", + "Subject": "Use Go 1.18 (#173) (#174)" + }, + { + "SHA": "0f74c1d", + "Subject": "[cherry-pick] Use Go 1.18 (#171) (#172)" + }, + { + "SHA": "5d08051", + "Subject": "[cherry-pick] make fmt (#169) (#170)" + } + ] + } + ] + }, { "url": "github.com/stashed/mongodb", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 64484a63b..eedf7eeb6 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -116,6 +116,18 @@ +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v9](https://github.com/stashed/mariadb/releases/tag/10.5.8-v9) + +- [04c1b78](https://github.com/stashed/mariadb/commit/04c1b78) Prepare for release 10.5.8-v9 (#177) +- [407e8f5](https://github.com/stashed/mariadb/commit/407e8f5) [cherry-pick] Use restic 0.13.0 (#175) (#176) +- [603f917](https://github.com/stashed/mariadb/commit/603f917) Use Go 1.18 (#173) (#174) +- [0f74c1d](https://github.com/stashed/mariadb/commit/0f74c1d) [cherry-pick] Use Go 1.18 (#171) (#172) +- [5d08051](https://github.com/stashed/mariadb/commit/5d08051) [cherry-pick] make fmt (#169) (#170) + + + ## [stashed/mongodb](https://github.com/stashed/mongodb) ### [3.4.17-v15](https://github.com/stashed/mongodb/releases/tag/3.4.17-v15) From 597c74ae9450c6bd5bc4e3d82a80c643ded5ca25 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:42:01 +0000 Subject: [PATCH 41/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index f47f446ef..faf5f2503 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:25:56.308095117Z", + "release_date": "2022-03-29T19:42:01.173268721Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -969,6 +969,36 @@ } ] }, + { + "url": "github.com/stashed/redis", + "releases": [ + { + "tag": "5.0.13-v4", + "commits": [ + { + "SHA": "fb8fc3d", + "Subject": "Prepare for release 5.0.13-v4 (#93)" + }, + { + "SHA": "eaf9b82", + "Subject": "[cherry-pick] Use restic 0.13.0 (#90) (#91)" + }, + { + "SHA": "5cb5e1f", + "Subject": "[cherry-pick] Use Go 1.18 (#87) (#88)" + }, + { + "SHA": "d0bc853", + "Subject": "[cherry-pick] Use Go 1.18 (#84) (#85)" + }, + { + "SHA": "b8d96af", + "Subject": "[cherry-pick] make fmt (#81) (#82)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index eedf7eeb6..b2fec6fb9 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -355,6 +355,18 @@ +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v4](https://github.com/stashed/redis/releases/tag/5.0.13-v4) + +- [fb8fc3d](https://github.com/stashed/redis/commit/fb8fc3d) Prepare for release 5.0.13-v4 (#93) +- [eaf9b82](https://github.com/stashed/redis/commit/eaf9b82) [cherry-pick] Use restic 0.13.0 (#90) (#91) +- [5cb5e1f](https://github.com/stashed/redis/commit/5cb5e1f) [cherry-pick] Use Go 1.18 (#87) (#88) +- [d0bc853](https://github.com/stashed/redis/commit/d0bc853) [cherry-pick] Use Go 1.18 (#84) (#85) +- [b8d96af](https://github.com/stashed/redis/commit/b8d96af) [cherry-pick] make fmt (#81) (#82) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) From c486ffeddbedc529e43ebb7cd45306a27a0d7219 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:42:02 +0000 Subject: [PATCH 42/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index faf5f2503..31b0f0ace 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:42:01.173268721Z", + "release_date": "2022-03-29T19:42:02.778038858Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -996,6 +996,31 @@ "Subject": "[cherry-pick] make fmt (#81) (#82)" } ] + }, + { + "tag": "6.2.5-v4", + "commits": [ + { + "SHA": "58a1b2f", + "Subject": "Prepare for release 6.2.5-v4 (#94)" + }, + { + "SHA": "bb461a4", + "Subject": "[cherry-pick] Use restic 0.13.0 (#90) (#92)" + }, + { + "SHA": "eec38ca", + "Subject": "[cherry-pick] Use Go 1.18 (#87) (#89)" + }, + { + "SHA": "08a04ad", + "Subject": "[cherry-pick] Use Go 1.18 (#84) (#86)" + }, + { + "SHA": "9ae8bc3", + "Subject": "[cherry-pick] make fmt (#81) (#83)" + } + ] } ] }, diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index b2fec6fb9..d7c83559b 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -366,6 +366,15 @@ - [b8d96af](https://github.com/stashed/redis/commit/b8d96af) [cherry-pick] make fmt (#81) (#82) +### [6.2.5-v4](https://github.com/stashed/redis/releases/tag/6.2.5-v4) + +- [58a1b2f](https://github.com/stashed/redis/commit/58a1b2f) Prepare for release 6.2.5-v4 (#94) +- [bb461a4](https://github.com/stashed/redis/commit/bb461a4) [cherry-pick] Use restic 0.13.0 (#90) (#92) +- [eec38ca](https://github.com/stashed/redis/commit/eec38ca) [cherry-pick] Use Go 1.18 (#87) (#89) +- [08a04ad](https://github.com/stashed/redis/commit/08a04ad) [cherry-pick] Use Go 1.18 (#84) (#86) +- [9ae8bc3](https://github.com/stashed/redis/commit/9ae8bc3) [cherry-pick] make fmt (#81) (#83) + + ## [stashed/stash](https://github.com/stashed/stash) From 8e0d82c794411f3df1e2ff6c306a17ae1141c6de Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 19:56:36 +0000 Subject: [PATCH 43/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 31b0f0ace..932df2940 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:42:02.778038858Z", + "release_date": "2022-03-29T19:56:36.929361425Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -818,6 +818,36 @@ } ] }, + { + "url": "github.com/stashed/percona-xtradb", + "releases": [ + { + "tag": "5.7-v11", + "commits": [ + { + "SHA": "be059737", + "Subject": "Prepare for release 5.7-v11 (#248)" + }, + { + "SHA": "b5fafc54", + "Subject": "[cherry-pick] Use restic 0.13.0 (#246) (#247)" + }, + { + "SHA": "cd6b848e", + "Subject": "[cherry-pick] Use Go 1.18 (#244) (#245)" + }, + { + "SHA": "5e9c732d", + "Subject": "[cherry-pick] Use Go 1.18 (#242) (#243)" + }, + { + "SHA": "8e2fda28", + "Subject": "[cherry-pick] make fmt (#240) (#241)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index d7c83559b..2ba727c80 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -299,6 +299,18 @@ +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v11](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v11) + +- [be059737](https://github.com/stashed/percona-xtradb/commit/be059737) Prepare for release 5.7-v11 (#248) +- [b5fafc54](https://github.com/stashed/percona-xtradb/commit/b5fafc54) [cherry-pick] Use restic 0.13.0 (#246) (#247) +- [cd6b848e](https://github.com/stashed/percona-xtradb/commit/cd6b848e) [cherry-pick] Use Go 1.18 (#244) (#245) +- [5e9c732d](https://github.com/stashed/percona-xtradb/commit/5e9c732d) [cherry-pick] Use Go 1.18 (#242) (#243) +- [8e2fda28](https://github.com/stashed/percona-xtradb/commit/8e2fda28) [cherry-pick] make fmt (#240) (#241) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) From 92d0a24efb260ca72ef888d0616bac8ca9f29694 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:07:06 +0000 Subject: [PATCH 44/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 32 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 932df2940..995778d28 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T19:56:36.929361425Z", + "release_date": "2022-03-29T20:07:06.210203906Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -818,6 +818,36 @@ } ] }, + { + "url": "github.com/stashed/nats", + "releases": [ + { + "tag": "2.6.1-v3", + "commits": [ + { + "SHA": "cfe6a27", + "Subject": "Prepare for release 2.6.1-v3 (#38)" + }, + { + "SHA": "d7d5f7c", + "Subject": "[cherry-pick] Use restic 0.13.0 (#36) (#37)" + }, + { + "SHA": "234dc73", + "Subject": "[cherry-pick] Use Go 1.18 (#34) (#35)" + }, + { + "SHA": "ed5c4a7", + "Subject": "[cherry-pick] Use Go 1.18 (#32) (#33)" + }, + { + "SHA": "17de3e7", + "Subject": "[cherry-pick] make fmt (#30) (#31)" + } + ] + } + ] + }, { "url": "github.com/stashed/percona-xtradb", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 2ba727c80..ef88f5728 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -299,6 +299,18 @@ +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v3](https://github.com/stashed/nats/releases/tag/2.6.1-v3) + +- [cfe6a27](https://github.com/stashed/nats/commit/cfe6a27) Prepare for release 2.6.1-v3 (#38) +- [d7d5f7c](https://github.com/stashed/nats/commit/d7d5f7c) [cherry-pick] Use restic 0.13.0 (#36) (#37) +- [234dc73](https://github.com/stashed/nats/commit/234dc73) [cherry-pick] Use Go 1.18 (#34) (#35) +- [ed5c4a7](https://github.com/stashed/nats/commit/ed5c4a7) [cherry-pick] Use Go 1.18 (#32) (#33) +- [17de3e7](https://github.com/stashed/nats/commit/17de3e7) [cherry-pick] make fmt (#30) (#31) + + + ## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) ### [5.7-v11](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v11) From 07f907350a8ab781250b989352f325518527ca1a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:15:44 +0000 Subject: [PATCH 45/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index 995778d28..eb881c2ce 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T20:07:06.210203906Z", + "release_date": "2022-03-29T20:15:44.382291707Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -305,6 +305,32 @@ } ] }, + { + "url": "github.com/stashed/etcd", + "releases": [ + { + "tag": "3.5.0-v3", + "commits": [ + { + "SHA": "319fece", + "Subject": "Prepare for release 3.5.0-v3 (#35)" + }, + { + "SHA": "5e44314", + "Subject": "[cherry-pick] Use restic 0.13.0 (#33) (#34)" + }, + { + "SHA": "cbbeedc", + "Subject": "[cherry-pick] Use Go 1.18 (#30) (#31)" + }, + { + "SHA": "39ee0f6", + "Subject": "[cherry-pick] make fmt (#28) (#29)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index ef88f5728..7a2157a67 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -116,6 +116,17 @@ +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v3](https://github.com/stashed/etcd/releases/tag/3.5.0-v3) + +- [319fece](https://github.com/stashed/etcd/commit/319fece) Prepare for release 3.5.0-v3 (#35) +- [5e44314](https://github.com/stashed/etcd/commit/5e44314) [cherry-pick] Use restic 0.13.0 (#33) (#34) +- [cbbeedc](https://github.com/stashed/etcd/commit/cbbeedc) [cherry-pick] Use Go 1.18 (#30) (#31) +- [39ee0f6](https://github.com/stashed/etcd/commit/39ee0f6) [cherry-pick] make fmt (#28) (#29) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v9](https://github.com/stashed/mariadb/releases/tag/10.5.8-v9) From 447c9b18ad9d35975f5d6497ab9737c254cb82aa Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:27:48 +0000 Subject: [PATCH 46/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 52 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 17 ++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index eb881c2ce..be2821820 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T20:15:44.382291707Z", + "release_date": "2022-03-29T20:27:48.474639979Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -331,6 +331,56 @@ } ] }, + { + "url": "github.com/stashed/installer", + "releases": [ + { + "tag": "v2022.03.29", + "commits": [ + { + "SHA": "a13b1fa7", + "Subject": "Prepare for release v2022.03.29 (#243)" + }, + { + "SHA": "15dfb31d", + "Subject": "Add validation webhook to BackBlueprint. (#242)" + }, + { + "SHA": "6e1e9461", + "Subject": "Fix schema-checker api type (#237)" + }, + { + "SHA": "48aed579", + "Subject": "Use restic 0.13.0 (#241)" + }, + { + "SHA": "a4ad251a", + "Subject": "Make dashboards compatible to Grafana 7.3.5 to 8.x (#240)" + }, + { + "SHA": "f30dda49", + "Subject": "Use Go 1.18 (#239)" + }, + { + "SHA": "b6584e55", + "Subject": "Use Go 1.18 (#238)" + }, + { + "SHA": "d021d8c0", + "Subject": "Update crds" + }, + { + "SHA": "5c527d2b", + "Subject": "Use stash namespace by default (#236)" + }, + { + "SHA": "93936767", + "Subject": "make fmt (#235)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 7a2157a67..45060d9f7 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -127,6 +127,23 @@ +## [stashed/installer](https://github.com/stashed/installer) + +### [v2022.03.29](https://github.com/stashed/installer/releases/tag/v2022.03.29) + +- [a13b1fa7](https://github.com/stashed/installer/commit/a13b1fa7) Prepare for release v2022.03.29 (#243) +- [15dfb31d](https://github.com/stashed/installer/commit/15dfb31d) Add validation webhook to BackBlueprint. (#242) +- [6e1e9461](https://github.com/stashed/installer/commit/6e1e9461) Fix schema-checker api type (#237) +- [48aed579](https://github.com/stashed/installer/commit/48aed579) Use restic 0.13.0 (#241) +- [a4ad251a](https://github.com/stashed/installer/commit/a4ad251a) Make dashboards compatible to Grafana 7.3.5 to 8.x (#240) +- [f30dda49](https://github.com/stashed/installer/commit/f30dda49) Use Go 1.18 (#239) +- [b6584e55](https://github.com/stashed/installer/commit/b6584e55) Use Go 1.18 (#238) +- [d021d8c0](https://github.com/stashed/installer/commit/d021d8c0) Update crds +- [5c527d2b](https://github.com/stashed/installer/commit/5c527d2b) Use stash namespace by default (#236) +- [93936767](https://github.com/stashed/installer/commit/93936767) make fmt (#235) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v9](https://github.com/stashed/mariadb/releases/tag/10.5.8-v9) From 47e722c2bcc3ce9d798792077c000ca912fe6fac Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:40:34 +0000 Subject: [PATCH 47/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/docs_changelog.md | 465 +++++++++++++++++++++++++ 1 file changed, 465 insertions(+) create mode 100644 releases/v2022.03.29/docs_changelog.md diff --git a/releases/v2022.03.29/docs_changelog.md b/releases/v2022.03.29/docs_changelog.md new file mode 100644 index 000000000..b09ea6296 --- /dev/null +++ b/releases/v2022.03.29/docs_changelog.md @@ -0,0 +1,465 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2022.03.29 + name: Changelog-v2022.03.29 + parent: welcome + weight: 20220329 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2022.03.29/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2022.03.29/ +--- + +# Stash v2022.03.29 (2022-03-29) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.19.0](https://github.com/stashed/apimachinery/releases/tag/v0.19.0) + +- [6508ad7e](https://github.com/stashed/apimachinery/commit/6508ad7e) Make calculateBackupInvokerPhase() public (#163) +- [9db91ba2](https://github.com/stashed/apimachinery/commit/9db91ba2) Update Modules (#161) +- [31979993](https://github.com/stashed/apimachinery/commit/31979993) Use restic 0.13.0 (#162) +- [94de58f7](https://github.com/stashed/apimachinery/commit/94de58f7) Add cross-namespace support to Auto-Backup. (#159) +- [64b22c52](https://github.com/stashed/apimachinery/commit/64b22c52) Make Secret Key Optional for GCS, S3 Provider, and Azure (#160) +- [84656cc2](https://github.com/stashed/apimachinery/commit/84656cc2) Use Go 1.18 (#157) +- [c5658a77](https://github.com/stashed/apimachinery/commit/c5658a77) Update UID generation for GenericResource (#158) +- [7df8eca4](https://github.com/stashed/apimachinery/commit/7df8eca4) Fix Pending phase calculation (#155) +- [dc76c985](https://github.com/stashed/apimachinery/commit/dc76c985) Add hook executor helper package (#153) +- [d3d5fb01](https://github.com/stashed/apimachinery/commit/d3d5fb01) make fmt (#154) + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.19.0](https://github.com/stashed/cli/releases/tag/v0.19.0) + +- [896c6cb1](https://github.com/stashed/cli/commit/896c6cb1) Prepare for release v0.19.0 (#160) +- [72fa7812](https://github.com/stashed/cli/commit/72fa7812) Use restic 0.13.0 (#159) +- [aa89dd42](https://github.com/stashed/cli/commit/aa89dd42) Use Go 1.18 (#158) +- [bd6a3a15](https://github.com/stashed/cli/commit/bd6a3a15) Use Go 1.18 (#157) +- [8399b7e5](https://github.com/stashed/cli/commit/8399b7e5) Add debug helper commands (#154) +- [ea950f22](https://github.com/stashed/cli/commit/ea950f22) make fmt (#156) + + + +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v16](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v16) + +- [d4d7b28c](https://github.com/stashed/elasticsearch/commit/d4d7b28c) Prepare for release 5.6.4-v16 (#1141) +- [ef1aed18](https://github.com/stashed/elasticsearch/commit/ef1aed18) [cherry-pick] Use restic 0.13.0 (#1131) (#1132) +- [8c3054dd](https://github.com/stashed/elasticsearch/commit/8c3054dd) [cherry-pick] Use Go 1.18 (#1127) (#1128) +- [67b1f638](https://github.com/stashed/elasticsearch/commit/67b1f638) [cherry-pick] Use Go 1.18 (#1117) (#1118) +- [2e9690c4](https://github.com/stashed/elasticsearch/commit/2e9690c4) [cherry-pick] make fmt (#1107) (#1108) + + +### [6.2.4-v16](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v16) + +- [fdaf59d4](https://github.com/stashed/elasticsearch/commit/fdaf59d4) Prepare for release 6.2.4-v16 (#1142) +- [aece6da5](https://github.com/stashed/elasticsearch/commit/aece6da5) [cherry-pick] Use restic 0.13.0 (#1131) (#1133) +- [cdfc0e3a](https://github.com/stashed/elasticsearch/commit/cdfc0e3a) [cherry-pick] Use Go 1.18 (#1127) (#1129) +- [5aba3d4c](https://github.com/stashed/elasticsearch/commit/5aba3d4c) [cherry-pick] Use Go 1.18 (#1117) (#1119) +- [3f746ef0](https://github.com/stashed/elasticsearch/commit/3f746ef0) [cherry-pick] make fmt (#1107) (#1109) + + +### [6.3.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v16) + +- [2c01868f](https://github.com/stashed/elasticsearch/commit/2c01868f) Prepare for release 6.3.0-v16 (#1143) +- [ddc552fc](https://github.com/stashed/elasticsearch/commit/ddc552fc) [cherry-pick] Use restic 0.13.0 (#1131) (#1134) +- [44b784bf](https://github.com/stashed/elasticsearch/commit/44b784bf) [cherry-pick] Use Go 1.18 (#1127) (#1130) +- [04256ecb](https://github.com/stashed/elasticsearch/commit/04256ecb) [cherry-pick] Use Go 1.18 (#1117) (#1120) +- [c517829a](https://github.com/stashed/elasticsearch/commit/c517829a) [cherry-pick] make fmt (#1107) (#1110) + + +### [6.4.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v16) + +- [d19b0163](https://github.com/stashed/elasticsearch/commit/d19b0163) Prepare for release 6.4.0-v16 (#1144) +- [d405ec80](https://github.com/stashed/elasticsearch/commit/d405ec80) [cherry-pick] Use restic 0.13.0 (#1131) (#1135) +- [dd94d90a](https://github.com/stashed/elasticsearch/commit/dd94d90a) [cherry-pick] Use Go 1.18 (#1117) (#1121) +- [0f03b0bf](https://github.com/stashed/elasticsearch/commit/0f03b0bf) [cherry-pick] make fmt (#1107) (#1111) + + +### [6.5.3-v16](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v16) + +- [96a2ea8b](https://github.com/stashed/elasticsearch/commit/96a2ea8b) Prepare for release 6.5.3-v16 (#1145) +- [f8e3c7a7](https://github.com/stashed/elasticsearch/commit/f8e3c7a7) [cherry-pick] Use restic 0.13.0 (#1131) (#1136) +- [c2a9fdd4](https://github.com/stashed/elasticsearch/commit/c2a9fdd4) [cherry-pick] Use Go 1.18 (#1117) (#1122) +- [a9141526](https://github.com/stashed/elasticsearch/commit/a9141526) [cherry-pick] make fmt (#1107) (#1112) + + +### [6.8.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v16) + +- [76a7ecaf](https://github.com/stashed/elasticsearch/commit/76a7ecaf) Prepare for release 6.8.0-v16 (#1146) +- [9b65350a](https://github.com/stashed/elasticsearch/commit/9b65350a) [cherry-pick] Use restic 0.13.0 (#1131) (#1137) +- [c114bd14](https://github.com/stashed/elasticsearch/commit/c114bd14) [cherry-pick] Use Go 1.18 (#1117) (#1123) +- [7388c816](https://github.com/stashed/elasticsearch/commit/7388c816) [cherry-pick] make fmt (#1107) (#1113) + + +### [7.2.0-v16](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v16) + +- [60d30030](https://github.com/stashed/elasticsearch/commit/60d30030) Prepare for release 7.2.0-v16 (#1148) +- [3c123803](https://github.com/stashed/elasticsearch/commit/3c123803) [cherry-pick] Use restic 0.13.0 (#1131) (#1139) +- [c5c34027](https://github.com/stashed/elasticsearch/commit/c5c34027) [cherry-pick] Use Go 1.18 (#1117) (#1125) +- [3c25de99](https://github.com/stashed/elasticsearch/commit/3c25de99) [cherry-pick] make fmt (#1107) (#1115) + + +### [7.3.2-v16](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v16) + +- [68552cbf](https://github.com/stashed/elasticsearch/commit/68552cbf) Prepare for release 7.3.2-v16 (#1149) +- [9ddbdfef](https://github.com/stashed/elasticsearch/commit/9ddbdfef) [cherry-pick] Use restic 0.13.0 (#1131) (#1140) +- [f8a7044c](https://github.com/stashed/elasticsearch/commit/f8a7044c) [cherry-pick] Use Go 1.18 (#1117) (#1126) +- [d1707c75](https://github.com/stashed/elasticsearch/commit/d1707c75) [cherry-pick] make fmt (#1107) (#1116) + + +### [7.14.0-v2](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v2) + +- [79de930f](https://github.com/stashed/elasticsearch/commit/79de930f) Prepare for release 7.14.0-v2 (#1147) +- [88c0f2d4](https://github.com/stashed/elasticsearch/commit/88c0f2d4) [cherry-pick] Use restic 0.13.0 (#1131) (#1138) +- [75bcb45b](https://github.com/stashed/elasticsearch/commit/75bcb45b) [cherry-pick] Use Go 1.18 (#1117) (#1124) +- [bb5196e5](https://github.com/stashed/elasticsearch/commit/bb5196e5) [cherry-pick] make fmt (#1107) (#1114) + + + +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.19.0](https://github.com/stashed/enterprise/releases/tag/v0.19.0) + + + + +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v3](https://github.com/stashed/etcd/releases/tag/3.5.0-v3) + +- [319fece](https://github.com/stashed/etcd/commit/319fece) Prepare for release 3.5.0-v3 (#35) +- [5e44314](https://github.com/stashed/etcd/commit/5e44314) [cherry-pick] Use restic 0.13.0 (#33) (#34) +- [cbbeedc](https://github.com/stashed/etcd/commit/cbbeedc) [cherry-pick] Use Go 1.18 (#30) (#31) +- [39ee0f6](https://github.com/stashed/etcd/commit/39ee0f6) [cherry-pick] make fmt (#28) (#29) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v2022.03.29](https://github.com/stashed/installer/releases/tag/v2022.03.29) + +- [a13b1fa7](https://github.com/stashed/installer/commit/a13b1fa7) Prepare for release v2022.03.29 (#243) +- [15dfb31d](https://github.com/stashed/installer/commit/15dfb31d) Add validation webhook to BackBlueprint. (#242) +- [6e1e9461](https://github.com/stashed/installer/commit/6e1e9461) Fix schema-checker api type (#237) +- [48aed579](https://github.com/stashed/installer/commit/48aed579) Use restic 0.13.0 (#241) +- [a4ad251a](https://github.com/stashed/installer/commit/a4ad251a) Make dashboards compatible to Grafana 7.3.5 to 8.x (#240) +- [f30dda49](https://github.com/stashed/installer/commit/f30dda49) Use Go 1.18 (#239) +- [b6584e55](https://github.com/stashed/installer/commit/b6584e55) Use Go 1.18 (#238) +- [d021d8c0](https://github.com/stashed/installer/commit/d021d8c0) Update crds +- [5c527d2b](https://github.com/stashed/installer/commit/5c527d2b) Use stash namespace by default (#236) +- [93936767](https://github.com/stashed/installer/commit/93936767) make fmt (#235) + + + +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v9](https://github.com/stashed/mariadb/releases/tag/10.5.8-v9) + +- [04c1b78](https://github.com/stashed/mariadb/commit/04c1b78) Prepare for release 10.5.8-v9 (#177) +- [407e8f5](https://github.com/stashed/mariadb/commit/407e8f5) [cherry-pick] Use restic 0.13.0 (#175) (#176) +- [603f917](https://github.com/stashed/mariadb/commit/603f917) Use Go 1.18 (#173) (#174) +- [0f74c1d](https://github.com/stashed/mariadb/commit/0f74c1d) [cherry-pick] Use Go 1.18 (#171) (#172) +- [5d08051](https://github.com/stashed/mariadb/commit/5d08051) [cherry-pick] make fmt (#169) (#170) + + + +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v15](https://github.com/stashed/mongodb/releases/tag/3.4.17-v15) + +- [755b8c3d](https://github.com/stashed/mongodb/commit/755b8c3d) Prepare for release 3.4.17-v15 (#1482) +- [0f01ca5a](https://github.com/stashed/mongodb/commit/0f01ca5a) Use restic 0.13.0 (#1480) (#1481) +- [b962d329](https://github.com/stashed/mongodb/commit/b962d329) Use Go 1.18 (#1466) (#1467) +- [81abf07e](https://github.com/stashed/mongodb/commit/81abf07e) [cherry-pick] Use Go 1.18 (#1452) (#1453) +- [77c64325](https://github.com/stashed/mongodb/commit/77c64325) [cherry-pick] make fmt (#1438) (#1439) +- [47ecc163](https://github.com/stashed/mongodb/commit/47ecc163) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425) + + +### [3.4.22-v15](https://github.com/stashed/mongodb/releases/tag/3.4.22-v15) + +- [31b752ed](https://github.com/stashed/mongodb/commit/31b752ed) Prepare for release 3.4.22-v15 (#1483) +- [fc27bd6c](https://github.com/stashed/mongodb/commit/fc27bd6c) Use restic 0.13.0 (#1480) +- [8f441de2](https://github.com/stashed/mongodb/commit/8f441de2) Use Go 1.18 (#1466) (#1468) +- [f96ecfc3](https://github.com/stashed/mongodb/commit/f96ecfc3) [cherry-pick] Use Go 1.18 (#1452) (#1454) +- [3746814a](https://github.com/stashed/mongodb/commit/3746814a) [cherry-pick] make fmt (#1438) (#1440) +- [8d1a140a](https://github.com/stashed/mongodb/commit/8d1a140a) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426) + + +### [3.6.8-v15](https://github.com/stashed/mongodb/releases/tag/3.6.8-v15) + +- [1931c4f5](https://github.com/stashed/mongodb/commit/1931c4f5) Prepare for release 3.6.8-v15 (#1485) +- [1a92d450](https://github.com/stashed/mongodb/commit/1a92d450) Use restic 0.13.0 (#1480) +- [bdd7b1cc](https://github.com/stashed/mongodb/commit/bdd7b1cc) Use Go 1.18 (#1466) (#1470) +- [1e54c5da](https://github.com/stashed/mongodb/commit/1e54c5da) [cherry-pick] Use Go 1.18 (#1452) (#1456) +- [fa12f5a3](https://github.com/stashed/mongodb/commit/fa12f5a3) [cherry-pick] make fmt (#1438) (#1442) +- [8caec9f3](https://github.com/stashed/mongodb/commit/8caec9f3) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1428) + + +### [3.6.13-v15](https://github.com/stashed/mongodb/releases/tag/3.6.13-v15) + +- [3207c3d8](https://github.com/stashed/mongodb/commit/3207c3d8) Prepare for release 3.6.13-v15 (#1484) +- [6b81e8c6](https://github.com/stashed/mongodb/commit/6b81e8c6) Use restic 0.13.0 (#1480) +- [ab4e31b1](https://github.com/stashed/mongodb/commit/ab4e31b1) Use Go 1.18 (#1466) (#1469) +- [c71b1318](https://github.com/stashed/mongodb/commit/c71b1318) [cherry-pick] Use Go 1.18 (#1452) (#1455) +- [2f1dbdba](https://github.com/stashed/mongodb/commit/2f1dbdba) [cherry-pick] make fmt (#1438) (#1441) +- [f229bc18](https://github.com/stashed/mongodb/commit/f229bc18) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427) + + +### [4.0.3-v15](https://github.com/stashed/mongodb/releases/tag/4.0.3-v15) + +- [7214e8fa](https://github.com/stashed/mongodb/commit/7214e8fa) Prepare for release 4.0.3-v15 (#1487) +- [15e09cd3](https://github.com/stashed/mongodb/commit/15e09cd3) Use restic 0.13.0 (#1480) +- [c9d70039](https://github.com/stashed/mongodb/commit/c9d70039) Use Go 1.18 (#1466) (#1472) +- [53b80297](https://github.com/stashed/mongodb/commit/53b80297) [cherry-pick] Use Go 1.18 (#1452) (#1458) +- [8046cba4](https://github.com/stashed/mongodb/commit/8046cba4) [cherry-pick] make fmt (#1438) (#1444) +- [582f10d4](https://github.com/stashed/mongodb/commit/582f10d4) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1430) + + +### [4.0.5-v15](https://github.com/stashed/mongodb/releases/tag/4.0.5-v15) + +- [b4a5a87c](https://github.com/stashed/mongodb/commit/b4a5a87c) Prepare for release 4.0.5-v15 (#1488) +- [de293f86](https://github.com/stashed/mongodb/commit/de293f86) Use restic 0.13.0 (#1480) +- [179b2fdc](https://github.com/stashed/mongodb/commit/179b2fdc) Use Go 1.18 (#1466) (#1473) +- [22a17498](https://github.com/stashed/mongodb/commit/22a17498) [cherry-pick] Use Go 1.18 (#1452) (#1459) +- [e128a299](https://github.com/stashed/mongodb/commit/e128a299) [cherry-pick] make fmt (#1438) (#1445) +- [fc5f6506](https://github.com/stashed/mongodb/commit/fc5f6506) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1431) + + +### [4.0.11-v15](https://github.com/stashed/mongodb/releases/tag/4.0.11-v15) + +- [1d7a3de0](https://github.com/stashed/mongodb/commit/1d7a3de0) Prepare for release 4.0.11-v15 (#1486) +- [0cccc482](https://github.com/stashed/mongodb/commit/0cccc482) Use restic 0.13.0 (#1480) +- [52ee2894](https://github.com/stashed/mongodb/commit/52ee2894) Use Go 1.18 (#1466) (#1471) +- [8ef1c550](https://github.com/stashed/mongodb/commit/8ef1c550) [cherry-pick] Use Go 1.18 (#1452) (#1457) +- [847a3505](https://github.com/stashed/mongodb/commit/847a3505) [cherry-pick] make fmt (#1438) (#1443) +- [c61280d0](https://github.com/stashed/mongodb/commit/c61280d0) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429) + + +### [4.1.4-v15](https://github.com/stashed/mongodb/releases/tag/4.1.4-v15) + +- [619d4081](https://github.com/stashed/mongodb/commit/619d4081) Prepare for release 4.1.4-v15 (#1490) +- [92453bef](https://github.com/stashed/mongodb/commit/92453bef) Use restic 0.13.0 (#1480) +- [7346833f](https://github.com/stashed/mongodb/commit/7346833f) [cherry-pick] Use Go 1.18 (#1466) (#1475) +- [4908b80a](https://github.com/stashed/mongodb/commit/4908b80a) [cherry-pick] Use Go 1.18 (#1452) (#1461) +- [367d80e1](https://github.com/stashed/mongodb/commit/367d80e1) [cherry-pick] make fmt (#1438) (#1447) +- [13d8ad14](https://github.com/stashed/mongodb/commit/13d8ad14) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1433) + + +### [4.1.7-v15](https://github.com/stashed/mongodb/releases/tag/4.1.7-v15) + +- [eb26eb18](https://github.com/stashed/mongodb/commit/eb26eb18) Prepare for release 4.1.7-v15 (#1491) +- [2481e91d](https://github.com/stashed/mongodb/commit/2481e91d) Use restic 0.13.0 (#1480) +- [9530b9f8](https://github.com/stashed/mongodb/commit/9530b9f8) [cherry-pick] Use Go 1.18 (#1466) (#1476) +- [c5aab733](https://github.com/stashed/mongodb/commit/c5aab733) [cherry-pick] Use Go 1.18 (#1452) (#1462) +- [05adf1b1](https://github.com/stashed/mongodb/commit/05adf1b1) [cherry-pick] make fmt (#1438) (#1448) +- [ccbd1152](https://github.com/stashed/mongodb/commit/ccbd1152) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1434) + + +### [4.1.13-v15](https://github.com/stashed/mongodb/releases/tag/4.1.13-v15) + +- [2c3283e9](https://github.com/stashed/mongodb/commit/2c3283e9) Prepare for release 4.1.13-v15 (#1489) +- [3a8b3866](https://github.com/stashed/mongodb/commit/3a8b3866) Use restic 0.13.0 (#1480) +- [24836e66](https://github.com/stashed/mongodb/commit/24836e66) Use Go 1.18 (#1466) (#1474) +- [11b3b09c](https://github.com/stashed/mongodb/commit/11b3b09c) [cherry-pick] Use Go 1.18 (#1452) (#1460) +- [3bfab9f1](https://github.com/stashed/mongodb/commit/3bfab9f1) [cherry-pick] make fmt (#1438) (#1446) +- [6d2aa5fc](https://github.com/stashed/mongodb/commit/6d2aa5fc) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432) + + +### [4.2.3-v15](https://github.com/stashed/mongodb/releases/tag/4.2.3-v15) + +- [652a9602](https://github.com/stashed/mongodb/commit/652a9602) Prepare for release 4.2.3-v15 (#1492) +- [120e3822](https://github.com/stashed/mongodb/commit/120e3822) Use restic 0.13.0 (#1480) +- [552c5217](https://github.com/stashed/mongodb/commit/552c5217) [cherry-pick] Use Go 1.18 (#1466) (#1477) +- [cbf442eb](https://github.com/stashed/mongodb/commit/cbf442eb) [cherry-pick] Use Go 1.18 (#1452) (#1463) +- [4d39da7a](https://github.com/stashed/mongodb/commit/4d39da7a) [cherry-pick] make fmt (#1438) (#1449) +- [b60b11fd](https://github.com/stashed/mongodb/commit/b60b11fd) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435) + + +### [4.4.6-v6](https://github.com/stashed/mongodb/releases/tag/4.4.6-v6) + +- [a7043538](https://github.com/stashed/mongodb/commit/a7043538) Prepare for release 4.4.6-v6 (#1493) +- [6f30e9ef](https://github.com/stashed/mongodb/commit/6f30e9ef) Use restic 0.13.0 (#1480) +- [55ca4046](https://github.com/stashed/mongodb/commit/55ca4046) [cherry-pick] Use Go 1.18 (#1466) (#1478) +- [5b7846c4](https://github.com/stashed/mongodb/commit/5b7846c4) [cherry-pick] Use Go 1.18 (#1452) (#1464) +- [e16bcac4](https://github.com/stashed/mongodb/commit/e16bcac4) [cherry-pick] make fmt (#1438) (#1450) +- [8d939ff6](https://github.com/stashed/mongodb/commit/8d939ff6) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436) + + +### [5.0.3-v3](https://github.com/stashed/mongodb/releases/tag/5.0.3-v3) + +- [0fc4d4f9](https://github.com/stashed/mongodb/commit/0fc4d4f9) Use restic 0.13.0 (#1480) +- [15939f28](https://github.com/stashed/mongodb/commit/15939f28) [cherry-pick] Use Go 1.18 (#1466) (#1479) +- [e0ae2279](https://github.com/stashed/mongodb/commit/e0ae2279) [cherry-pick] Use Go 1.18 (#1452) (#1465) +- [1cdc0ae5](https://github.com/stashed/mongodb/commit/1cdc0ae5) [cherry-pick] make fmt (#1438) (#1451) +- [1aacdd1f](https://github.com/stashed/mongodb/commit/1aacdd1f) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1437) + + + +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v16](https://github.com/stashed/mysql/releases/tag/5.7.25-v16) + +- [bb07cd05](https://github.com/stashed/mysql/commit/bb07cd05) Prepare for release 5.7.25-v16 (#599) +- [d481d606](https://github.com/stashed/mysql/commit/d481d606) [cherry-pick] Use restic 0.13.0 (#594) (#595) +- [518948e0](https://github.com/stashed/mysql/commit/518948e0) [cherry-pick] Use Go 1.18 (#589) (#590) +- [77a5f78c](https://github.com/stashed/mysql/commit/77a5f78c) [cherry-pick] Use Go 1.18 (#584) (#585) +- [595a7669](https://github.com/stashed/mysql/commit/595a7669) [cherry-pick] make fmt (#579) (#580) + + +### [8.0.3-v16](https://github.com/stashed/mysql/releases/tag/8.0.3-v16) + +- [2a1de95f](https://github.com/stashed/mysql/commit/2a1de95f) Prepare for release 8.0.3-v16 (#602) +- [7d4c8598](https://github.com/stashed/mysql/commit/7d4c8598) [cherry-pick] Use restic 0.13.0 (#594) (#598) +- [690c5e57](https://github.com/stashed/mysql/commit/690c5e57) [cherry-pick] Use Go 1.18 (#589) (#593) +- [d74f25c0](https://github.com/stashed/mysql/commit/d74f25c0) [cherry-pick] Use Go 1.18 (#584) (#588) +- [8d564007](https://github.com/stashed/mysql/commit/8d564007) [cherry-pick] make fmt (#579) (#583) + + +### [8.0.14-v16](https://github.com/stashed/mysql/releases/tag/8.0.14-v16) + +- [4ddb1407](https://github.com/stashed/mysql/commit/4ddb1407) Prepare for release 8.0.14-v16 (#600) +- [3dac3d8e](https://github.com/stashed/mysql/commit/3dac3d8e) [cherry-pick] Use restic 0.13.0 (#594) (#596) +- [243c3032](https://github.com/stashed/mysql/commit/243c3032) [cherry-pick] Use Go 1.18 (#589) (#591) +- [32dc6eb9](https://github.com/stashed/mysql/commit/32dc6eb9) [cherry-pick] Use Go 1.18 (#584) (#586) +- [a549ebdf](https://github.com/stashed/mysql/commit/a549ebdf) [cherry-pick] make fmt (#579) (#581) + + +### [8.0.21-v10](https://github.com/stashed/mysql/releases/tag/8.0.21-v10) + +- [179a84fb](https://github.com/stashed/mysql/commit/179a84fb) Prepare for release 8.0.21-v10 (#601) +- [8a441e4e](https://github.com/stashed/mysql/commit/8a441e4e) [cherry-pick] Use restic 0.13.0 (#594) (#597) +- [0804b601](https://github.com/stashed/mysql/commit/0804b601) [cherry-pick] Use Go 1.18 (#589) (#592) +- [0064f95c](https://github.com/stashed/mysql/commit/0064f95c) [cherry-pick] Use Go 1.18 (#584) (#587) +- [b6b7c653](https://github.com/stashed/mysql/commit/b6b7c653) [cherry-pick] make fmt (#579) (#582) + + + +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v3](https://github.com/stashed/nats/releases/tag/2.6.1-v3) + +- [cfe6a27](https://github.com/stashed/nats/commit/cfe6a27) Prepare for release 2.6.1-v3 (#38) +- [d7d5f7c](https://github.com/stashed/nats/commit/d7d5f7c) [cherry-pick] Use restic 0.13.0 (#36) (#37) +- [234dc73](https://github.com/stashed/nats/commit/234dc73) [cherry-pick] Use Go 1.18 (#34) (#35) +- [ed5c4a7](https://github.com/stashed/nats/commit/ed5c4a7) [cherry-pick] Use Go 1.18 (#32) (#33) +- [17de3e7](https://github.com/stashed/nats/commit/17de3e7) [cherry-pick] make fmt (#30) (#31) + + + +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v11](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v11) + +- [be059737](https://github.com/stashed/percona-xtradb/commit/be059737) Prepare for release 5.7-v11 (#248) +- [b5fafc54](https://github.com/stashed/percona-xtradb/commit/b5fafc54) [cherry-pick] Use restic 0.13.0 (#246) (#247) +- [cd6b848e](https://github.com/stashed/percona-xtradb/commit/cd6b848e) [cherry-pick] Use Go 1.18 (#244) (#245) +- [5e9c732d](https://github.com/stashed/percona-xtradb/commit/5e9c732d) [cherry-pick] Use Go 1.18 (#242) (#243) +- [8e2fda28](https://github.com/stashed/percona-xtradb/commit/8e2fda28) [cherry-pick] make fmt (#240) (#241) + + + +## [stashed/postgres](https://github.com/stashed/postgres) + +### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) + +- [daefabc0](https://github.com/stashed/postgres/commit/daefabc0) Prepare for release 9.6.19-v14 (#1025) +- [cb432033](https://github.com/stashed/postgres/commit/cb432033) [cherry-pick] Use restic 0.13.0 (#1014) (#1019) +- [cdc98691](https://github.com/stashed/postgres/commit/cdc98691) [cherry-pick] Use Go 1.18 (#1007) (#1013) +- [f41d2233](https://github.com/stashed/postgres/commit/f41d2233) [cherry-pick] Use Go 1.18 (#1000) (#1006) +- [ef93027e](https://github.com/stashed/postgres/commit/ef93027e) [cherry-pick] make fmt (#993) (#999) + + +### [10.14-v14](https://github.com/stashed/postgres/releases/tag/10.14-v14) + +- [44834ce7](https://github.com/stashed/postgres/commit/44834ce7) Prepare for release 10.14-v14 (#1020) +- [49e26c7b](https://github.com/stashed/postgres/commit/49e26c7b) [cherry-pick] Use restic 0.13.0 (#1014) (#1015) +- [671ede8a](https://github.com/stashed/postgres/commit/671ede8a) [cherry-pick] Use Go 1.18 (#1007) (#1008) +- [9aff959d](https://github.com/stashed/postgres/commit/9aff959d) [cherry-pick] Use Go 1.18 (#1000) (#1001) +- [eed7e597](https://github.com/stashed/postgres/commit/eed7e597) [cherry-pick] make fmt (#993) (#994) + + +### [11.9-v14](https://github.com/stashed/postgres/releases/tag/11.9-v14) + +- [9cf76131](https://github.com/stashed/postgres/commit/9cf76131) Prepare for release 11.9-v14 (#1021) +- [86a00eab](https://github.com/stashed/postgres/commit/86a00eab) [cherry-pick] Use restic 0.13.0 (#1014) (#1016) +- [c09b4c75](https://github.com/stashed/postgres/commit/c09b4c75) [cherry-pick] Use Go 1.18 (#1007) (#1009) +- [61b21ca5](https://github.com/stashed/postgres/commit/61b21ca5) [cherry-pick] Use Go 1.18 (#1000) (#1002) +- [767095f5](https://github.com/stashed/postgres/commit/767095f5) [cherry-pick] make fmt (#993) (#995) + + +### [12.4-v14](https://github.com/stashed/postgres/releases/tag/12.4-v14) + +- [67174902](https://github.com/stashed/postgres/commit/67174902) Prepare for release 12.4-v14 (#1022) +- [3f86c8e0](https://github.com/stashed/postgres/commit/3f86c8e0) [cherry-pick] Use restic 0.13.0 (#1014) (#1017) +- [e3c51f56](https://github.com/stashed/postgres/commit/e3c51f56) [cherry-pick] Use Go 1.18 (#1007) (#1010) +- [24676be8](https://github.com/stashed/postgres/commit/24676be8) [cherry-pick] Use Go 1.18 (#1000) (#1003) +- [d214302e](https://github.com/stashed/postgres/commit/d214302e) [cherry-pick] make fmt (#993) (#996) + + +### [13.1-v11](https://github.com/stashed/postgres/releases/tag/13.1-v11) + +- [0f7020a2](https://github.com/stashed/postgres/commit/0f7020a2) Prepare for release 13.1-v11 (#1023) +- [8f919d23](https://github.com/stashed/postgres/commit/8f919d23) [cherry-pick] Use restic 0.13.0 (#1014) (#1018) +- [fe60ccc3](https://github.com/stashed/postgres/commit/fe60ccc3) [cherry-pick] Use Go 1.18 (#1007) (#1011) +- [723475ed](https://github.com/stashed/postgres/commit/723475ed) [cherry-pick] Use Go 1.18 (#1000) (#1004) +- [b7a719bb](https://github.com/stashed/postgres/commit/b7a719bb) [cherry-pick] make fmt (#993) (#997) + + +### [14.0-v3](https://github.com/stashed/postgres/releases/tag/14.0-v3) + +- [2bdbb796](https://github.com/stashed/postgres/commit/2bdbb796) Prepare for release 14.0-v3 (#1024) +- [3c73aaeb](https://github.com/stashed/postgres/commit/3c73aaeb) [cherry-pick] Use Go 1.18 (#1007) (#1012) +- [851372a5](https://github.com/stashed/postgres/commit/851372a5) [cherry-pick] Use Go 1.18 (#1000) (#1005) +- [a65687e4](https://github.com/stashed/postgres/commit/a65687e4) [cherry-pick] make fmt (#993) (#998) + + + +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v4](https://github.com/stashed/redis/releases/tag/5.0.13-v4) + +- [fb8fc3d](https://github.com/stashed/redis/commit/fb8fc3d) Prepare for release 5.0.13-v4 (#93) +- [eaf9b82](https://github.com/stashed/redis/commit/eaf9b82) [cherry-pick] Use restic 0.13.0 (#90) (#91) +- [5cb5e1f](https://github.com/stashed/redis/commit/5cb5e1f) [cherry-pick] Use Go 1.18 (#87) (#88) +- [d0bc853](https://github.com/stashed/redis/commit/d0bc853) [cherry-pick] Use Go 1.18 (#84) (#85) +- [b8d96af](https://github.com/stashed/redis/commit/b8d96af) [cherry-pick] make fmt (#81) (#82) + + +### [6.2.5-v4](https://github.com/stashed/redis/releases/tag/6.2.5-v4) + +- [58a1b2f](https://github.com/stashed/redis/commit/58a1b2f) Prepare for release 6.2.5-v4 (#94) +- [bb461a4](https://github.com/stashed/redis/commit/bb461a4) [cherry-pick] Use restic 0.13.0 (#90) (#92) +- [eec38ca](https://github.com/stashed/redis/commit/eec38ca) [cherry-pick] Use Go 1.18 (#87) (#89) +- [08a04ad](https://github.com/stashed/redis/commit/08a04ad) [cherry-pick] Use Go 1.18 (#84) (#86) +- [9ae8bc3](https://github.com/stashed/redis/commit/9ae8bc3) [cherry-pick] make fmt (#81) (#83) + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) + + + + +## [stashed/ui-server](https://github.com/stashed/ui-server) + +### [v0.2.0](https://github.com/stashed/ui-server/releases/tag/v0.2.0) + +- [652ae72](https://github.com/stashed/ui-server/commit/652ae72) Prepare for release v0.2.0 (#13) +- [3270566](https://github.com/stashed/ui-server/commit/3270566) Use Go 1.18 (#12) +- [9963c7b](https://github.com/stashed/ui-server/commit/9963c7b) Use Go 1.18 (#11) + + + + From 3cd77c8b4cf93702a1ff8343f1f51ce8a40a8e70 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:47:26 +0000 Subject: [PATCH 48/50] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/docs_changelog.md | 465 ------------------------- 1 file changed, 465 deletions(-) delete mode 100644 releases/v2022.03.29/docs_changelog.md diff --git a/releases/v2022.03.29/docs_changelog.md b/releases/v2022.03.29/docs_changelog.md deleted file mode 100644 index b09ea6296..000000000 --- a/releases/v2022.03.29/docs_changelog.md +++ /dev/null @@ -1,465 +0,0 @@ ---- -title: Changelog | Stash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-stash-v2022.03.29 - name: Changelog-v2022.03.29 - parent: welcome - weight: 20220329 -product_name: stash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2022.03.29/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2022.03.29/ ---- - -# Stash v2022.03.29 (2022-03-29) - - -## [stashed/apimachinery](https://github.com/stashed/apimachinery) - -### [v0.19.0](https://github.com/stashed/apimachinery/releases/tag/v0.19.0) - -- [6508ad7e](https://github.com/stashed/apimachinery/commit/6508ad7e) Make calculateBackupInvokerPhase() public (#163) -- [9db91ba2](https://github.com/stashed/apimachinery/commit/9db91ba2) Update Modules (#161) -- [31979993](https://github.com/stashed/apimachinery/commit/31979993) Use restic 0.13.0 (#162) -- [94de58f7](https://github.com/stashed/apimachinery/commit/94de58f7) Add cross-namespace support to Auto-Backup. (#159) -- [64b22c52](https://github.com/stashed/apimachinery/commit/64b22c52) Make Secret Key Optional for GCS, S3 Provider, and Azure (#160) -- [84656cc2](https://github.com/stashed/apimachinery/commit/84656cc2) Use Go 1.18 (#157) -- [c5658a77](https://github.com/stashed/apimachinery/commit/c5658a77) Update UID generation for GenericResource (#158) -- [7df8eca4](https://github.com/stashed/apimachinery/commit/7df8eca4) Fix Pending phase calculation (#155) -- [dc76c985](https://github.com/stashed/apimachinery/commit/dc76c985) Add hook executor helper package (#153) -- [d3d5fb01](https://github.com/stashed/apimachinery/commit/d3d5fb01) make fmt (#154) - - - -## [stashed/cli](https://github.com/stashed/cli) - -### [v0.19.0](https://github.com/stashed/cli/releases/tag/v0.19.0) - -- [896c6cb1](https://github.com/stashed/cli/commit/896c6cb1) Prepare for release v0.19.0 (#160) -- [72fa7812](https://github.com/stashed/cli/commit/72fa7812) Use restic 0.13.0 (#159) -- [aa89dd42](https://github.com/stashed/cli/commit/aa89dd42) Use Go 1.18 (#158) -- [bd6a3a15](https://github.com/stashed/cli/commit/bd6a3a15) Use Go 1.18 (#157) -- [8399b7e5](https://github.com/stashed/cli/commit/8399b7e5) Add debug helper commands (#154) -- [ea950f22](https://github.com/stashed/cli/commit/ea950f22) make fmt (#156) - - - -## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) - -### [5.6.4-v16](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v16) - -- [d4d7b28c](https://github.com/stashed/elasticsearch/commit/d4d7b28c) Prepare for release 5.6.4-v16 (#1141) -- [ef1aed18](https://github.com/stashed/elasticsearch/commit/ef1aed18) [cherry-pick] Use restic 0.13.0 (#1131) (#1132) -- [8c3054dd](https://github.com/stashed/elasticsearch/commit/8c3054dd) [cherry-pick] Use Go 1.18 (#1127) (#1128) -- [67b1f638](https://github.com/stashed/elasticsearch/commit/67b1f638) [cherry-pick] Use Go 1.18 (#1117) (#1118) -- [2e9690c4](https://github.com/stashed/elasticsearch/commit/2e9690c4) [cherry-pick] make fmt (#1107) (#1108) - - -### [6.2.4-v16](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v16) - -- [fdaf59d4](https://github.com/stashed/elasticsearch/commit/fdaf59d4) Prepare for release 6.2.4-v16 (#1142) -- [aece6da5](https://github.com/stashed/elasticsearch/commit/aece6da5) [cherry-pick] Use restic 0.13.0 (#1131) (#1133) -- [cdfc0e3a](https://github.com/stashed/elasticsearch/commit/cdfc0e3a) [cherry-pick] Use Go 1.18 (#1127) (#1129) -- [5aba3d4c](https://github.com/stashed/elasticsearch/commit/5aba3d4c) [cherry-pick] Use Go 1.18 (#1117) (#1119) -- [3f746ef0](https://github.com/stashed/elasticsearch/commit/3f746ef0) [cherry-pick] make fmt (#1107) (#1109) - - -### [6.3.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v16) - -- [2c01868f](https://github.com/stashed/elasticsearch/commit/2c01868f) Prepare for release 6.3.0-v16 (#1143) -- [ddc552fc](https://github.com/stashed/elasticsearch/commit/ddc552fc) [cherry-pick] Use restic 0.13.0 (#1131) (#1134) -- [44b784bf](https://github.com/stashed/elasticsearch/commit/44b784bf) [cherry-pick] Use Go 1.18 (#1127) (#1130) -- [04256ecb](https://github.com/stashed/elasticsearch/commit/04256ecb) [cherry-pick] Use Go 1.18 (#1117) (#1120) -- [c517829a](https://github.com/stashed/elasticsearch/commit/c517829a) [cherry-pick] make fmt (#1107) (#1110) - - -### [6.4.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v16) - -- [d19b0163](https://github.com/stashed/elasticsearch/commit/d19b0163) Prepare for release 6.4.0-v16 (#1144) -- [d405ec80](https://github.com/stashed/elasticsearch/commit/d405ec80) [cherry-pick] Use restic 0.13.0 (#1131) (#1135) -- [dd94d90a](https://github.com/stashed/elasticsearch/commit/dd94d90a) [cherry-pick] Use Go 1.18 (#1117) (#1121) -- [0f03b0bf](https://github.com/stashed/elasticsearch/commit/0f03b0bf) [cherry-pick] make fmt (#1107) (#1111) - - -### [6.5.3-v16](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v16) - -- [96a2ea8b](https://github.com/stashed/elasticsearch/commit/96a2ea8b) Prepare for release 6.5.3-v16 (#1145) -- [f8e3c7a7](https://github.com/stashed/elasticsearch/commit/f8e3c7a7) [cherry-pick] Use restic 0.13.0 (#1131) (#1136) -- [c2a9fdd4](https://github.com/stashed/elasticsearch/commit/c2a9fdd4) [cherry-pick] Use Go 1.18 (#1117) (#1122) -- [a9141526](https://github.com/stashed/elasticsearch/commit/a9141526) [cherry-pick] make fmt (#1107) (#1112) - - -### [6.8.0-v16](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v16) - -- [76a7ecaf](https://github.com/stashed/elasticsearch/commit/76a7ecaf) Prepare for release 6.8.0-v16 (#1146) -- [9b65350a](https://github.com/stashed/elasticsearch/commit/9b65350a) [cherry-pick] Use restic 0.13.0 (#1131) (#1137) -- [c114bd14](https://github.com/stashed/elasticsearch/commit/c114bd14) [cherry-pick] Use Go 1.18 (#1117) (#1123) -- [7388c816](https://github.com/stashed/elasticsearch/commit/7388c816) [cherry-pick] make fmt (#1107) (#1113) - - -### [7.2.0-v16](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v16) - -- [60d30030](https://github.com/stashed/elasticsearch/commit/60d30030) Prepare for release 7.2.0-v16 (#1148) -- [3c123803](https://github.com/stashed/elasticsearch/commit/3c123803) [cherry-pick] Use restic 0.13.0 (#1131) (#1139) -- [c5c34027](https://github.com/stashed/elasticsearch/commit/c5c34027) [cherry-pick] Use Go 1.18 (#1117) (#1125) -- [3c25de99](https://github.com/stashed/elasticsearch/commit/3c25de99) [cherry-pick] make fmt (#1107) (#1115) - - -### [7.3.2-v16](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v16) - -- [68552cbf](https://github.com/stashed/elasticsearch/commit/68552cbf) Prepare for release 7.3.2-v16 (#1149) -- [9ddbdfef](https://github.com/stashed/elasticsearch/commit/9ddbdfef) [cherry-pick] Use restic 0.13.0 (#1131) (#1140) -- [f8a7044c](https://github.com/stashed/elasticsearch/commit/f8a7044c) [cherry-pick] Use Go 1.18 (#1117) (#1126) -- [d1707c75](https://github.com/stashed/elasticsearch/commit/d1707c75) [cherry-pick] make fmt (#1107) (#1116) - - -### [7.14.0-v2](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v2) - -- [79de930f](https://github.com/stashed/elasticsearch/commit/79de930f) Prepare for release 7.14.0-v2 (#1147) -- [88c0f2d4](https://github.com/stashed/elasticsearch/commit/88c0f2d4) [cherry-pick] Use restic 0.13.0 (#1131) (#1138) -- [75bcb45b](https://github.com/stashed/elasticsearch/commit/75bcb45b) [cherry-pick] Use Go 1.18 (#1117) (#1124) -- [bb5196e5](https://github.com/stashed/elasticsearch/commit/bb5196e5) [cherry-pick] make fmt (#1107) (#1114) - - - -## [stashed/enterprise](https://github.com/stashed/enterprise) - -### [v0.19.0](https://github.com/stashed/enterprise/releases/tag/v0.19.0) - - - - -## [stashed/etcd](https://github.com/stashed/etcd) - -### [3.5.0-v3](https://github.com/stashed/etcd/releases/tag/3.5.0-v3) - -- [319fece](https://github.com/stashed/etcd/commit/319fece) Prepare for release 3.5.0-v3 (#35) -- [5e44314](https://github.com/stashed/etcd/commit/5e44314) [cherry-pick] Use restic 0.13.0 (#33) (#34) -- [cbbeedc](https://github.com/stashed/etcd/commit/cbbeedc) [cherry-pick] Use Go 1.18 (#30) (#31) -- [39ee0f6](https://github.com/stashed/etcd/commit/39ee0f6) [cherry-pick] make fmt (#28) (#29) - - - -## [stashed/installer](https://github.com/stashed/installer) - -### [v2022.03.29](https://github.com/stashed/installer/releases/tag/v2022.03.29) - -- [a13b1fa7](https://github.com/stashed/installer/commit/a13b1fa7) Prepare for release v2022.03.29 (#243) -- [15dfb31d](https://github.com/stashed/installer/commit/15dfb31d) Add validation webhook to BackBlueprint. (#242) -- [6e1e9461](https://github.com/stashed/installer/commit/6e1e9461) Fix schema-checker api type (#237) -- [48aed579](https://github.com/stashed/installer/commit/48aed579) Use restic 0.13.0 (#241) -- [a4ad251a](https://github.com/stashed/installer/commit/a4ad251a) Make dashboards compatible to Grafana 7.3.5 to 8.x (#240) -- [f30dda49](https://github.com/stashed/installer/commit/f30dda49) Use Go 1.18 (#239) -- [b6584e55](https://github.com/stashed/installer/commit/b6584e55) Use Go 1.18 (#238) -- [d021d8c0](https://github.com/stashed/installer/commit/d021d8c0) Update crds -- [5c527d2b](https://github.com/stashed/installer/commit/5c527d2b) Use stash namespace by default (#236) -- [93936767](https://github.com/stashed/installer/commit/93936767) make fmt (#235) - - - -## [stashed/mariadb](https://github.com/stashed/mariadb) - -### [10.5.8-v9](https://github.com/stashed/mariadb/releases/tag/10.5.8-v9) - -- [04c1b78](https://github.com/stashed/mariadb/commit/04c1b78) Prepare for release 10.5.8-v9 (#177) -- [407e8f5](https://github.com/stashed/mariadb/commit/407e8f5) [cherry-pick] Use restic 0.13.0 (#175) (#176) -- [603f917](https://github.com/stashed/mariadb/commit/603f917) Use Go 1.18 (#173) (#174) -- [0f74c1d](https://github.com/stashed/mariadb/commit/0f74c1d) [cherry-pick] Use Go 1.18 (#171) (#172) -- [5d08051](https://github.com/stashed/mariadb/commit/5d08051) [cherry-pick] make fmt (#169) (#170) - - - -## [stashed/mongodb](https://github.com/stashed/mongodb) - -### [3.4.17-v15](https://github.com/stashed/mongodb/releases/tag/3.4.17-v15) - -- [755b8c3d](https://github.com/stashed/mongodb/commit/755b8c3d) Prepare for release 3.4.17-v15 (#1482) -- [0f01ca5a](https://github.com/stashed/mongodb/commit/0f01ca5a) Use restic 0.13.0 (#1480) (#1481) -- [b962d329](https://github.com/stashed/mongodb/commit/b962d329) Use Go 1.18 (#1466) (#1467) -- [81abf07e](https://github.com/stashed/mongodb/commit/81abf07e) [cherry-pick] Use Go 1.18 (#1452) (#1453) -- [77c64325](https://github.com/stashed/mongodb/commit/77c64325) [cherry-pick] make fmt (#1438) (#1439) -- [47ecc163](https://github.com/stashed/mongodb/commit/47ecc163) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1425) - - -### [3.4.22-v15](https://github.com/stashed/mongodb/releases/tag/3.4.22-v15) - -- [31b752ed](https://github.com/stashed/mongodb/commit/31b752ed) Prepare for release 3.4.22-v15 (#1483) -- [fc27bd6c](https://github.com/stashed/mongodb/commit/fc27bd6c) Use restic 0.13.0 (#1480) -- [8f441de2](https://github.com/stashed/mongodb/commit/8f441de2) Use Go 1.18 (#1466) (#1468) -- [f96ecfc3](https://github.com/stashed/mongodb/commit/f96ecfc3) [cherry-pick] Use Go 1.18 (#1452) (#1454) -- [3746814a](https://github.com/stashed/mongodb/commit/3746814a) [cherry-pick] make fmt (#1438) (#1440) -- [8d1a140a](https://github.com/stashed/mongodb/commit/8d1a140a) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1426) - - -### [3.6.8-v15](https://github.com/stashed/mongodb/releases/tag/3.6.8-v15) - -- [1931c4f5](https://github.com/stashed/mongodb/commit/1931c4f5) Prepare for release 3.6.8-v15 (#1485) -- [1a92d450](https://github.com/stashed/mongodb/commit/1a92d450) Use restic 0.13.0 (#1480) -- [bdd7b1cc](https://github.com/stashed/mongodb/commit/bdd7b1cc) Use Go 1.18 (#1466) (#1470) -- [1e54c5da](https://github.com/stashed/mongodb/commit/1e54c5da) [cherry-pick] Use Go 1.18 (#1452) (#1456) -- [fa12f5a3](https://github.com/stashed/mongodb/commit/fa12f5a3) [cherry-pick] make fmt (#1438) (#1442) -- [8caec9f3](https://github.com/stashed/mongodb/commit/8caec9f3) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1428) - - -### [3.6.13-v15](https://github.com/stashed/mongodb/releases/tag/3.6.13-v15) - -- [3207c3d8](https://github.com/stashed/mongodb/commit/3207c3d8) Prepare for release 3.6.13-v15 (#1484) -- [6b81e8c6](https://github.com/stashed/mongodb/commit/6b81e8c6) Use restic 0.13.0 (#1480) -- [ab4e31b1](https://github.com/stashed/mongodb/commit/ab4e31b1) Use Go 1.18 (#1466) (#1469) -- [c71b1318](https://github.com/stashed/mongodb/commit/c71b1318) [cherry-pick] Use Go 1.18 (#1452) (#1455) -- [2f1dbdba](https://github.com/stashed/mongodb/commit/2f1dbdba) [cherry-pick] make fmt (#1438) (#1441) -- [f229bc18](https://github.com/stashed/mongodb/commit/f229bc18) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1427) - - -### [4.0.3-v15](https://github.com/stashed/mongodb/releases/tag/4.0.3-v15) - -- [7214e8fa](https://github.com/stashed/mongodb/commit/7214e8fa) Prepare for release 4.0.3-v15 (#1487) -- [15e09cd3](https://github.com/stashed/mongodb/commit/15e09cd3) Use restic 0.13.0 (#1480) -- [c9d70039](https://github.com/stashed/mongodb/commit/c9d70039) Use Go 1.18 (#1466) (#1472) -- [53b80297](https://github.com/stashed/mongodb/commit/53b80297) [cherry-pick] Use Go 1.18 (#1452) (#1458) -- [8046cba4](https://github.com/stashed/mongodb/commit/8046cba4) [cherry-pick] make fmt (#1438) (#1444) -- [582f10d4](https://github.com/stashed/mongodb/commit/582f10d4) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1430) - - -### [4.0.5-v15](https://github.com/stashed/mongodb/releases/tag/4.0.5-v15) - -- [b4a5a87c](https://github.com/stashed/mongodb/commit/b4a5a87c) Prepare for release 4.0.5-v15 (#1488) -- [de293f86](https://github.com/stashed/mongodb/commit/de293f86) Use restic 0.13.0 (#1480) -- [179b2fdc](https://github.com/stashed/mongodb/commit/179b2fdc) Use Go 1.18 (#1466) (#1473) -- [22a17498](https://github.com/stashed/mongodb/commit/22a17498) [cherry-pick] Use Go 1.18 (#1452) (#1459) -- [e128a299](https://github.com/stashed/mongodb/commit/e128a299) [cherry-pick] make fmt (#1438) (#1445) -- [fc5f6506](https://github.com/stashed/mongodb/commit/fc5f6506) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1431) - - -### [4.0.11-v15](https://github.com/stashed/mongodb/releases/tag/4.0.11-v15) - -- [1d7a3de0](https://github.com/stashed/mongodb/commit/1d7a3de0) Prepare for release 4.0.11-v15 (#1486) -- [0cccc482](https://github.com/stashed/mongodb/commit/0cccc482) Use restic 0.13.0 (#1480) -- [52ee2894](https://github.com/stashed/mongodb/commit/52ee2894) Use Go 1.18 (#1466) (#1471) -- [8ef1c550](https://github.com/stashed/mongodb/commit/8ef1c550) [cherry-pick] Use Go 1.18 (#1452) (#1457) -- [847a3505](https://github.com/stashed/mongodb/commit/847a3505) [cherry-pick] make fmt (#1438) (#1443) -- [c61280d0](https://github.com/stashed/mongodb/commit/c61280d0) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1429) - - -### [4.1.4-v15](https://github.com/stashed/mongodb/releases/tag/4.1.4-v15) - -- [619d4081](https://github.com/stashed/mongodb/commit/619d4081) Prepare for release 4.1.4-v15 (#1490) -- [92453bef](https://github.com/stashed/mongodb/commit/92453bef) Use restic 0.13.0 (#1480) -- [7346833f](https://github.com/stashed/mongodb/commit/7346833f) [cherry-pick] Use Go 1.18 (#1466) (#1475) -- [4908b80a](https://github.com/stashed/mongodb/commit/4908b80a) [cherry-pick] Use Go 1.18 (#1452) (#1461) -- [367d80e1](https://github.com/stashed/mongodb/commit/367d80e1) [cherry-pick] make fmt (#1438) (#1447) -- [13d8ad14](https://github.com/stashed/mongodb/commit/13d8ad14) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1433) - - -### [4.1.7-v15](https://github.com/stashed/mongodb/releases/tag/4.1.7-v15) - -- [eb26eb18](https://github.com/stashed/mongodb/commit/eb26eb18) Prepare for release 4.1.7-v15 (#1491) -- [2481e91d](https://github.com/stashed/mongodb/commit/2481e91d) Use restic 0.13.0 (#1480) -- [9530b9f8](https://github.com/stashed/mongodb/commit/9530b9f8) [cherry-pick] Use Go 1.18 (#1466) (#1476) -- [c5aab733](https://github.com/stashed/mongodb/commit/c5aab733) [cherry-pick] Use Go 1.18 (#1452) (#1462) -- [05adf1b1](https://github.com/stashed/mongodb/commit/05adf1b1) [cherry-pick] make fmt (#1438) (#1448) -- [ccbd1152](https://github.com/stashed/mongodb/commit/ccbd1152) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1434) - - -### [4.1.13-v15](https://github.com/stashed/mongodb/releases/tag/4.1.13-v15) - -- [2c3283e9](https://github.com/stashed/mongodb/commit/2c3283e9) Prepare for release 4.1.13-v15 (#1489) -- [3a8b3866](https://github.com/stashed/mongodb/commit/3a8b3866) Use restic 0.13.0 (#1480) -- [24836e66](https://github.com/stashed/mongodb/commit/24836e66) Use Go 1.18 (#1466) (#1474) -- [11b3b09c](https://github.com/stashed/mongodb/commit/11b3b09c) [cherry-pick] Use Go 1.18 (#1452) (#1460) -- [3bfab9f1](https://github.com/stashed/mongodb/commit/3bfab9f1) [cherry-pick] make fmt (#1438) (#1446) -- [6d2aa5fc](https://github.com/stashed/mongodb/commit/6d2aa5fc) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1432) - - -### [4.2.3-v15](https://github.com/stashed/mongodb/releases/tag/4.2.3-v15) - -- [652a9602](https://github.com/stashed/mongodb/commit/652a9602) Prepare for release 4.2.3-v15 (#1492) -- [120e3822](https://github.com/stashed/mongodb/commit/120e3822) Use restic 0.13.0 (#1480) -- [552c5217](https://github.com/stashed/mongodb/commit/552c5217) [cherry-pick] Use Go 1.18 (#1466) (#1477) -- [cbf442eb](https://github.com/stashed/mongodb/commit/cbf442eb) [cherry-pick] Use Go 1.18 (#1452) (#1463) -- [4d39da7a](https://github.com/stashed/mongodb/commit/4d39da7a) [cherry-pick] make fmt (#1438) (#1449) -- [b60b11fd](https://github.com/stashed/mongodb/commit/b60b11fd) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1435) - - -### [4.4.6-v6](https://github.com/stashed/mongodb/releases/tag/4.4.6-v6) - -- [a7043538](https://github.com/stashed/mongodb/commit/a7043538) Prepare for release 4.4.6-v6 (#1493) -- [6f30e9ef](https://github.com/stashed/mongodb/commit/6f30e9ef) Use restic 0.13.0 (#1480) -- [55ca4046](https://github.com/stashed/mongodb/commit/55ca4046) [cherry-pick] Use Go 1.18 (#1466) (#1478) -- [5b7846c4](https://github.com/stashed/mongodb/commit/5b7846c4) [cherry-pick] Use Go 1.18 (#1452) (#1464) -- [e16bcac4](https://github.com/stashed/mongodb/commit/e16bcac4) [cherry-pick] make fmt (#1438) (#1450) -- [8d939ff6](https://github.com/stashed/mongodb/commit/8d939ff6) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1436) - - -### [5.0.3-v3](https://github.com/stashed/mongodb/releases/tag/5.0.3-v3) - -- [0fc4d4f9](https://github.com/stashed/mongodb/commit/0fc4d4f9) Use restic 0.13.0 (#1480) -- [15939f28](https://github.com/stashed/mongodb/commit/15939f28) [cherry-pick] Use Go 1.18 (#1466) (#1479) -- [e0ae2279](https://github.com/stashed/mongodb/commit/e0ae2279) [cherry-pick] Use Go 1.18 (#1452) (#1465) -- [1cdc0ae5](https://github.com/stashed/mongodb/commit/1cdc0ae5) [cherry-pick] make fmt (#1438) (#1451) -- [1aacdd1f](https://github.com/stashed/mongodb/commit/1aacdd1f) [cherry-pick] Update flags: `--username`, `--password` to `--username=`, `--password=` (#1437) - - - -## [stashed/mysql](https://github.com/stashed/mysql) - -### [5.7.25-v16](https://github.com/stashed/mysql/releases/tag/5.7.25-v16) - -- [bb07cd05](https://github.com/stashed/mysql/commit/bb07cd05) Prepare for release 5.7.25-v16 (#599) -- [d481d606](https://github.com/stashed/mysql/commit/d481d606) [cherry-pick] Use restic 0.13.0 (#594) (#595) -- [518948e0](https://github.com/stashed/mysql/commit/518948e0) [cherry-pick] Use Go 1.18 (#589) (#590) -- [77a5f78c](https://github.com/stashed/mysql/commit/77a5f78c) [cherry-pick] Use Go 1.18 (#584) (#585) -- [595a7669](https://github.com/stashed/mysql/commit/595a7669) [cherry-pick] make fmt (#579) (#580) - - -### [8.0.3-v16](https://github.com/stashed/mysql/releases/tag/8.0.3-v16) - -- [2a1de95f](https://github.com/stashed/mysql/commit/2a1de95f) Prepare for release 8.0.3-v16 (#602) -- [7d4c8598](https://github.com/stashed/mysql/commit/7d4c8598) [cherry-pick] Use restic 0.13.0 (#594) (#598) -- [690c5e57](https://github.com/stashed/mysql/commit/690c5e57) [cherry-pick] Use Go 1.18 (#589) (#593) -- [d74f25c0](https://github.com/stashed/mysql/commit/d74f25c0) [cherry-pick] Use Go 1.18 (#584) (#588) -- [8d564007](https://github.com/stashed/mysql/commit/8d564007) [cherry-pick] make fmt (#579) (#583) - - -### [8.0.14-v16](https://github.com/stashed/mysql/releases/tag/8.0.14-v16) - -- [4ddb1407](https://github.com/stashed/mysql/commit/4ddb1407) Prepare for release 8.0.14-v16 (#600) -- [3dac3d8e](https://github.com/stashed/mysql/commit/3dac3d8e) [cherry-pick] Use restic 0.13.0 (#594) (#596) -- [243c3032](https://github.com/stashed/mysql/commit/243c3032) [cherry-pick] Use Go 1.18 (#589) (#591) -- [32dc6eb9](https://github.com/stashed/mysql/commit/32dc6eb9) [cherry-pick] Use Go 1.18 (#584) (#586) -- [a549ebdf](https://github.com/stashed/mysql/commit/a549ebdf) [cherry-pick] make fmt (#579) (#581) - - -### [8.0.21-v10](https://github.com/stashed/mysql/releases/tag/8.0.21-v10) - -- [179a84fb](https://github.com/stashed/mysql/commit/179a84fb) Prepare for release 8.0.21-v10 (#601) -- [8a441e4e](https://github.com/stashed/mysql/commit/8a441e4e) [cherry-pick] Use restic 0.13.0 (#594) (#597) -- [0804b601](https://github.com/stashed/mysql/commit/0804b601) [cherry-pick] Use Go 1.18 (#589) (#592) -- [0064f95c](https://github.com/stashed/mysql/commit/0064f95c) [cherry-pick] Use Go 1.18 (#584) (#587) -- [b6b7c653](https://github.com/stashed/mysql/commit/b6b7c653) [cherry-pick] make fmt (#579) (#582) - - - -## [stashed/nats](https://github.com/stashed/nats) - -### [2.6.1-v3](https://github.com/stashed/nats/releases/tag/2.6.1-v3) - -- [cfe6a27](https://github.com/stashed/nats/commit/cfe6a27) Prepare for release 2.6.1-v3 (#38) -- [d7d5f7c](https://github.com/stashed/nats/commit/d7d5f7c) [cherry-pick] Use restic 0.13.0 (#36) (#37) -- [234dc73](https://github.com/stashed/nats/commit/234dc73) [cherry-pick] Use Go 1.18 (#34) (#35) -- [ed5c4a7](https://github.com/stashed/nats/commit/ed5c4a7) [cherry-pick] Use Go 1.18 (#32) (#33) -- [17de3e7](https://github.com/stashed/nats/commit/17de3e7) [cherry-pick] make fmt (#30) (#31) - - - -## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) - -### [5.7-v11](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v11) - -- [be059737](https://github.com/stashed/percona-xtradb/commit/be059737) Prepare for release 5.7-v11 (#248) -- [b5fafc54](https://github.com/stashed/percona-xtradb/commit/b5fafc54) [cherry-pick] Use restic 0.13.0 (#246) (#247) -- [cd6b848e](https://github.com/stashed/percona-xtradb/commit/cd6b848e) [cherry-pick] Use Go 1.18 (#244) (#245) -- [5e9c732d](https://github.com/stashed/percona-xtradb/commit/5e9c732d) [cherry-pick] Use Go 1.18 (#242) (#243) -- [8e2fda28](https://github.com/stashed/percona-xtradb/commit/8e2fda28) [cherry-pick] make fmt (#240) (#241) - - - -## [stashed/postgres](https://github.com/stashed/postgres) - -### [9.6.19-v14](https://github.com/stashed/postgres/releases/tag/9.6.19-v14) - -- [daefabc0](https://github.com/stashed/postgres/commit/daefabc0) Prepare for release 9.6.19-v14 (#1025) -- [cb432033](https://github.com/stashed/postgres/commit/cb432033) [cherry-pick] Use restic 0.13.0 (#1014) (#1019) -- [cdc98691](https://github.com/stashed/postgres/commit/cdc98691) [cherry-pick] Use Go 1.18 (#1007) (#1013) -- [f41d2233](https://github.com/stashed/postgres/commit/f41d2233) [cherry-pick] Use Go 1.18 (#1000) (#1006) -- [ef93027e](https://github.com/stashed/postgres/commit/ef93027e) [cherry-pick] make fmt (#993) (#999) - - -### [10.14-v14](https://github.com/stashed/postgres/releases/tag/10.14-v14) - -- [44834ce7](https://github.com/stashed/postgres/commit/44834ce7) Prepare for release 10.14-v14 (#1020) -- [49e26c7b](https://github.com/stashed/postgres/commit/49e26c7b) [cherry-pick] Use restic 0.13.0 (#1014) (#1015) -- [671ede8a](https://github.com/stashed/postgres/commit/671ede8a) [cherry-pick] Use Go 1.18 (#1007) (#1008) -- [9aff959d](https://github.com/stashed/postgres/commit/9aff959d) [cherry-pick] Use Go 1.18 (#1000) (#1001) -- [eed7e597](https://github.com/stashed/postgres/commit/eed7e597) [cherry-pick] make fmt (#993) (#994) - - -### [11.9-v14](https://github.com/stashed/postgres/releases/tag/11.9-v14) - -- [9cf76131](https://github.com/stashed/postgres/commit/9cf76131) Prepare for release 11.9-v14 (#1021) -- [86a00eab](https://github.com/stashed/postgres/commit/86a00eab) [cherry-pick] Use restic 0.13.0 (#1014) (#1016) -- [c09b4c75](https://github.com/stashed/postgres/commit/c09b4c75) [cherry-pick] Use Go 1.18 (#1007) (#1009) -- [61b21ca5](https://github.com/stashed/postgres/commit/61b21ca5) [cherry-pick] Use Go 1.18 (#1000) (#1002) -- [767095f5](https://github.com/stashed/postgres/commit/767095f5) [cherry-pick] make fmt (#993) (#995) - - -### [12.4-v14](https://github.com/stashed/postgres/releases/tag/12.4-v14) - -- [67174902](https://github.com/stashed/postgres/commit/67174902) Prepare for release 12.4-v14 (#1022) -- [3f86c8e0](https://github.com/stashed/postgres/commit/3f86c8e0) [cherry-pick] Use restic 0.13.0 (#1014) (#1017) -- [e3c51f56](https://github.com/stashed/postgres/commit/e3c51f56) [cherry-pick] Use Go 1.18 (#1007) (#1010) -- [24676be8](https://github.com/stashed/postgres/commit/24676be8) [cherry-pick] Use Go 1.18 (#1000) (#1003) -- [d214302e](https://github.com/stashed/postgres/commit/d214302e) [cherry-pick] make fmt (#993) (#996) - - -### [13.1-v11](https://github.com/stashed/postgres/releases/tag/13.1-v11) - -- [0f7020a2](https://github.com/stashed/postgres/commit/0f7020a2) Prepare for release 13.1-v11 (#1023) -- [8f919d23](https://github.com/stashed/postgres/commit/8f919d23) [cherry-pick] Use restic 0.13.0 (#1014) (#1018) -- [fe60ccc3](https://github.com/stashed/postgres/commit/fe60ccc3) [cherry-pick] Use Go 1.18 (#1007) (#1011) -- [723475ed](https://github.com/stashed/postgres/commit/723475ed) [cherry-pick] Use Go 1.18 (#1000) (#1004) -- [b7a719bb](https://github.com/stashed/postgres/commit/b7a719bb) [cherry-pick] make fmt (#993) (#997) - - -### [14.0-v3](https://github.com/stashed/postgres/releases/tag/14.0-v3) - -- [2bdbb796](https://github.com/stashed/postgres/commit/2bdbb796) Prepare for release 14.0-v3 (#1024) -- [3c73aaeb](https://github.com/stashed/postgres/commit/3c73aaeb) [cherry-pick] Use Go 1.18 (#1007) (#1012) -- [851372a5](https://github.com/stashed/postgres/commit/851372a5) [cherry-pick] Use Go 1.18 (#1000) (#1005) -- [a65687e4](https://github.com/stashed/postgres/commit/a65687e4) [cherry-pick] make fmt (#993) (#998) - - - -## [stashed/redis](https://github.com/stashed/redis) - -### [5.0.13-v4](https://github.com/stashed/redis/releases/tag/5.0.13-v4) - -- [fb8fc3d](https://github.com/stashed/redis/commit/fb8fc3d) Prepare for release 5.0.13-v4 (#93) -- [eaf9b82](https://github.com/stashed/redis/commit/eaf9b82) [cherry-pick] Use restic 0.13.0 (#90) (#91) -- [5cb5e1f](https://github.com/stashed/redis/commit/5cb5e1f) [cherry-pick] Use Go 1.18 (#87) (#88) -- [d0bc853](https://github.com/stashed/redis/commit/d0bc853) [cherry-pick] Use Go 1.18 (#84) (#85) -- [b8d96af](https://github.com/stashed/redis/commit/b8d96af) [cherry-pick] make fmt (#81) (#82) - - -### [6.2.5-v4](https://github.com/stashed/redis/releases/tag/6.2.5-v4) - -- [58a1b2f](https://github.com/stashed/redis/commit/58a1b2f) Prepare for release 6.2.5-v4 (#94) -- [bb461a4](https://github.com/stashed/redis/commit/bb461a4) [cherry-pick] Use restic 0.13.0 (#90) (#92) -- [eec38ca](https://github.com/stashed/redis/commit/eec38ca) [cherry-pick] Use Go 1.18 (#87) (#89) -- [08a04ad](https://github.com/stashed/redis/commit/08a04ad) [cherry-pick] Use Go 1.18 (#84) (#86) -- [9ae8bc3](https://github.com/stashed/redis/commit/9ae8bc3) [cherry-pick] make fmt (#81) (#83) - - - -## [stashed/stash](https://github.com/stashed/stash) - -### [v0.19.0](https://github.com/stashed/stash/releases/tag/v0.19.0) - - - - -## [stashed/ui-server](https://github.com/stashed/ui-server) - -### [v0.2.0](https://github.com/stashed/ui-server/releases/tag/v0.2.0) - -- [652ae72](https://github.com/stashed/ui-server/commit/652ae72) Prepare for release v0.2.0 (#13) -- [3270566](https://github.com/stashed/ui-server/commit/3270566) Use Go 1.18 (#12) -- [9963c7b](https://github.com/stashed/ui-server/commit/9963c7b) Use Go 1.18 (#11) - - - - From 2521b800bfbb6ea255ef74e0e79e8f0ce1be12d1 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:53:27 +0000 Subject: [PATCH 49/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 84 ++++++++++++++++++++++++++++- releases/v2022.03.29/README.md | 25 +++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index be2821820..b4cbe5daa 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T20:27:48.474639979Z", + "release_date": "2022-03-29T20:53:27.529589247Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -90,6 +90,88 @@ } ] }, + { + "url": "github.com/stashed/docs", + "releases": [ + { + "tag": "v2022.03.29", + "commits": [ + { + "SHA": "03e2cc1", + "Subject": "Prepare for release v2022.03.29 (#215)" + }, + { + "SHA": "a7c0382", + "Subject": "Rename Advance Use Case to Different Use Case (#213)" + }, + { + "SHA": "e9dd3ab", + "Subject": "Update Documentation Homepage (#211)" + }, + { + "SHA": "fc0efbc", + "Subject": "Add requirements in installation doc. (#212)" + }, + { + "SHA": "ac70de9", + "Subject": "Add backup and restore customization doc. (#210)" + }, + { + "SHA": "3a872ce", + "Subject": "Add Frequently Asked Questions (FAQ) (#209)" + }, + { + "SHA": "6603b69", + "Subject": "Update cross namespace backup doc. (#207)" + }, + { + "SHA": "d570fd1", + "Subject": "Add Debug Helper Command in Troubleshooting Guide (#208)" + }, + { + "SHA": "3bfe4ec", + "Subject": "Add documentation for filtering files during backup/restore (#204)" + }, + { + "SHA": "7aae0d2", + "Subject": "Cross cluster backup (#205)" + }, + { + "SHA": "6a9e850", + "Subject": "Use Go 1.18 (#206)" + }, + { + "SHA": "b9aac18", + "Subject": "make fmt (#203)" + }, + { + "SHA": "1b7e07f", + "Subject": "make fmt (#202)" + }, + { + "SHA": "7ba248d", + "Subject": "Update docs for stashed/cli@8399b7e5 (#201)" + }, + { + "SHA": "c4ccaa0", + "Subject": "Update CLI docs: `downlaod`, `pause`, `resume` & `debug` (#199)" + }, + { + "SHA": "ee40fed", + "Subject": "Update concept docs for cross-namespace repository. (#200)" + }, + { + "SHA": "0895391", + "Subject": "Add docs for cross-namespace Repository support in Stash. (#197)" + }, + { + "SHA": "f767e06", + "Subject": "Update docs for demonstrating backup setup verification. (#196)" + } + ] + } + ] + }, { "url": "github.com/stashed/elasticsearch", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 45060d9f7..3cb498d78 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -31,6 +31,31 @@ +## [stashed/docs](https://github.com/stashed/docs) + +### [v2022.03.29](https://github.com/stashed/docs/releases/tag/v2022.03.29) + +- [03e2cc1](https://github.com/stashed/docs/commit/03e2cc1) Prepare for release v2022.03.29 (#215) +- [a7c0382](https://github.com/stashed/docs/commit/a7c0382) Rename Advance Use Case to Different Use Case (#213) +- [e9dd3ab](https://github.com/stashed/docs/commit/e9dd3ab) Update Documentation Homepage (#211) +- [fc0efbc](https://github.com/stashed/docs/commit/fc0efbc) Add requirements in installation doc. (#212) +- [ac70de9](https://github.com/stashed/docs/commit/ac70de9) Add backup and restore customization doc. (#210) +- [3a872ce](https://github.com/stashed/docs/commit/3a872ce) Add Frequently Asked Questions (FAQ) (#209) +- [6603b69](https://github.com/stashed/docs/commit/6603b69) Update cross namespace backup doc. (#207) +- [d570fd1](https://github.com/stashed/docs/commit/d570fd1) Add Debug Helper Command in Troubleshooting Guide (#208) +- [3bfe4ec](https://github.com/stashed/docs/commit/3bfe4ec) Add documentation for filtering files during backup/restore (#204) +- [7aae0d2](https://github.com/stashed/docs/commit/7aae0d2) Cross cluster backup (#205) +- [6a9e850](https://github.com/stashed/docs/commit/6a9e850) Use Go 1.18 (#206) +- [b9aac18](https://github.com/stashed/docs/commit/b9aac18) make fmt (#203) +- [1b7e07f](https://github.com/stashed/docs/commit/1b7e07f) make fmt (#202) +- [7ba248d](https://github.com/stashed/docs/commit/7ba248d) Update docs for stashed/cli@8399b7e5 (#201) +- [c4ccaa0](https://github.com/stashed/docs/commit/c4ccaa0) Update CLI docs: `downlaod`, `pause`, `resume` & `debug` (#199) +- [ee40fed](https://github.com/stashed/docs/commit/ee40fed) Update concept docs for cross-namespace repository. (#200) +- [0895391](https://github.com/stashed/docs/commit/0895391) Add docs for cross-namespace Repository support in Stash. (#197) +- [f767e06](https://github.com/stashed/docs/commit/f767e06) Update docs for demonstrating backup setup verification. (#196) + + + ## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) ### [5.6.4-v16](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v16) From b2e9663b3f983e783fda0cc5af91d298f302a9c3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 29 Mar 2022 20:57:39 +0000 Subject: [PATCH 50/50] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2022.03.29/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2022.03.29/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2022.03.29/CHANGELOG.json b/releases/v2022.03.29/CHANGELOG.json index b4cbe5daa..5e4e7846d 100644 --- a/releases/v2022.03.29/CHANGELOG.json +++ b/releases/v2022.03.29/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2022.03.29", - "release_date": "2022-03-29T20:53:27.529589247Z", + "release_date": "2022-03-29T20:57:39.27632772Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2022.03.29", "kubernetes_version": "1.16+", @@ -56,6 +56,24 @@ } ] }, + { + "url": "github.com/stashed/bundles", + "releases": [ + { + "tag": "v2022.03.29", + "commits": [ + { + "SHA": "8f911a3", + "Subject": "Prepare for release v2022.03.29 (#59)" + }, + { + "SHA": "29b029b", + "Subject": "Use Go 1.18 (#58)" + } + ] + } + ] + }, { "url": "github.com/stashed/cli", "releases": [ diff --git a/releases/v2022.03.29/README.md b/releases/v2022.03.29/README.md index 3cb498d78..c42704218 100644 --- a/releases/v2022.03.29/README.md +++ b/releases/v2022.03.29/README.md @@ -18,6 +18,15 @@ +## [stashed/bundles](https://github.com/stashed/bundles) + +### [v2022.03.29](https://github.com/stashed/bundles/releases/tag/v2022.03.29) + +- [8f911a3](https://github.com/stashed/bundles/commit/8f911a3) Prepare for release v2022.03.29 (#59) +- [29b029b](https://github.com/stashed/bundles/commit/29b029b) Use Go 1.18 (#58) + + + ## [stashed/cli](https://github.com/stashed/cli) ### [v0.19.0](https://github.com/stashed/cli/releases/tag/v0.19.0)