From 71d96f3f0de98f1846fe0e692d7c6d04805f3244 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 4 Oct 2023 10:44:56 -0700 Subject: [PATCH 01/57] Release: v2023.10.9 Signed-off-by: Tamal Saha --- releases/v2023.10.9/release.json | 279 +++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 releases/v2023.10.9/release.json diff --git a/releases/v2023.10.9/release.json b/releases/v2023.10.9/release.json new file mode 100644 index 000000000..b3055867c --- /dev/null +++ b/releases/v2023.10.9/release.json @@ -0,0 +1,279 @@ +{ + "product_line": "Stash", + "release": "v2023.10.9", + "docs_url_template": "https://stash.run/docs/%s", + "kubernetes_version": "1.19+", + "projects": [ + { + "github.com/stashed/apimachinery": { + "tag": "v0.32.0", + "chartNames": [ + "stash-crds" + ] + } + }, + { + "github.com/stashed/stash": { + "key": "stash-community", + "tag": "v0.32.0", + "chartNames": [ + "stash-community" + ] + } + }, + { + "github.com/stashed/enterprise": { + "key": "stash-enterprise", + "tag": "v0.32.0", + "chartNames": [ + "stash-enterprise", + "stash-catalog" + ] + } + }, + { + "github.com/stashed/cli": { + "key": "stash-cli", + "tag": "v0.32.0" + }, + "github.com/stashed/ui-server": { + "key": "stash-ui-server", + "tag": "v0.13.0" + } + }, + { + "github.com/stashed/postgres": { + "key": "stash-postgres", + "tags": { + "10.14-v27": "release-10.14", + "11.9-v27": "release-11.9", + "12.4-v27": "release-12.4", + "13.1-v24": "release-13.1", + "14.0-v16": "release-14.0", + "15.1-v8": "release-15.1", + "9.6.19-v27": "release-9.6.19" + } + } + }, + { + "github.com/stashed/elasticsearch": { + "key": "stash-elasticsearch", + "tags": { + "5.6.4-v28": "release-5.6.4", + "6.2.4-v28": "release-6.2.4", + "6.3.0-v28": "release-6.3.0", + "6.4.0-v28": "release-6.4.0", + "6.5.3-v28": "release-6.5.3", + "6.8.0-v28": "release-6.8.0", + "7.14.0-v14": "release-7.14.0", + "7.2.0-v28": "release-7.2.0", + "7.3.2-v28": "release-7.3.2", + "8.2.0-v11": "release-8.2.0" + } + } + }, + { + "github.com/stashed/mongodb": { + "key": "stash-mongodb", + "tags": { + "3.4.17-v28": "release-3.4.17", + "3.4.22-v28": "release-3.4.22", + "3.6.13-v28": "release-3.6.13", + "3.6.8-v28": "release-3.6.8", + "4.0.11-v28": "release-4.0.11", + "4.0.3-v28": "release-4.0.3", + "4.0.5-v28": "release-4.0.5", + "4.1.13-v28": "release-4.1.13", + "4.1.4-v28": "release-4.1.4", + "4.1.7-v28": "release-4.1.7", + "4.2.3-v28": "release-4.2.3", + "4.4.6-v19": "release-4.4.6", + "5.0.15-v1": "release-5.0.15", + "5.0.3-v16": "release-5.0.3", + "6.0.5-v4": "release-6.0.5" + } + } + }, + { + "github.com/stashed/mysql": { + "key": "stash-mysql", + "tags": { + "5.7.25-v28": "release-5.7.25", + "8.0.14-v28": "release-8.0.14", + "8.0.21-v22": "release-8.0.21", + "8.0.3-v28": "release-8.0.3" + } + } + }, + { + "github.com/stashed/mariadb": { + "key": "stash-mariadb", + "tags": { + "10.5.8-v21": "release-10.5.8" + } + } + }, + { + "github.com/stashed/redis": { + "key": "stash-redis", + "tags": { + "5.0.13-v16": "release-5.0.13", + "6.2.5-v16": "release-6.2.5", + "7.0.5-v9": "release-7.0.5" + } + } + }, + { + "github.com/stashed/percona-xtradb": { + "key": "stash-percona-xtradb", + "tags": { + "5.7-v23": "release-5.7" + } + } + }, + { + "github.com/stashed/nats": { + "key": "stash-nats", + "tags": { + "2.6.1-v16": "release-2.6.1", + "2.8.2-v11": "release-2.8.2" + } + } + }, + { + "github.com/stashed/etcd": { + "key": "stash-etcd", + "tags": { + "3.5.0-v15": "release-3.5.0" + } + } + }, + { + "github.com/stashed/kubedump": { + "key": "stash-kubedump", + "tags": { + "0.1.0-v11": "release-0.1.0" + } + } + }, + { + "github.com/stashed/vault": { + "key": "stash-vault", + "tags": { + "1.10.3-v8": "release-1.10.3" + } + } + }, + { + "github.com/stashed/installer": { + "key": "stash-installer", + "tag": "v2023.10.9", + "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": "v2023.10.9", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/stashed/website": { + "tag": "v2023.10.9", + "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": "v2023.10.9", + "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/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/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/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/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/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" + ] + } + } +} \ No newline at end of file From 98aa98e2cbfbb3981299669c2b835faf4ae81122 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 17:46:34 +0000 Subject: [PATCH 02/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 32 ++++++++++++++++++++++++++++++ releases/v2023.10.9/README.md | 13 ++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 releases/v2023.10.9/CHANGELOG.json create mode 100644 releases/v2023.10.9/README.md diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json new file mode 100644 index 000000000..74d457b54 --- /dev/null +++ b/releases/v2023.10.9/CHANGELOG.json @@ -0,0 +1,32 @@ +{ + "product_line": "Stash", + "release": "v2023.10.9", + "release_date": "2023-10-04T17:46:34.770815975Z", + "release_project_url": "https://github.com/stashed/CHANGELOG", + "docs_url": "https://stash.run/docs/v2023.10.9", + "kubernetes_version": "1.19+", + "projects": [ + { + "url": "github.com/stashed/apimachinery", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "47e563c6", + "Subject": "Update deps" + }, + { + "SHA": "741d0149", + "Subject": "Add restic methods for managing restic keys (#211)" + }, + { + "SHA": "3eb3dc0d", + "Subject": "Add new hookExecutionPolicy `OnFinalRetryFailure` (#210)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md new file mode 100644 index 000000000..c10f7f84a --- /dev/null +++ b/releases/v2023.10.9/README.md @@ -0,0 +1,13 @@ +# Stash v2023.10.9 (2023-10-04) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.32.0](https://github.com/stashed/apimachinery/releases/tag/v0.32.0) + +- [47e563c6](https://github.com/stashed/apimachinery/commit/47e563c6) Update deps +- [741d0149](https://github.com/stashed/apimachinery/commit/741d0149) Add restic methods for managing restic keys (#211) +- [3eb3dc0d](https://github.com/stashed/apimachinery/commit/3eb3dc0d) Add new hookExecutionPolicy `OnFinalRetryFailure` (#210) + + + From 2cbab43086972ceeea528b39363d3b888aab3938 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 17:46:37 +0000 Subject: [PATCH 03/57] 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 117a156f2..bd187c965 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2023.10.9](https:/github.com/stashed/CHANGELOG/releases/tag/v2023.10.9) | 2023-10-04 | [User Guide](https://stash.run/docs/v2023.10.9) | [CHANGELOG](/releases/v2023.10.9/README.md) | 1.19+ | | [v2023.08.18](https:/github.com/stashed/CHANGELOG/releases/tag/v2023.08.18) | 2023-08-15 | [User Guide](https://stash.run/docs/v2023.08.18) | [CHANGELOG](/releases/v2023.08.18/README.md) | 1.19+ | | [v2023.05.31](https:/github.com/stashed/CHANGELOG/releases/tag/v2023.05.31) | 2023-05-30 | [User Guide](https://stash.run/docs/v2023.05.31) | [CHANGELOG](/releases/v2023.05.31/README.md) | 1.19+ | | [v2023.04.30](https:/github.com/stashed/CHANGELOG/releases/tag/v2023.04.30) | 2023-05-01 | [User Guide](https://stash.run/docs/v2023.04.30) | [CHANGELOG](/releases/v2023.04.30/README.md) | 1.19+ | From ee9e61e790653477e838e92a1ed89601f6d4e8a9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:02:12 +0000 Subject: [PATCH 04/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 74d457b54..3730ba886 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T17:46:34.770815975Z", + "release_date": "2023-10-04T18:02:12.838523801Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -27,6 +27,20 @@ ] } ] + }, + { + "url": "github.com/stashed/stash", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "993671e74", + "Subject": "Prepare for release v0.32.0 (#1539)" + } + ] + } + ] } ] } diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index c10f7f84a..8535e4245 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -11,3 +11,11 @@ +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) + +- [993671e7](https://github.com/stashed/stash/commit/993671e74) Prepare for release v0.32.0 (#1539) + + + From 4677cc8e7479d78a7ce662854abef8aa860d9112 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:36:36 +0000 Subject: [PATCH 05/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2023.10.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 3730ba886..8757c9c9b 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:02:12.838523801Z", + "release_date": "2023-10-04T18:36:36.877630347Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -28,6 +28,24 @@ } ] }, + { + "url": "github.com/stashed/enterprise", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "433789a4c", + "Subject": "Prepare for release v0.32.0 (#240)" + }, + { + "SHA": "149f81cc2", + "Subject": "Add commands for managing restic passwords + Update snapshot download directory (#239)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 8535e4245..a03c0ceb5 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -11,6 +11,15 @@ +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.32.0](https://github.com/stashed/enterprise/releases/tag/v0.32.0) + +- [433789a4](https://github.com/stashed/enterprise/commit/433789a4c) Prepare for release v0.32.0 (#240) +- [149f81cc](https://github.com/stashed/enterprise/commit/149f81cc2) Add commands for managing restic passwords + Update snapshot download directory (#239) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) From 006468ac9268dc5d18c9a09320bae62e4147d60d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:48:30 +0000 Subject: [PATCH 06/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2023.10.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 8757c9c9b..04998feec 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:36:36.877630347Z", + "release_date": "2023-10-04T18:48:29.989385856Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -28,6 +28,24 @@ } ] }, + { + "url": "github.com/stashed/cli", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "575a83da", + "Subject": "Prepare for release v0.32.0 (#190)" + }, + { + "SHA": "a5706148", + "Subject": "Add commands for generating restore rules and managing restic keys (#189)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index a03c0ceb5..d3e70af63 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -11,6 +11,15 @@ +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.32.0](https://github.com/stashed/cli/releases/tag/v0.32.0) + +- [575a83da](https://github.com/stashed/cli/commit/575a83da) Prepare for release v0.32.0 (#190) +- [a5706148](https://github.com/stashed/cli/commit/a5706148) Add commands for generating restore rules and managing restic keys (#189) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.32.0](https://github.com/stashed/enterprise/releases/tag/v0.32.0) From 119ca36187ee3a7d00fd0261aff7dd8ac139a01e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:22 +0000 Subject: [PATCH 07/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 04998feec..9079caa4b 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:48:29.989385856Z", + "release_date": "2023-10-04T18:59:22.304646892Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -64,6 +64,20 @@ } ] }, + { + "url": "github.com/stashed/postgres", + "releases": [ + { + "tag": "10.14-v27", + "commits": [ + { + "SHA": "3a7ba3fa", + "Subject": "Prepare for release 10.14-v27 (#1224)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index d3e70af63..0382b744b 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -29,6 +29,14 @@ +## [stashed/postgres](https://github.com/stashed/postgres) + +### [10.14-v27](https://github.com/stashed/postgres/releases/tag/10.14-v27) + +- [3a7ba3fa](https://github.com/stashed/postgres/commit/3a7ba3fa) Prepare for release 10.14-v27 (#1224) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) From 8cce034f4342606e6ad17f83efac68209ca314fb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:24 +0000 Subject: [PATCH 08/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 9079caa4b..93f8f715f 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:22.304646892Z", + "release_date": "2023-10-04T18:59:24.966358499Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -75,6 +75,15 @@ "Subject": "Prepare for release 10.14-v27 (#1224)" } ] + }, + { + "tag": "11.9-v27", + "commits": [ + { + "SHA": "b8bb39e3", + "Subject": "Prepare for release 11.9-v27 (#1225)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 0382b744b..4e242edb7 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -36,6 +36,11 @@ - [3a7ba3fa](https://github.com/stashed/postgres/commit/3a7ba3fa) Prepare for release 10.14-v27 (#1224) +### [11.9-v27](https://github.com/stashed/postgres/releases/tag/11.9-v27) + +- [b8bb39e3](https://github.com/stashed/postgres/commit/b8bb39e3) Prepare for release 11.9-v27 (#1225) + + ## [stashed/stash](https://github.com/stashed/stash) From a26f6357a2b820bf435fe74126a236e63c87313a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:27 +0000 Subject: [PATCH 09/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 93f8f715f..e907aa3a6 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:24.966358499Z", + "release_date": "2023-10-04T18:59:27.850467565Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -84,6 +84,15 @@ "Subject": "Prepare for release 11.9-v27 (#1225)" } ] + }, + { + "tag": "12.4-v27", + "commits": [ + { + "SHA": "fb6b2835", + "Subject": "Prepare for release 12.4-v27 (#1226)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 4e242edb7..4e92dd5ea 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -41,6 +41,11 @@ - [b8bb39e3](https://github.com/stashed/postgres/commit/b8bb39e3) Prepare for release 11.9-v27 (#1225) +### [12.4-v27](https://github.com/stashed/postgres/releases/tag/12.4-v27) + +- [fb6b2835](https://github.com/stashed/postgres/commit/fb6b2835) Prepare for release 12.4-v27 (#1226) + + ## [stashed/stash](https://github.com/stashed/stash) From 3f4d99cbf8f713dfe547b28a3047c652305ad05e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:30 +0000 Subject: [PATCH 10/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index e907aa3a6..829a3c4db 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:27.850467565Z", + "release_date": "2023-10-04T18:59:30.642143357Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -93,6 +93,15 @@ "Subject": "Prepare for release 12.4-v27 (#1226)" } ] + }, + { + "tag": "13.1-v24", + "commits": [ + { + "SHA": "3e815eba", + "Subject": "Prepare for release 13.1-v24 (#1227)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 4e92dd5ea..381c7b279 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -46,6 +46,11 @@ - [fb6b2835](https://github.com/stashed/postgres/commit/fb6b2835) Prepare for release 12.4-v27 (#1226) +### [13.1-v24](https://github.com/stashed/postgres/releases/tag/13.1-v24) + +- [3e815eba](https://github.com/stashed/postgres/commit/3e815eba) Prepare for release 13.1-v24 (#1227) + + ## [stashed/stash](https://github.com/stashed/stash) From e8910ab7cbdf390018e511c4375c454136e1ebcb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:33 +0000 Subject: [PATCH 11/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 829a3c4db..5d6dc5907 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:30.642143357Z", + "release_date": "2023-10-04T18:59:33.365629907Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -102,6 +102,15 @@ "Subject": "Prepare for release 13.1-v24 (#1227)" } ] + }, + { + "tag": "14.0-v16", + "commits": [ + { + "SHA": "7183205b", + "Subject": "Prepare for release 14.0-v16 (#1228)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 381c7b279..e541e3d08 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -51,6 +51,11 @@ - [3e815eba](https://github.com/stashed/postgres/commit/3e815eba) Prepare for release 13.1-v24 (#1227) +### [14.0-v16](https://github.com/stashed/postgres/releases/tag/14.0-v16) + +- [7183205b](https://github.com/stashed/postgres/commit/7183205b) Prepare for release 14.0-v16 (#1228) + + ## [stashed/stash](https://github.com/stashed/stash) From 50769e66fd2829e2579689be5d694a59918e64d6 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:36 +0000 Subject: [PATCH 12/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 5d6dc5907..0536f9d0e 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:33.365629907Z", + "release_date": "2023-10-04T18:59:36.038174499Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -111,6 +111,15 @@ "Subject": "Prepare for release 14.0-v16 (#1228)" } ] + }, + { + "tag": "15.1-v8", + "commits": [ + { + "SHA": "00deb5be", + "Subject": "Prepare for release 15.1-v8 (#1229)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index e541e3d08..db67d4b47 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -56,6 +56,11 @@ - [7183205b](https://github.com/stashed/postgres/commit/7183205b) Prepare for release 14.0-v16 (#1228) +### [15.1-v8](https://github.com/stashed/postgres/releases/tag/15.1-v8) + +- [00deb5be](https://github.com/stashed/postgres/commit/00deb5be) Prepare for release 15.1-v8 (#1229) + + ## [stashed/stash](https://github.com/stashed/stash) From 7b37d54b9904fcc2fffd213874af8c093c6fab2d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 18:59:38 +0000 Subject: [PATCH 13/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 0536f9d0e..555a2d5ab 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:36.038174499Z", + "release_date": "2023-10-04T18:59:38.784968037Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -67,6 +67,15 @@ { "url": "github.com/stashed/postgres", "releases": [ + { + "tag": "9.6.19-v27", + "commits": [ + { + "SHA": "c8aa8598", + "Subject": "Prepare for release 9.6.19-v27 (#1230)" + } + ] + }, { "tag": "10.14-v27", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index db67d4b47..e5314604f 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -31,6 +31,11 @@ ## [stashed/postgres](https://github.com/stashed/postgres) +### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) + +- [c8aa8598](https://github.com/stashed/postgres/commit/c8aa8598) Prepare for release 9.6.19-v27 (#1230) + + ### [10.14-v27](https://github.com/stashed/postgres/releases/tag/10.14-v27) - [3a7ba3fa](https://github.com/stashed/postgres/commit/3a7ba3fa) Prepare for release 10.14-v27 (#1224) From 6f16bb6610d870b75550fb5818e0a5c5a2120044 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:31 +0000 Subject: [PATCH 14/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 555a2d5ab..7d18784de 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T18:59:38.784968037Z", + "release_date": "2023-10-04T19:12:31.126928972Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -46,6 +46,20 @@ } ] }, + { + "url": "github.com/stashed/elasticsearch", + "releases": [ + { + "tag": "5.6.4-v28", + "commits": [ + { + "SHA": "a8d57072", + "Subject": "Prepare for release 5.6.4-v28 (#1434)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index e5314604f..c80c103cc 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -20,6 +20,14 @@ +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v28](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v28) + +- [a8d57072](https://github.com/stashed/elasticsearch/commit/a8d57072) Prepare for release 5.6.4-v28 (#1434) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.32.0](https://github.com/stashed/enterprise/releases/tag/v0.32.0) From 5905b14e6e56056a87a7ae1ef714b495f005efab Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:33 +0000 Subject: [PATCH 15/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 7d18784de..80116fdcd 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:31.126928972Z", + "release_date": "2023-10-04T19:12:33.237971457Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -57,6 +57,15 @@ "Subject": "Prepare for release 5.6.4-v28 (#1434)" } ] + }, + { + "tag": "6.2.4-v28", + "commits": [ + { + "SHA": "7dbca84a", + "Subject": "Prepare for release 6.2.4-v28 (#1435)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index c80c103cc..5ba866c2c 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -27,6 +27,11 @@ - [a8d57072](https://github.com/stashed/elasticsearch/commit/a8d57072) Prepare for release 5.6.4-v28 (#1434) +### [6.2.4-v28](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v28) + +- [7dbca84a](https://github.com/stashed/elasticsearch/commit/7dbca84a) Prepare for release 6.2.4-v28 (#1435) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 1f4b3d1ca25cb345426a33c54cd62fe6eaa9fa95 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:34 +0000 Subject: [PATCH 16/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 80116fdcd..3ef8650c0 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:33.237971457Z", + "release_date": "2023-10-04T19:12:34.971440416Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -66,6 +66,15 @@ "Subject": "Prepare for release 6.2.4-v28 (#1435)" } ] + }, + { + "tag": "6.3.0-v28", + "commits": [ + { + "SHA": "a9ece1ec", + "Subject": "Prepare for release 6.3.0-v28 (#1436)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 5ba866c2c..d4c2cc7ba 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -32,6 +32,11 @@ - [7dbca84a](https://github.com/stashed/elasticsearch/commit/7dbca84a) Prepare for release 6.2.4-v28 (#1435) +### [6.3.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v28) + +- [a9ece1ec](https://github.com/stashed/elasticsearch/commit/a9ece1ec) Prepare for release 6.3.0-v28 (#1436) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 424e25a0bab7f46c6054cb2cf9cbd3fbe01ff7e4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:36 +0000 Subject: [PATCH 17/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 3ef8650c0..63d798bba 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:34.971440416Z", + "release_date": "2023-10-04T19:12:36.644602923Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -75,6 +75,15 @@ "Subject": "Prepare for release 6.3.0-v28 (#1436)" } ] + }, + { + "tag": "6.4.0-v28", + "commits": [ + { + "SHA": "8b4ab388", + "Subject": "Prepare for release 6.4.0-v28 (#1437)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index d4c2cc7ba..4f0c11530 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -37,6 +37,11 @@ - [a9ece1ec](https://github.com/stashed/elasticsearch/commit/a9ece1ec) Prepare for release 6.3.0-v28 (#1436) +### [6.4.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v28) + +- [8b4ab388](https://github.com/stashed/elasticsearch/commit/8b4ab388) Prepare for release 6.4.0-v28 (#1437) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 62e4ec44d329b8bee79345f09faebc7b27f6d224 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:38 +0000 Subject: [PATCH 18/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 63d798bba..8c0671af7 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:36.644602923Z", + "release_date": "2023-10-04T19:12:38.364993061Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -84,6 +84,15 @@ "Subject": "Prepare for release 6.4.0-v28 (#1437)" } ] + }, + { + "tag": "6.5.3-v28", + "commits": [ + { + "SHA": "082ca286", + "Subject": "Prepare for release 6.5.3-v28 (#1438)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 4f0c11530..bd2c20884 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -42,6 +42,11 @@ - [8b4ab388](https://github.com/stashed/elasticsearch/commit/8b4ab388) Prepare for release 6.4.0-v28 (#1437) +### [6.5.3-v28](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v28) + +- [082ca286](https://github.com/stashed/elasticsearch/commit/082ca286) Prepare for release 6.5.3-v28 (#1438) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 8dc81bd26a18396dad89554b14fa4594aa37e789 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:40 +0000 Subject: [PATCH 19/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 8c0671af7..e9731049d 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:38.364993061Z", + "release_date": "2023-10-04T19:12:40.11182262Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -93,6 +93,15 @@ "Subject": "Prepare for release 6.5.3-v28 (#1438)" } ] + }, + { + "tag": "6.8.0-v28", + "commits": [ + { + "SHA": "84e1ee57", + "Subject": "Prepare for release 6.8.0-v28 (#1439)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index bd2c20884..3ff41867b 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -47,6 +47,11 @@ - [082ca286](https://github.com/stashed/elasticsearch/commit/082ca286) Prepare for release 6.5.3-v28 (#1438) +### [6.8.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v28) + +- [84e1ee57](https://github.com/stashed/elasticsearch/commit/84e1ee57) Prepare for release 6.8.0-v28 (#1439) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From ad2cf3c5d13f333d13cff6dbe0c3e9cade746008 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:42 +0000 Subject: [PATCH 20/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index e9731049d..4ae5d2148 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:40.11182262Z", + "release_date": "2023-10-04T19:12:41.998695312Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -102,6 +102,15 @@ "Subject": "Prepare for release 6.8.0-v28 (#1439)" } ] + }, + { + "tag": "7.14.0-v14", + "commits": [ + { + "SHA": "91ad7fe5", + "Subject": "Prepare for release 7.14.0-v14 (#1440)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 3ff41867b..53e9d38b0 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -52,6 +52,11 @@ - [84e1ee57](https://github.com/stashed/elasticsearch/commit/84e1ee57) Prepare for release 6.8.0-v28 (#1439) +### [7.14.0-v14](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v14) + +- [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From f0ec28960b7687e0e4820dd8ce6613a70b542c92 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:43 +0000 Subject: [PATCH 21/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 4ae5d2148..262e33ef9 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:41.998695312Z", + "release_date": "2023-10-04T19:12:43.764500501Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -103,6 +103,15 @@ } ] }, + { + "tag": "7.2.0-v28", + "commits": [ + { + "SHA": "3e6a708f", + "Subject": "Prepare for release 7.2.0-v28 (#1441)" + } + ] + }, { "tag": "7.14.0-v14", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 53e9d38b0..7695ac6c2 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -52,6 +52,11 @@ - [84e1ee57](https://github.com/stashed/elasticsearch/commit/84e1ee57) Prepare for release 6.8.0-v28 (#1439) +### [7.2.0-v28](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v28) + +- [3e6a708f](https://github.com/stashed/elasticsearch/commit/3e6a708f) Prepare for release 7.2.0-v28 (#1441) + + ### [7.14.0-v14](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v14) - [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) From b008aff80d43a15116708ed778affef0013cb06c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:46 +0000 Subject: [PATCH 22/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 262e33ef9..f6d34fbe7 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:43.764500501Z", + "release_date": "2023-10-04T19:12:46.42257186Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -112,6 +112,15 @@ } ] }, + { + "tag": "7.3.2-v28", + "commits": [ + { + "SHA": "9249eefe", + "Subject": "Prepare for release 7.3.2-v28 (#1442)" + } + ] + }, { "tag": "7.14.0-v14", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 7695ac6c2..496c98195 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -57,6 +57,11 @@ - [3e6a708f](https://github.com/stashed/elasticsearch/commit/3e6a708f) Prepare for release 7.2.0-v28 (#1441) +### [7.3.2-v28](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v28) + +- [9249eefe](https://github.com/stashed/elasticsearch/commit/9249eefe) Prepare for release 7.3.2-v28 (#1442) + + ### [7.14.0-v14](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v14) - [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) From 09ce24778a49c23a17b5b421385f77415d35c5a3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 19:12:48 +0000 Subject: [PATCH 23/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index f6d34fbe7..54d48c47f 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:46.42257186Z", + "release_date": "2023-10-04T19:12:48.165852695Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -129,6 +129,15 @@ "Subject": "Prepare for release 7.14.0-v14 (#1440)" } ] + }, + { + "tag": "8.2.0-v11", + "commits": [ + { + "SHA": "8142ea6d", + "Subject": "Prepare for release 8.2.0-v11 (#1443)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 496c98195..459d9c038 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -67,6 +67,11 @@ - [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) +### [8.2.0-v11](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v11) + +- [8142ea6d](https://github.com/stashed/elasticsearch/commit/8142ea6d) Prepare for release 8.2.0-v11 (#1443) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From cacdc7896f413f25509adbf05ac3a6ac5e98ea1b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:42 +0000 Subject: [PATCH 24/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2023.10.9/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 54d48c47f..9c894c03a 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T19:12:48.165852695Z", + "release_date": "2023-10-04T20:10:42.983313551Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -159,6 +159,32 @@ } ] }, + { + "url": "github.com/stashed/mongodb", + "releases": [ + { + "tag": "3.4.17-v28", + "commits": [ + { + "SHA": "bcf4a647", + "Subject": "Prepare for release 3.4.17-v28 (#1976)" + }, + { + "SHA": "66d02849", + "Subject": "Unlock and sync secondary (#1973)" + }, + { + "SHA": "8d14efa5", + "Subject": "Add support for restoring specific snapshot (#1927) (#1947)" + }, + { + "SHA": "cb8f9ff8", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 459d9c038..1857b03c9 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -82,6 +82,17 @@ +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v28](https://github.com/stashed/mongodb/releases/tag/3.4.17-v28) + +- [bcf4a647](https://github.com/stashed/mongodb/commit/bcf4a647) Prepare for release 3.4.17-v28 (#1976) +- [66d02849](https://github.com/stashed/mongodb/commit/66d02849) Unlock and sync secondary (#1973) +- [8d14efa5](https://github.com/stashed/mongodb/commit/8d14efa5) Add support for restoring specific snapshot (#1927) (#1947) +- [cb8f9ff8](https://github.com/stashed/mongodb/commit/cb8f9ff8) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) From 80eecabda0b8d609a686701ca2a11b5f408437f9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:44 +0000 Subject: [PATCH 25/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 9c894c03a..e929d1da5 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:42.983313551Z", + "release_date": "2023-10-04T20:10:44.720164975Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -182,6 +182,27 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930)" } ] + }, + { + "tag": "3.4.22-v28", + "commits": [ + { + "SHA": "65bf1bd4", + "Subject": "Prepare for release 3.4.22-v28 (#1977)" + }, + { + "SHA": "7f588f23", + "Subject": "Unlock and sync secondary (#1972)" + }, + { + "SHA": "704053fb", + "Subject": "Add support for restoring specific snapshot (#1927) (#1948)" + }, + { + "SHA": "fad11e0b", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 1857b03c9..315cb897f 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -92,6 +92,14 @@ - [cb8f9ff8](https://github.com/stashed/mongodb/commit/cb8f9ff8) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930) +### [3.4.22-v28](https://github.com/stashed/mongodb/releases/tag/3.4.22-v28) + +- [65bf1bd4](https://github.com/stashed/mongodb/commit/65bf1bd4) Prepare for release 3.4.22-v28 (#1977) +- [7f588f23](https://github.com/stashed/mongodb/commit/7f588f23) Unlock and sync secondary (#1972) +- [704053fb](https://github.com/stashed/mongodb/commit/704053fb) Add support for restoring specific snapshot (#1927) (#1948) +- [fad11e0b](https://github.com/stashed/mongodb/commit/fad11e0b) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 0baf8edef01d80081632f7d974f8e7ea69ae74f1 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:46 +0000 Subject: [PATCH 26/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index e929d1da5..b7f7f18f5 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:44.720164975Z", + "release_date": "2023-10-04T20:10:46.258267188Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -203,6 +203,27 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931)" } ] + }, + { + "tag": "3.6.13-v28", + "commits": [ + { + "SHA": "3da732da", + "Subject": "Prepare for release 3.6.13-v28 (#1978)" + }, + { + "SHA": "3e032a81", + "Subject": "Unlock and sync secondary (#1970)" + }, + { + "SHA": "4cca80c3", + "Subject": "Add support for restoring specific snapshot (#1927) (#1949)" + }, + { + "SHA": "18c43f7e", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 315cb897f..cbeff4a1f 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -100,6 +100,14 @@ - [fad11e0b](https://github.com/stashed/mongodb/commit/fad11e0b) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931) +### [3.6.13-v28](https://github.com/stashed/mongodb/releases/tag/3.6.13-v28) + +- [3da732da](https://github.com/stashed/mongodb/commit/3da732da) Prepare for release 3.6.13-v28 (#1978) +- [3e032a81](https://github.com/stashed/mongodb/commit/3e032a81) Unlock and sync secondary (#1970) +- [4cca80c3](https://github.com/stashed/mongodb/commit/4cca80c3) Add support for restoring specific snapshot (#1927) (#1949) +- [18c43f7e](https://github.com/stashed/mongodb/commit/18c43f7e) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 244a2e5b6257a1faf948bdcb8ca03ede0af04a78 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:47 +0000 Subject: [PATCH 27/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index b7f7f18f5..06e344cab 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:46.258267188Z", + "release_date": "2023-10-04T20:10:47.802513272Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -204,6 +204,27 @@ } ] }, + { + "tag": "3.6.8-v28", + "commits": [ + { + "SHA": "64352461", + "Subject": "Prepare for release 3.6.8-v28 (#1979)" + }, + { + "SHA": "f28e5990", + "Subject": "Unlock and sync secondary (#1969)" + }, + { + "SHA": "58e82130", + "Subject": "Add support for restoring specific snapshot (#1927) (#1950)" + }, + { + "SHA": "e594e6ef", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1933)" + } + ] + }, { "tag": "3.6.13-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index cbeff4a1f..95fc00710 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -100,6 +100,14 @@ - [fad11e0b](https://github.com/stashed/mongodb/commit/fad11e0b) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931) +### [3.6.8-v28](https://github.com/stashed/mongodb/releases/tag/3.6.8-v28) + +- [64352461](https://github.com/stashed/mongodb/commit/64352461) Prepare for release 3.6.8-v28 (#1979) +- [f28e5990](https://github.com/stashed/mongodb/commit/f28e5990) Unlock and sync secondary (#1969) +- [58e82130](https://github.com/stashed/mongodb/commit/58e82130) Add support for restoring specific snapshot (#1927) (#1950) +- [e594e6ef](https://github.com/stashed/mongodb/commit/e594e6ef) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1933) + + ### [3.6.13-v28](https://github.com/stashed/mongodb/releases/tag/3.6.13-v28) - [3da732da](https://github.com/stashed/mongodb/commit/3da732da) Prepare for release 3.6.13-v28 (#1978) From 3479aac3ae0d2a7ba934aa95c74f267bc38951c3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:49 +0000 Subject: [PATCH 28/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 06e344cab..ecbad945f 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:47.802513272Z", + "release_date": "2023-10-04T20:10:49.453373161Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -245,6 +245,27 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932)" } ] + }, + { + "tag": "4.0.11-v28", + "commits": [ + { + "SHA": "9891070f", + "Subject": "Prepare for release 4.0.11-v28 (#1980)" + }, + { + "SHA": "37bfb091", + "Subject": "unlock and sync secondary (#1975)" + }, + { + "SHA": "53244213", + "Subject": "Add support for restoring specific snapshot (#1927) (#1951)" + }, + { + "SHA": "c61568dd", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 95fc00710..8c15217b9 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -116,6 +116,14 @@ - [18c43f7e](https://github.com/stashed/mongodb/commit/18c43f7e) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932) +### [4.0.11-v28](https://github.com/stashed/mongodb/releases/tag/4.0.11-v28) + +- [9891070f](https://github.com/stashed/mongodb/commit/9891070f) Prepare for release 4.0.11-v28 (#1980) +- [37bfb091](https://github.com/stashed/mongodb/commit/37bfb091) unlock and sync secondary (#1975) +- [53244213](https://github.com/stashed/mongodb/commit/53244213) Add support for restoring specific snapshot (#1927) (#1951) +- [c61568dd](https://github.com/stashed/mongodb/commit/c61568dd) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934) + + ## [stashed/postgres](https://github.com/stashed/postgres) From f4c39c8be6240e4f3bf788c7b236f5348b71eb42 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:51 +0000 Subject: [PATCH 29/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index ecbad945f..0878ddf39 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:49.453373161Z", + "release_date": "2023-10-04T20:10:51.164276623Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -246,6 +246,27 @@ } ] }, + { + "tag": "4.0.3-v28", + "commits": [ + { + "SHA": "ed7e2a5f", + "Subject": "Prepare for release 4.0.3-v28 (#1981)" + }, + { + "SHA": "3340ae34", + "Subject": "Unlock and sync secondary (#1971)" + }, + { + "SHA": "26f42032", + "Subject": "Add support for restoring specific snapshot (#1927) (#1952)" + }, + { + "SHA": "f16cbfba", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1935)" + } + ] + }, { "tag": "4.0.11-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 8c15217b9..05512f2d2 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -116,6 +116,14 @@ - [18c43f7e](https://github.com/stashed/mongodb/commit/18c43f7e) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932) +### [4.0.3-v28](https://github.com/stashed/mongodb/releases/tag/4.0.3-v28) + +- [ed7e2a5f](https://github.com/stashed/mongodb/commit/ed7e2a5f) Prepare for release 4.0.3-v28 (#1981) +- [3340ae34](https://github.com/stashed/mongodb/commit/3340ae34) Unlock and sync secondary (#1971) +- [26f42032](https://github.com/stashed/mongodb/commit/26f42032) Add support for restoring specific snapshot (#1927) (#1952) +- [f16cbfba](https://github.com/stashed/mongodb/commit/f16cbfba) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1935) + + ### [4.0.11-v28](https://github.com/stashed/mongodb/releases/tag/4.0.11-v28) - [9891070f](https://github.com/stashed/mongodb/commit/9891070f) Prepare for release 4.0.11-v28 (#1980) From cb6122c89b70861c4b2da4f0c1fc7522b6ca9123 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:52 +0000 Subject: [PATCH 30/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 0878ddf39..17057cc86 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:51.164276623Z", + "release_date": "2023-10-04T20:10:52.631778636Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -267,6 +267,27 @@ } ] }, + { + "tag": "4.0.5-v28", + "commits": [ + { + "SHA": "7d29cfa8", + "Subject": "Prepare for release 4.0.5-v28 (#1982)" + }, + { + "SHA": "d0461920", + "Subject": "Unlock and sync secondary (#1974)" + }, + { + "SHA": "2eeec3ba", + "Subject": "Add support for restoring specific snapshot (#1927) (#1953)" + }, + { + "SHA": "4efc8bff", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1936)" + } + ] + }, { "tag": "4.0.11-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 05512f2d2..950ef577b 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -124,6 +124,14 @@ - [f16cbfba](https://github.com/stashed/mongodb/commit/f16cbfba) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1935) +### [4.0.5-v28](https://github.com/stashed/mongodb/releases/tag/4.0.5-v28) + +- [7d29cfa8](https://github.com/stashed/mongodb/commit/7d29cfa8) Prepare for release 4.0.5-v28 (#1982) +- [d0461920](https://github.com/stashed/mongodb/commit/d0461920) Unlock and sync secondary (#1974) +- [2eeec3ba](https://github.com/stashed/mongodb/commit/2eeec3ba) Add support for restoring specific snapshot (#1927) (#1953) +- [4efc8bff](https://github.com/stashed/mongodb/commit/4efc8bff) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1936) + + ### [4.0.11-v28](https://github.com/stashed/mongodb/releases/tag/4.0.11-v28) - [9891070f](https://github.com/stashed/mongodb/commit/9891070f) Prepare for release 4.0.11-v28 (#1980) From 31f9178d06921664da3183562c799a714ed6d108 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:54 +0000 Subject: [PATCH 31/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 17057cc86..ba17c4fa6 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:52.631778636Z", + "release_date": "2023-10-04T20:10:54.323031569Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -308,6 +308,27 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934)" } ] + }, + { + "tag": "4.1.13-v28", + "commits": [ + { + "SHA": "26289363", + "Subject": "Prepare for release 4.1.13-v28 (#1983)" + }, + { + "SHA": "a529618c", + "Subject": "Unlock and sync secondary (#1967)" + }, + { + "SHA": "c2de7995", + "Subject": "Add support for restoring specific snapshot (#1927) (#1954)" + }, + { + "SHA": "c3118596", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 950ef577b..0e0f57493 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -140,6 +140,14 @@ - [c61568dd](https://github.com/stashed/mongodb/commit/c61568dd) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934) +### [4.1.13-v28](https://github.com/stashed/mongodb/releases/tag/4.1.13-v28) + +- [26289363](https://github.com/stashed/mongodb/commit/26289363) Prepare for release 4.1.13-v28 (#1983) +- [a529618c](https://github.com/stashed/mongodb/commit/a529618c) Unlock and sync secondary (#1967) +- [c2de7995](https://github.com/stashed/mongodb/commit/c2de7995) Add support for restoring specific snapshot (#1927) (#1954) +- [c3118596](https://github.com/stashed/mongodb/commit/c3118596) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 779e253eaf65a885502afd6d4d2eeb8423c245c8 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:55 +0000 Subject: [PATCH 32/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index ba17c4fa6..104dbe077 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:54.323031569Z", + "release_date": "2023-10-04T20:10:55.863659077Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -309,6 +309,27 @@ } ] }, + { + "tag": "4.1.4-v28", + "commits": [ + { + "SHA": "90543078", + "Subject": "Prepare for release 4.1.4-v28 (#1984)" + }, + { + "SHA": "62d36ac9", + "Subject": "Unlock and sync secondary (#1965)" + }, + { + "SHA": "11c75f06", + "Subject": "Add support for restoring specific snapshot (#1927) (#1955)" + }, + { + "SHA": "16475896", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1938)" + } + ] + }, { "tag": "4.1.13-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 0e0f57493..21a49c4e1 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -140,6 +140,14 @@ - [c61568dd](https://github.com/stashed/mongodb/commit/c61568dd) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934) +### [4.1.4-v28](https://github.com/stashed/mongodb/releases/tag/4.1.4-v28) + +- [90543078](https://github.com/stashed/mongodb/commit/90543078) Prepare for release 4.1.4-v28 (#1984) +- [62d36ac9](https://github.com/stashed/mongodb/commit/62d36ac9) Unlock and sync secondary (#1965) +- [11c75f06](https://github.com/stashed/mongodb/commit/11c75f06) Add support for restoring specific snapshot (#1927) (#1955) +- [16475896](https://github.com/stashed/mongodb/commit/16475896) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1938) + + ### [4.1.13-v28](https://github.com/stashed/mongodb/releases/tag/4.1.13-v28) - [26289363](https://github.com/stashed/mongodb/commit/26289363) Prepare for release 4.1.13-v28 (#1983) From c12798b7e2f1a9b19d793eb57c88673482255bbf Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:57 +0000 Subject: [PATCH 33/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 104dbe077..8802b6bfb 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:55.863659077Z", + "release_date": "2023-10-04T20:10:57.452524578Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -330,6 +330,27 @@ } ] }, + { + "tag": "4.1.7-v28", + "commits": [ + { + "SHA": "ad96467e", + "Subject": "Prepare for release 4.1.7-v28 (#1985)" + }, + { + "SHA": "fe5de7da", + "Subject": "Unlock and sync secondary (#1966)" + }, + { + "SHA": "d2810a49", + "Subject": "Add support for restoring specific snapshot (#1927) (#1956)" + }, + { + "SHA": "209aaa40", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1939)" + } + ] + }, { "tag": "4.1.13-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 21a49c4e1..1edd98983 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -148,6 +148,14 @@ - [16475896](https://github.com/stashed/mongodb/commit/16475896) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1938) +### [4.1.7-v28](https://github.com/stashed/mongodb/releases/tag/4.1.7-v28) + +- [ad96467e](https://github.com/stashed/mongodb/commit/ad96467e) Prepare for release 4.1.7-v28 (#1985) +- [fe5de7da](https://github.com/stashed/mongodb/commit/fe5de7da) Unlock and sync secondary (#1966) +- [d2810a49](https://github.com/stashed/mongodb/commit/d2810a49) Add support for restoring specific snapshot (#1927) (#1956) +- [209aaa40](https://github.com/stashed/mongodb/commit/209aaa40) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1939) + + ### [4.1.13-v28](https://github.com/stashed/mongodb/releases/tag/4.1.13-v28) - [26289363](https://github.com/stashed/mongodb/commit/26289363) Prepare for release 4.1.13-v28 (#1983) From f1b24fc95c0d399f005e5fcb9af8a31cf2a94c2f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:10:59 +0000 Subject: [PATCH 34/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 8802b6bfb..9d3942f84 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:57.452524578Z", + "release_date": "2023-10-04T20:10:59.217040899Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -371,6 +371,27 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937)" } ] + }, + { + "tag": "4.2.3-v28", + "commits": [ + { + "SHA": "d716d870", + "Subject": "Prepare for release 4.2.3-v28 (#1987)" + }, + { + "SHA": "5b708249", + "Subject": "Unlock and sync secondary (#1968)" + }, + { + "SHA": "89798c12", + "Subject": "Add support for restoring specific snapshot (#1927) (#1957)" + }, + { + "SHA": "3e23f106", + "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 1edd98983..93e45c79e 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -164,6 +164,14 @@ - [c3118596](https://github.com/stashed/mongodb/commit/c3118596) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937) +### [4.2.3-v28](https://github.com/stashed/mongodb/releases/tag/4.2.3-v28) + +- [d716d870](https://github.com/stashed/mongodb/commit/d716d870) Prepare for release 4.2.3-v28 (#1987) +- [5b708249](https://github.com/stashed/mongodb/commit/5b708249) Unlock and sync secondary (#1968) +- [89798c12](https://github.com/stashed/mongodb/commit/89798c12) Add support for restoring specific snapshot (#1927) (#1957) +- [3e23f106](https://github.com/stashed/mongodb/commit/3e23f106) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 8a8a8dc97edd72261ac5376df1a16f467a95cc48 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:11:00 +0000 Subject: [PATCH 35/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 27 ++++++++++++++++++++++++++- releases/v2023.10.9/README.md | 9 +++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 9d3942f84..5d783dcec 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:10:59.217040899Z", + "release_date": "2023-10-04T20:11:00.97247629Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -392,6 +392,31 @@ "Subject": "[cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940)" } ] + }, + { + "tag": "4.4.6-v19", + "commits": [ + { + "SHA": "aba61b85", + "Subject": "Prepare for release 4.4.6-v19 (#1988)" + }, + { + "SHA": "34ab90b8", + "Subject": "Unlock and sync secondary hosts (#1945)" + }, + { + "SHA": "68c8b8c8", + "Subject": "Add support for restoring specific snapshot (#1927) (#1958)" + }, + { + "SHA": "476c6063", + "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1941)" + }, + { + "SHA": "a8474619", + "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 93e45c79e..66407fa9c 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -172,6 +172,15 @@ - [3e23f106](https://github.com/stashed/mongodb/commit/3e23f106) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940) +### [4.4.6-v19](https://github.com/stashed/mongodb/releases/tag/4.4.6-v19) + +- [aba61b85](https://github.com/stashed/mongodb/commit/aba61b85) Prepare for release 4.4.6-v19 (#1988) +- [34ab90b8](https://github.com/stashed/mongodb/commit/34ab90b8) Unlock and sync secondary hosts (#1945) +- [68c8b8c8](https://github.com/stashed/mongodb/commit/68c8b8c8) Add support for restoring specific snapshot (#1927) (#1958) +- [476c6063](https://github.com/stashed/mongodb/commit/476c6063) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1941) +- [a8474619](https://github.com/stashed/mongodb/commit/a8474619) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 824e77875da3e299f24bf3d7fa815ca27d98220d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:11:02 +0000 Subject: [PATCH 36/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 5d783dcec..1136424df 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:11:00.97247629Z", + "release_date": "2023-10-04T20:11:02.565370666Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -417,6 +417,27 @@ "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928)" } ] + }, + { + "tag": "5.0.15-v1", + "commits": [ + { + "SHA": "070dc6c6", + "Subject": "Prepare for release 5.0.15-v1 (#1989)" + }, + { + "SHA": "95f520db", + "Subject": "Unlock and sync secondary (#1963)" + }, + { + "SHA": "ff442bc0", + "Subject": "Add support for restoring specific snapshot (#1927) (#1959)" + }, + { + "SHA": "f4bed984", + "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 66407fa9c..c00db77bc 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -181,6 +181,14 @@ - [a8474619](https://github.com/stashed/mongodb/commit/a8474619) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928) +### [5.0.15-v1](https://github.com/stashed/mongodb/releases/tag/5.0.15-v1) + +- [070dc6c6](https://github.com/stashed/mongodb/commit/070dc6c6) Prepare for release 5.0.15-v1 (#1989) +- [95f520db](https://github.com/stashed/mongodb/commit/95f520db) Unlock and sync secondary (#1963) +- [ff442bc0](https://github.com/stashed/mongodb/commit/ff442bc0) Add support for restoring specific snapshot (#1927) (#1959) +- [f4bed984](https://github.com/stashed/mongodb/commit/f4bed984) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942) + + ## [stashed/postgres](https://github.com/stashed/postgres) From ed9bbc1e41262d8689c2834fb7d8fbe3a3e4c27a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:11:04 +0000 Subject: [PATCH 37/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 1136424df..f35ba45b2 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:11:02.565370666Z", + "release_date": "2023-10-04T20:11:04.144871625Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -418,6 +418,27 @@ } ] }, + { + "tag": "5.0.3-v16", + "commits": [ + { + "SHA": "8f480622", + "Subject": "Prepare for release 5.0.3-v16 (#1990)" + }, + { + "SHA": "70f9d538", + "Subject": "Unlock and sync secondary (#1964)" + }, + { + "SHA": "be10f0b2", + "Subject": "Add support for restoring specific snapshot (#1927) (#1960)" + }, + { + "SHA": "147be12d", + "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1943)" + } + ] + }, { "tag": "5.0.15-v1", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index c00db77bc..d71694157 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -181,6 +181,14 @@ - [a8474619](https://github.com/stashed/mongodb/commit/a8474619) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928) +### [5.0.3-v16](https://github.com/stashed/mongodb/releases/tag/5.0.3-v16) + +- [8f480622](https://github.com/stashed/mongodb/commit/8f480622) Prepare for release 5.0.3-v16 (#1990) +- [70f9d538](https://github.com/stashed/mongodb/commit/70f9d538) Unlock and sync secondary (#1964) +- [be10f0b2](https://github.com/stashed/mongodb/commit/be10f0b2) Add support for restoring specific snapshot (#1927) (#1960) +- [147be12d](https://github.com/stashed/mongodb/commit/147be12d) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1943) + + ### [5.0.15-v1](https://github.com/stashed/mongodb/releases/tag/5.0.15-v1) - [070dc6c6](https://github.com/stashed/mongodb/commit/070dc6c6) Prepare for release 5.0.15-v1 (#1989) From ffdd978925e147ca95666f4c978e937b72efa2a5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:11:06 +0000 Subject: [PATCH 38/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 23 ++++++++++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index f35ba45b2..4af2661e8 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:11:04.144871625Z", + "release_date": "2023-10-04T20:11:06.081086508Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -459,6 +459,27 @@ "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942)" } ] + }, + { + "tag": "6.0.5-v4", + "commits": [ + { + "SHA": "093dcce3", + "Subject": "Prepare for release 6.0.5-v4 (#1991)" + }, + { + "SHA": "b20054bc", + "Subject": "Unlock and sync secondary (#1962)" + }, + { + "SHA": "f9357173", + "Subject": "Add support for restoring specific snapshot (#1927) (#1961)" + }, + { + "SHA": "5f2f88ea", + "Subject": "Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1944)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index d71694157..284f31507 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -197,6 +197,14 @@ - [f4bed984](https://github.com/stashed/mongodb/commit/f4bed984) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942) +### [6.0.5-v4](https://github.com/stashed/mongodb/releases/tag/6.0.5-v4) + +- [093dcce3](https://github.com/stashed/mongodb/commit/093dcce3) Prepare for release 6.0.5-v4 (#1991) +- [b20054bc](https://github.com/stashed/mongodb/commit/b20054bc) Unlock and sync secondary (#1962) +- [f9357173](https://github.com/stashed/mongodb/commit/f9357173) Add support for restoring specific snapshot (#1927) (#1961) +- [5f2f88ea](https://github.com/stashed/mongodb/commit/5f2f88ea) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1944) + + ## [stashed/postgres](https://github.com/stashed/postgres) From be8f42a29ef210c927b55023432b08d434d76e8c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:20:58 +0000 Subject: [PATCH 39/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 4af2661e8..97a2e7969 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:11:06.081086508Z", + "release_date": "2023-10-04T20:20:58.283396018Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -483,6 +483,20 @@ } ] }, + { + "url": "github.com/stashed/mysql", + "releases": [ + { + "tag": "5.7.25-v28", + "commits": [ + { + "SHA": "e8925996", + "Subject": "Prepare for release 5.7.25-v28 (#727)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 284f31507..db819b686 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -206,6 +206,14 @@ +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v28](https://github.com/stashed/mysql/releases/tag/5.7.25-v28) + +- [e8925996](https://github.com/stashed/mysql/commit/e8925996) Prepare for release 5.7.25-v28 (#727) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) From fdf58b69962c914091477c84e2e5eedb2dcef30d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:20:59 +0000 Subject: [PATCH 40/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 97a2e7969..342097981 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:20:58.283396018Z", + "release_date": "2023-10-04T20:20:59.695378113Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -494,6 +494,15 @@ "Subject": "Prepare for release 5.7.25-v28 (#727)" } ] + }, + { + "tag": "8.0.14-v28", + "commits": [ + { + "SHA": "a7c4579f", + "Subject": "Prepare for release 8.0.14-v28 (#728)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index db819b686..7979bdbf9 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -213,6 +213,11 @@ - [e8925996](https://github.com/stashed/mysql/commit/e8925996) Prepare for release 5.7.25-v28 (#727) +### [8.0.14-v28](https://github.com/stashed/mysql/releases/tag/8.0.14-v28) + +- [a7c4579f](https://github.com/stashed/mysql/commit/a7c4579f) Prepare for release 8.0.14-v28 (#728) + + ## [stashed/postgres](https://github.com/stashed/postgres) From d015db1c89c55b7a7e168ae9dbb86a72b3657e91 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:21:01 +0000 Subject: [PATCH 41/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 342097981..a19ed3368 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:20:59.695378113Z", + "release_date": "2023-10-04T20:21:01.180733059Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -503,6 +503,15 @@ "Subject": "Prepare for release 8.0.14-v28 (#728)" } ] + }, + { + "tag": "8.0.21-v22", + "commits": [ + { + "SHA": "2c21d225", + "Subject": "Prepare for release 8.0.21-v22 (#729)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 7979bdbf9..c26fade11 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -218,6 +218,11 @@ - [a7c4579f](https://github.com/stashed/mysql/commit/a7c4579f) Prepare for release 8.0.14-v28 (#728) +### [8.0.21-v22](https://github.com/stashed/mysql/releases/tag/8.0.21-v22) + +- [2c21d225](https://github.com/stashed/mysql/commit/2c21d225) Prepare for release 8.0.21-v22 (#729) + + ## [stashed/postgres](https://github.com/stashed/postgres) From ace5673edb2e2ed82ffcf013b2c91c7a94e5214d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:21:02 +0000 Subject: [PATCH 42/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index a19ed3368..6a35f8877 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:21:01.180733059Z", + "release_date": "2023-10-04T20:21:02.748419175Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -495,6 +495,15 @@ } ] }, + { + "tag": "8.0.3-v28", + "commits": [ + { + "SHA": "00672e31", + "Subject": "Prepare for release 8.0.3-v28 (#730)" + } + ] + }, { "tag": "8.0.14-v28", "commits": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index c26fade11..f22337797 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -213,6 +213,11 @@ - [e8925996](https://github.com/stashed/mysql/commit/e8925996) Prepare for release 5.7.25-v28 (#727) +### [8.0.3-v28](https://github.com/stashed/mysql/releases/tag/8.0.3-v28) + +- [00672e31](https://github.com/stashed/mysql/commit/00672e31) Prepare for release 8.0.3-v28 (#730) + + ### [8.0.14-v28](https://github.com/stashed/mysql/releases/tag/8.0.14-v28) - [a7c4579f](https://github.com/stashed/mysql/commit/a7c4579f) Prepare for release 8.0.14-v28 (#728) From e7ceff58498259ed068d9c926f65c12eb9e9e373 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:32:06 +0000 Subject: [PATCH 43/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 6a35f8877..486fd64a0 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:21:02.748419175Z", + "release_date": "2023-10-04T20:32:06.86636503Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -159,6 +159,20 @@ } ] }, + { + "url": "github.com/stashed/mariadb", + "releases": [ + { + "tag": "10.5.8-v21", + "commits": [ + { + "SHA": "8a94399", + "Subject": "Prepare for release 10.5.8-v21 (#230)" + } + ] + } + ] + }, { "url": "github.com/stashed/mongodb", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index f22337797..27ae0a845 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -82,6 +82,14 @@ +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v21](https://github.com/stashed/mariadb/releases/tag/10.5.8-v21) + +- [8a94399](https://github.com/stashed/mariadb/commit/8a94399) Prepare for release 10.5.8-v21 (#230) + + + ## [stashed/mongodb](https://github.com/stashed/mongodb) ### [3.4.17-v28](https://github.com/stashed/mongodb/releases/tag/3.4.17-v28) From 237ae441509d0f007df3802b21d625017e20d55b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:41:49 +0000 Subject: [PATCH 44/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 486fd64a0..4c8d907c8 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:32:06.86636503Z", + "release_date": "2023-10-04T20:41:49.05443278Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -606,6 +606,20 @@ } ] }, + { + "url": "github.com/stashed/redis", + "releases": [ + { + "tag": "5.0.13-v16", + "commits": [ + { + "SHA": "e267408", + "Subject": "Prepare for release 5.0.13-v16 (#192)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 27ae0a845..4383a2833 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -275,6 +275,14 @@ +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v16](https://github.com/stashed/redis/releases/tag/5.0.13-v16) + +- [e267408](https://github.com/stashed/redis/commit/e267408) Prepare for release 5.0.13-v16 (#192) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) From 7d57c0d6a5f89dbac220ad5b822bb50b690e17f3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:41:50 +0000 Subject: [PATCH 45/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 4c8d907c8..21b83665f 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:41:49.05443278Z", + "release_date": "2023-10-04T20:41:50.904114108Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -617,6 +617,15 @@ "Subject": "Prepare for release 5.0.13-v16 (#192)" } ] + }, + { + "tag": "6.2.5-v16", + "commits": [ + { + "SHA": "f1e5414", + "Subject": "Prepare for release 6.2.5-v16 (#193)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 4383a2833..a17bfd792 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -282,6 +282,11 @@ - [e267408](https://github.com/stashed/redis/commit/e267408) Prepare for release 5.0.13-v16 (#192) +### [6.2.5-v16](https://github.com/stashed/redis/releases/tag/6.2.5-v16) + +- [f1e5414](https://github.com/stashed/redis/commit/f1e5414) Prepare for release 6.2.5-v16 (#193) + + ## [stashed/stash](https://github.com/stashed/stash) From 89e937cac068f10a45c652fb9d423fedf4c4f853 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:41:52 +0000 Subject: [PATCH 46/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 21b83665f..1b082a6f9 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:41:50.904114108Z", + "release_date": "2023-10-04T20:41:52.666937469Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -626,6 +626,15 @@ "Subject": "Prepare for release 6.2.5-v16 (#193)" } ] + }, + { + "tag": "7.0.5-v9", + "commits": [ + { + "SHA": "4e11289", + "Subject": "Prepare for release 7.0.5-v9 (#194)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index a17bfd792..744bc4199 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -287,6 +287,11 @@ - [f1e5414](https://github.com/stashed/redis/commit/f1e5414) Prepare for release 6.2.5-v16 (#193) +### [7.0.5-v9](https://github.com/stashed/redis/releases/tag/7.0.5-v9) + +- [4e11289](https://github.com/stashed/redis/commit/4e11289) Prepare for release 7.0.5-v9 (#194) + + ## [stashed/stash](https://github.com/stashed/stash) From c38d749714cd7cccfa3aa38557b35a15af9cc3f9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:50:23 +0000 Subject: [PATCH 47/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 1b082a6f9..f74d83d44 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:41:52.666937469Z", + "release_date": "2023-10-04T20:50:23.846662722Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -538,6 +538,20 @@ } ] }, + { + "url": "github.com/stashed/percona-xtradb", + "releases": [ + { + "tag": "5.7-v23", + "commits": [ + { + "SHA": "54009c23", + "Subject": "Prepare for release 5.7-v23 (#300)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 744bc4199..6d4256957 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -237,6 +237,14 @@ +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v23](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v23) + +- [54009c23](https://github.com/stashed/percona-xtradb/commit/54009c23) Prepare for release 5.7-v23 (#300) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) From f1cb0db06eb759a66c1af6b4bd88e934e8370827 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:59:24 +0000 Subject: [PATCH 48/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index f74d83d44..a4b5ebf55 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:50:23.846662722Z", + "release_date": "2023-10-04T20:59:24.751902871Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -538,6 +538,20 @@ } ] }, + { + "url": "github.com/stashed/nats", + "releases": [ + { + "tag": "2.6.1-v16", + "commits": [ + { + "SHA": "fb04742", + "Subject": "Prepare for release 2.6.1-v16 (#117)" + } + ] + } + ] + }, { "url": "github.com/stashed/percona-xtradb", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 6d4256957..5f370e3b6 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -237,6 +237,14 @@ +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v16](https://github.com/stashed/nats/releases/tag/2.6.1-v16) + +- [fb04742](https://github.com/stashed/nats/commit/fb04742) Prepare for release 2.6.1-v16 (#117) + + + ## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) ### [5.7-v23](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v23) From f1d2fb20fbc71ea38a5b948c283673020b51dd24 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 20:59:26 +0000 Subject: [PATCH 49/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 11 ++++++++++- releases/v2023.10.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index a4b5ebf55..da757932a 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:59:24.751902871Z", + "release_date": "2023-10-04T20:59:26.455317621Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -549,6 +549,15 @@ "Subject": "Prepare for release 2.6.1-v16 (#117)" } ] + }, + { + "tag": "2.8.2-v11", + "commits": [ + { + "SHA": "535e051", + "Subject": "Prepare for release 2.8.2-v11 (#118)" + } + ] } ] }, diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 5f370e3b6..27d8ac379 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -244,6 +244,11 @@ - [fb04742](https://github.com/stashed/nats/commit/fb04742) Prepare for release 2.6.1-v16 (#117) +### [2.8.2-v11](https://github.com/stashed/nats/releases/tag/2.8.2-v11) + +- [535e051](https://github.com/stashed/nats/commit/535e051) Prepare for release 2.8.2-v11 (#118) + + ## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) From 47705374cca6b2d21c8ae6ec785057c93a52464b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:08:40 +0000 Subject: [PATCH 50/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index da757932a..73a8d8440 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T20:59:26.455317621Z", + "release_date": "2023-10-04T21:08:40.87589322Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -159,6 +159,20 @@ } ] }, + { + "url": "github.com/stashed/etcd", + "releases": [ + { + "tag": "3.5.0-v15", + "commits": [ + { + "SHA": "47078d2", + "Subject": "Prepare for release 3.5.0-v15 (#83)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 27d8ac379..80d3d81c2 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -82,6 +82,14 @@ +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v15](https://github.com/stashed/etcd/releases/tag/3.5.0-v15) + +- [47078d2](https://github.com/stashed/etcd/commit/47078d2) Prepare for release 3.5.0-v15 (#83) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v21](https://github.com/stashed/mariadb/releases/tag/10.5.8-v21) From 8196c5bd583326b4e5599304f59b49048370fc63 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:18:32 +0000 Subject: [PATCH 51/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 73a8d8440..373df66d5 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T21:08:40.87589322Z", + "release_date": "2023-10-04T21:18:32.76997223Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -173,6 +173,20 @@ } ] }, + { + "url": "github.com/stashed/kubedump", + "releases": [ + { + "tag": "0.1.0-v11", + "commits": [ + { + "SHA": "f4af197", + "Subject": "Prepare for release 0.1.0-v11 (#47)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 80d3d81c2..5a02903c5 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -90,6 +90,14 @@ +## [stashed/kubedump](https://github.com/stashed/kubedump) + +### [0.1.0-v11](https://github.com/stashed/kubedump/releases/tag/0.1.0-v11) + +- [f4af197](https://github.com/stashed/kubedump/commit/f4af197) Prepare for release 0.1.0-v11 (#47) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v21](https://github.com/stashed/mariadb/releases/tag/10.5.8-v21) From 5f9e30e59496055abbd14a32f4700f726bc69ce7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:30:27 +0000 Subject: [PATCH 52/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 373df66d5..a21cb650d 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T21:18:32.76997223Z", + "release_date": "2023-10-04T21:30:27.528899064Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -716,6 +716,20 @@ ] } ] + }, + { + "url": "github.com/stashed/vault", + "releases": [ + { + "tag": "1.10.3-v8", + "commits": [ + { + "SHA": "4b96de6a", + "Subject": "Prepare for release 1.10.3-v8 (#25)" + } + ] + } + ] } ] } diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 5a02903c5..475bd8766 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -338,3 +338,11 @@ +## [stashed/vault](https://github.com/stashed/vault) + +### [1.10.3-v8](https://github.com/stashed/vault/releases/tag/1.10.3-v8) + +- [4b96de6a](https://github.com/stashed/vault/commit/4b96de6a) Prepare for release 1.10.3-v8 (#25) + + + From 4ca10da19894257b79fcb8d636fbfa6147833679 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:43:24 +0000 Subject: [PATCH 53/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index a21cb650d..45324aa6c 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T21:30:27.528899064Z", + "release_date": "2023-10-04T21:43:24.685711444Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -173,6 +173,20 @@ } ] }, + { + "url": "github.com/stashed/installer", + "releases": [ + { + "tag": "v2023.10.9", + "commits": [ + { + "SHA": "7bd4fbf5", + "Subject": "Prepare for release v2023.10.9 (#321)" + } + ] + } + ] + }, { "url": "github.com/stashed/kubedump", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 475bd8766..8bb27629f 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -90,6 +90,14 @@ +## [stashed/installer](https://github.com/stashed/installer) + +### [v2023.10.9](https://github.com/stashed/installer/releases/tag/v2023.10.9) + +- [7bd4fbf5](https://github.com/stashed/installer/commit/7bd4fbf5) Prepare for release v2023.10.9 (#321) + + + ## [stashed/kubedump](https://github.com/stashed/kubedump) ### [0.1.0-v11](https://github.com/stashed/kubedump/releases/tag/0.1.0-v11) From b63a709f8e32b82b8407c645c9e7b203b6ceff30 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:49:01 +0000 Subject: [PATCH 54/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/docs_changelog.md | 374 ++++++++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 releases/v2023.10.9/docs_changelog.md diff --git a/releases/v2023.10.9/docs_changelog.md b/releases/v2023.10.9/docs_changelog.md new file mode 100644 index 000000000..0d7025af8 --- /dev/null +++ b/releases/v2023.10.9/docs_changelog.md @@ -0,0 +1,374 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2023.10.9 + name: Changelog-v2023.10.9 + parent: welcome + weight: 20231009 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2023.10.9/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2023.10.9/ +--- + +# Stash v2023.10.9 (2023-10-04) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.32.0](https://github.com/stashed/apimachinery/releases/tag/v0.32.0) + +- [47e563c6](https://github.com/stashed/apimachinery/commit/47e563c6) Update deps +- [741d0149](https://github.com/stashed/apimachinery/commit/741d0149) Add restic methods for managing restic keys (#211) +- [3eb3dc0d](https://github.com/stashed/apimachinery/commit/3eb3dc0d) Add new hookExecutionPolicy `OnFinalRetryFailure` (#210) + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.32.0](https://github.com/stashed/cli/releases/tag/v0.32.0) + +- [575a83da](https://github.com/stashed/cli/commit/575a83da) Prepare for release v0.32.0 (#190) +- [a5706148](https://github.com/stashed/cli/commit/a5706148) Add commands for generating restore rules and managing restic keys (#189) + + + +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v28](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v28) + +- [a8d57072](https://github.com/stashed/elasticsearch/commit/a8d57072) Prepare for release 5.6.4-v28 (#1434) + + +### [6.2.4-v28](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v28) + +- [7dbca84a](https://github.com/stashed/elasticsearch/commit/7dbca84a) Prepare for release 6.2.4-v28 (#1435) + + +### [6.3.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v28) + +- [a9ece1ec](https://github.com/stashed/elasticsearch/commit/a9ece1ec) Prepare for release 6.3.0-v28 (#1436) + + +### [6.4.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v28) + +- [8b4ab388](https://github.com/stashed/elasticsearch/commit/8b4ab388) Prepare for release 6.4.0-v28 (#1437) + + +### [6.5.3-v28](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v28) + +- [082ca286](https://github.com/stashed/elasticsearch/commit/082ca286) Prepare for release 6.5.3-v28 (#1438) + + +### [6.8.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v28) + +- [84e1ee57](https://github.com/stashed/elasticsearch/commit/84e1ee57) Prepare for release 6.8.0-v28 (#1439) + + +### [7.2.0-v28](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v28) + +- [3e6a708f](https://github.com/stashed/elasticsearch/commit/3e6a708f) Prepare for release 7.2.0-v28 (#1441) + + +### [7.3.2-v28](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v28) + +- [9249eefe](https://github.com/stashed/elasticsearch/commit/9249eefe) Prepare for release 7.3.2-v28 (#1442) + + +### [7.14.0-v14](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v14) + +- [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) + + +### [8.2.0-v11](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v11) + +- [8142ea6d](https://github.com/stashed/elasticsearch/commit/8142ea6d) Prepare for release 8.2.0-v11 (#1443) + + + +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.32.0](https://github.com/stashed/enterprise/releases/tag/v0.32.0) + +- [433789a4](https://github.com/stashed/enterprise/commit/433789a4c) Prepare for release v0.32.0 (#240) +- [149f81cc](https://github.com/stashed/enterprise/commit/149f81cc2) Add commands for managing restic passwords + Update snapshot download directory (#239) + + + +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v15](https://github.com/stashed/etcd/releases/tag/3.5.0-v15) + +- [47078d2](https://github.com/stashed/etcd/commit/47078d2) Prepare for release 3.5.0-v15 (#83) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v2023.10.9](https://github.com/stashed/installer/releases/tag/v2023.10.9) + +- [7bd4fbf5](https://github.com/stashed/installer/commit/7bd4fbf5) Prepare for release v2023.10.9 (#321) + + + +## [stashed/kubedump](https://github.com/stashed/kubedump) + +### [0.1.0-v11](https://github.com/stashed/kubedump/releases/tag/0.1.0-v11) + +- [f4af197](https://github.com/stashed/kubedump/commit/f4af197) Prepare for release 0.1.0-v11 (#47) + + + +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v21](https://github.com/stashed/mariadb/releases/tag/10.5.8-v21) + +- [8a94399](https://github.com/stashed/mariadb/commit/8a94399) Prepare for release 10.5.8-v21 (#230) + + + +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v28](https://github.com/stashed/mongodb/releases/tag/3.4.17-v28) + +- [bcf4a647](https://github.com/stashed/mongodb/commit/bcf4a647) Prepare for release 3.4.17-v28 (#1976) +- [66d02849](https://github.com/stashed/mongodb/commit/66d02849) Unlock and sync secondary (#1973) +- [8d14efa5](https://github.com/stashed/mongodb/commit/8d14efa5) Add support for restoring specific snapshot (#1927) (#1947) +- [cb8f9ff8](https://github.com/stashed/mongodb/commit/cb8f9ff8) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930) + + +### [3.4.22-v28](https://github.com/stashed/mongodb/releases/tag/3.4.22-v28) + +- [65bf1bd4](https://github.com/stashed/mongodb/commit/65bf1bd4) Prepare for release 3.4.22-v28 (#1977) +- [7f588f23](https://github.com/stashed/mongodb/commit/7f588f23) Unlock and sync secondary (#1972) +- [704053fb](https://github.com/stashed/mongodb/commit/704053fb) Add support for restoring specific snapshot (#1927) (#1948) +- [fad11e0b](https://github.com/stashed/mongodb/commit/fad11e0b) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931) + + +### [3.6.8-v28](https://github.com/stashed/mongodb/releases/tag/3.6.8-v28) + +- [64352461](https://github.com/stashed/mongodb/commit/64352461) Prepare for release 3.6.8-v28 (#1979) +- [f28e5990](https://github.com/stashed/mongodb/commit/f28e5990) Unlock and sync secondary (#1969) +- [58e82130](https://github.com/stashed/mongodb/commit/58e82130) Add support for restoring specific snapshot (#1927) (#1950) +- [e594e6ef](https://github.com/stashed/mongodb/commit/e594e6ef) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1933) + + +### [3.6.13-v28](https://github.com/stashed/mongodb/releases/tag/3.6.13-v28) + +- [3da732da](https://github.com/stashed/mongodb/commit/3da732da) Prepare for release 3.6.13-v28 (#1978) +- [3e032a81](https://github.com/stashed/mongodb/commit/3e032a81) Unlock and sync secondary (#1970) +- [4cca80c3](https://github.com/stashed/mongodb/commit/4cca80c3) Add support for restoring specific snapshot (#1927) (#1949) +- [18c43f7e](https://github.com/stashed/mongodb/commit/18c43f7e) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932) + + +### [4.0.3-v28](https://github.com/stashed/mongodb/releases/tag/4.0.3-v28) + +- [ed7e2a5f](https://github.com/stashed/mongodb/commit/ed7e2a5f) Prepare for release 4.0.3-v28 (#1981) +- [3340ae34](https://github.com/stashed/mongodb/commit/3340ae34) Unlock and sync secondary (#1971) +- [26f42032](https://github.com/stashed/mongodb/commit/26f42032) Add support for restoring specific snapshot (#1927) (#1952) +- [f16cbfba](https://github.com/stashed/mongodb/commit/f16cbfba) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1935) + + +### [4.0.5-v28](https://github.com/stashed/mongodb/releases/tag/4.0.5-v28) + +- [7d29cfa8](https://github.com/stashed/mongodb/commit/7d29cfa8) Prepare for release 4.0.5-v28 (#1982) +- [d0461920](https://github.com/stashed/mongodb/commit/d0461920) Unlock and sync secondary (#1974) +- [2eeec3ba](https://github.com/stashed/mongodb/commit/2eeec3ba) Add support for restoring specific snapshot (#1927) (#1953) +- [4efc8bff](https://github.com/stashed/mongodb/commit/4efc8bff) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1936) + + +### [4.0.11-v28](https://github.com/stashed/mongodb/releases/tag/4.0.11-v28) + +- [9891070f](https://github.com/stashed/mongodb/commit/9891070f) Prepare for release 4.0.11-v28 (#1980) +- [37bfb091](https://github.com/stashed/mongodb/commit/37bfb091) unlock and sync secondary (#1975) +- [53244213](https://github.com/stashed/mongodb/commit/53244213) Add support for restoring specific snapshot (#1927) (#1951) +- [c61568dd](https://github.com/stashed/mongodb/commit/c61568dd) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934) + + +### [4.1.4-v28](https://github.com/stashed/mongodb/releases/tag/4.1.4-v28) + +- [90543078](https://github.com/stashed/mongodb/commit/90543078) Prepare for release 4.1.4-v28 (#1984) +- [62d36ac9](https://github.com/stashed/mongodb/commit/62d36ac9) Unlock and sync secondary (#1965) +- [11c75f06](https://github.com/stashed/mongodb/commit/11c75f06) Add support for restoring specific snapshot (#1927) (#1955) +- [16475896](https://github.com/stashed/mongodb/commit/16475896) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1938) + + +### [4.1.7-v28](https://github.com/stashed/mongodb/releases/tag/4.1.7-v28) + +- [ad96467e](https://github.com/stashed/mongodb/commit/ad96467e) Prepare for release 4.1.7-v28 (#1985) +- [fe5de7da](https://github.com/stashed/mongodb/commit/fe5de7da) Unlock and sync secondary (#1966) +- [d2810a49](https://github.com/stashed/mongodb/commit/d2810a49) Add support for restoring specific snapshot (#1927) (#1956) +- [209aaa40](https://github.com/stashed/mongodb/commit/209aaa40) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1939) + + +### [4.1.13-v28](https://github.com/stashed/mongodb/releases/tag/4.1.13-v28) + +- [26289363](https://github.com/stashed/mongodb/commit/26289363) Prepare for release 4.1.13-v28 (#1983) +- [a529618c](https://github.com/stashed/mongodb/commit/a529618c) Unlock and sync secondary (#1967) +- [c2de7995](https://github.com/stashed/mongodb/commit/c2de7995) Add support for restoring specific snapshot (#1927) (#1954) +- [c3118596](https://github.com/stashed/mongodb/commit/c3118596) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937) + + +### [4.2.3-v28](https://github.com/stashed/mongodb/releases/tag/4.2.3-v28) + +- [d716d870](https://github.com/stashed/mongodb/commit/d716d870) Prepare for release 4.2.3-v28 (#1987) +- [5b708249](https://github.com/stashed/mongodb/commit/5b708249) Unlock and sync secondary (#1968) +- [89798c12](https://github.com/stashed/mongodb/commit/89798c12) Add support for restoring specific snapshot (#1927) (#1957) +- [3e23f106](https://github.com/stashed/mongodb/commit/3e23f106) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940) + + +### [4.4.6-v19](https://github.com/stashed/mongodb/releases/tag/4.4.6-v19) + +- [aba61b85](https://github.com/stashed/mongodb/commit/aba61b85) Prepare for release 4.4.6-v19 (#1988) +- [34ab90b8](https://github.com/stashed/mongodb/commit/34ab90b8) Unlock and sync secondary hosts (#1945) +- [68c8b8c8](https://github.com/stashed/mongodb/commit/68c8b8c8) Add support for restoring specific snapshot (#1927) (#1958) +- [476c6063](https://github.com/stashed/mongodb/commit/476c6063) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1941) +- [a8474619](https://github.com/stashed/mongodb/commit/a8474619) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928) + + +### [5.0.3-v16](https://github.com/stashed/mongodb/releases/tag/5.0.3-v16) + +- [8f480622](https://github.com/stashed/mongodb/commit/8f480622) Prepare for release 5.0.3-v16 (#1990) +- [70f9d538](https://github.com/stashed/mongodb/commit/70f9d538) Unlock and sync secondary (#1964) +- [be10f0b2](https://github.com/stashed/mongodb/commit/be10f0b2) Add support for restoring specific snapshot (#1927) (#1960) +- [147be12d](https://github.com/stashed/mongodb/commit/147be12d) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1943) + + +### [5.0.15-v1](https://github.com/stashed/mongodb/releases/tag/5.0.15-v1) + +- [070dc6c6](https://github.com/stashed/mongodb/commit/070dc6c6) Prepare for release 5.0.15-v1 (#1989) +- [95f520db](https://github.com/stashed/mongodb/commit/95f520db) Unlock and sync secondary (#1963) +- [ff442bc0](https://github.com/stashed/mongodb/commit/ff442bc0) Add support for restoring specific snapshot (#1927) (#1959) +- [f4bed984](https://github.com/stashed/mongodb/commit/f4bed984) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942) + + +### [6.0.5-v4](https://github.com/stashed/mongodb/releases/tag/6.0.5-v4) + +- [093dcce3](https://github.com/stashed/mongodb/commit/093dcce3) Prepare for release 6.0.5-v4 (#1991) +- [b20054bc](https://github.com/stashed/mongodb/commit/b20054bc) Unlock and sync secondary (#1962) +- [f9357173](https://github.com/stashed/mongodb/commit/f9357173) Add support for restoring specific snapshot (#1927) (#1961) +- [5f2f88ea](https://github.com/stashed/mongodb/commit/5f2f88ea) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1944) + + + +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v28](https://github.com/stashed/mysql/releases/tag/5.7.25-v28) + +- [e8925996](https://github.com/stashed/mysql/commit/e8925996) Prepare for release 5.7.25-v28 (#727) + + +### [8.0.3-v28](https://github.com/stashed/mysql/releases/tag/8.0.3-v28) + +- [00672e31](https://github.com/stashed/mysql/commit/00672e31) Prepare for release 8.0.3-v28 (#730) + + +### [8.0.14-v28](https://github.com/stashed/mysql/releases/tag/8.0.14-v28) + +- [a7c4579f](https://github.com/stashed/mysql/commit/a7c4579f) Prepare for release 8.0.14-v28 (#728) + + +### [8.0.21-v22](https://github.com/stashed/mysql/releases/tag/8.0.21-v22) + +- [2c21d225](https://github.com/stashed/mysql/commit/2c21d225) Prepare for release 8.0.21-v22 (#729) + + + +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v16](https://github.com/stashed/nats/releases/tag/2.6.1-v16) + +- [fb04742](https://github.com/stashed/nats/commit/fb04742) Prepare for release 2.6.1-v16 (#117) + + +### [2.8.2-v11](https://github.com/stashed/nats/releases/tag/2.8.2-v11) + +- [535e051](https://github.com/stashed/nats/commit/535e051) Prepare for release 2.8.2-v11 (#118) + + + +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v23](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v23) + +- [54009c23](https://github.com/stashed/percona-xtradb/commit/54009c23) Prepare for release 5.7-v23 (#300) + + + +## [stashed/postgres](https://github.com/stashed/postgres) + +### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) + +- [c8aa8598](https://github.com/stashed/postgres/commit/c8aa8598) Prepare for release 9.6.19-v27 (#1230) + + +### [10.14-v27](https://github.com/stashed/postgres/releases/tag/10.14-v27) + +- [3a7ba3fa](https://github.com/stashed/postgres/commit/3a7ba3fa) Prepare for release 10.14-v27 (#1224) + + +### [11.9-v27](https://github.com/stashed/postgres/releases/tag/11.9-v27) + +- [b8bb39e3](https://github.com/stashed/postgres/commit/b8bb39e3) Prepare for release 11.9-v27 (#1225) + + +### [12.4-v27](https://github.com/stashed/postgres/releases/tag/12.4-v27) + +- [fb6b2835](https://github.com/stashed/postgres/commit/fb6b2835) Prepare for release 12.4-v27 (#1226) + + +### [13.1-v24](https://github.com/stashed/postgres/releases/tag/13.1-v24) + +- [3e815eba](https://github.com/stashed/postgres/commit/3e815eba) Prepare for release 13.1-v24 (#1227) + + +### [14.0-v16](https://github.com/stashed/postgres/releases/tag/14.0-v16) + +- [7183205b](https://github.com/stashed/postgres/commit/7183205b) Prepare for release 14.0-v16 (#1228) + + +### [15.1-v8](https://github.com/stashed/postgres/releases/tag/15.1-v8) + +- [00deb5be](https://github.com/stashed/postgres/commit/00deb5be) Prepare for release 15.1-v8 (#1229) + + + +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v16](https://github.com/stashed/redis/releases/tag/5.0.13-v16) + +- [e267408](https://github.com/stashed/redis/commit/e267408) Prepare for release 5.0.13-v16 (#192) + + +### [6.2.5-v16](https://github.com/stashed/redis/releases/tag/6.2.5-v16) + +- [f1e5414](https://github.com/stashed/redis/commit/f1e5414) Prepare for release 6.2.5-v16 (#193) + + +### [7.0.5-v9](https://github.com/stashed/redis/releases/tag/7.0.5-v9) + +- [4e11289](https://github.com/stashed/redis/commit/4e11289) Prepare for release 7.0.5-v9 (#194) + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) + +- [993671e7](https://github.com/stashed/stash/commit/993671e74) Prepare for release v0.32.0 (#1539) + + + +## [stashed/vault](https://github.com/stashed/vault) + +### [1.10.3-v8](https://github.com/stashed/vault/releases/tag/1.10.3-v8) + +- [4b96de6a](https://github.com/stashed/vault/commit/4b96de6a) Prepare for release 1.10.3-v8 (#25) + + + + From 64078abc26685f8483bdf13a5ca7997ad56f5896 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 21:53:30 +0000 Subject: [PATCH 55/57] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/docs_changelog.md | 374 -------------------------- 1 file changed, 374 deletions(-) delete mode 100644 releases/v2023.10.9/docs_changelog.md diff --git a/releases/v2023.10.9/docs_changelog.md b/releases/v2023.10.9/docs_changelog.md deleted file mode 100644 index 0d7025af8..000000000 --- a/releases/v2023.10.9/docs_changelog.md +++ /dev/null @@ -1,374 +0,0 @@ ---- -title: Changelog | Stash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-stash-v2023.10.9 - name: Changelog-v2023.10.9 - parent: welcome - weight: 20231009 -product_name: stash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2023.10.9/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2023.10.9/ ---- - -# Stash v2023.10.9 (2023-10-04) - - -## [stashed/apimachinery](https://github.com/stashed/apimachinery) - -### [v0.32.0](https://github.com/stashed/apimachinery/releases/tag/v0.32.0) - -- [47e563c6](https://github.com/stashed/apimachinery/commit/47e563c6) Update deps -- [741d0149](https://github.com/stashed/apimachinery/commit/741d0149) Add restic methods for managing restic keys (#211) -- [3eb3dc0d](https://github.com/stashed/apimachinery/commit/3eb3dc0d) Add new hookExecutionPolicy `OnFinalRetryFailure` (#210) - - - -## [stashed/cli](https://github.com/stashed/cli) - -### [v0.32.0](https://github.com/stashed/cli/releases/tag/v0.32.0) - -- [575a83da](https://github.com/stashed/cli/commit/575a83da) Prepare for release v0.32.0 (#190) -- [a5706148](https://github.com/stashed/cli/commit/a5706148) Add commands for generating restore rules and managing restic keys (#189) - - - -## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) - -### [5.6.4-v28](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v28) - -- [a8d57072](https://github.com/stashed/elasticsearch/commit/a8d57072) Prepare for release 5.6.4-v28 (#1434) - - -### [6.2.4-v28](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v28) - -- [7dbca84a](https://github.com/stashed/elasticsearch/commit/7dbca84a) Prepare for release 6.2.4-v28 (#1435) - - -### [6.3.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v28) - -- [a9ece1ec](https://github.com/stashed/elasticsearch/commit/a9ece1ec) Prepare for release 6.3.0-v28 (#1436) - - -### [6.4.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v28) - -- [8b4ab388](https://github.com/stashed/elasticsearch/commit/8b4ab388) Prepare for release 6.4.0-v28 (#1437) - - -### [6.5.3-v28](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v28) - -- [082ca286](https://github.com/stashed/elasticsearch/commit/082ca286) Prepare for release 6.5.3-v28 (#1438) - - -### [6.8.0-v28](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v28) - -- [84e1ee57](https://github.com/stashed/elasticsearch/commit/84e1ee57) Prepare for release 6.8.0-v28 (#1439) - - -### [7.2.0-v28](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v28) - -- [3e6a708f](https://github.com/stashed/elasticsearch/commit/3e6a708f) Prepare for release 7.2.0-v28 (#1441) - - -### [7.3.2-v28](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v28) - -- [9249eefe](https://github.com/stashed/elasticsearch/commit/9249eefe) Prepare for release 7.3.2-v28 (#1442) - - -### [7.14.0-v14](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v14) - -- [91ad7fe5](https://github.com/stashed/elasticsearch/commit/91ad7fe5) Prepare for release 7.14.0-v14 (#1440) - - -### [8.2.0-v11](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v11) - -- [8142ea6d](https://github.com/stashed/elasticsearch/commit/8142ea6d) Prepare for release 8.2.0-v11 (#1443) - - - -## [stashed/enterprise](https://github.com/stashed/enterprise) - -### [v0.32.0](https://github.com/stashed/enterprise/releases/tag/v0.32.0) - -- [433789a4](https://github.com/stashed/enterprise/commit/433789a4c) Prepare for release v0.32.0 (#240) -- [149f81cc](https://github.com/stashed/enterprise/commit/149f81cc2) Add commands for managing restic passwords + Update snapshot download directory (#239) - - - -## [stashed/etcd](https://github.com/stashed/etcd) - -### [3.5.0-v15](https://github.com/stashed/etcd/releases/tag/3.5.0-v15) - -- [47078d2](https://github.com/stashed/etcd/commit/47078d2) Prepare for release 3.5.0-v15 (#83) - - - -## [stashed/installer](https://github.com/stashed/installer) - -### [v2023.10.9](https://github.com/stashed/installer/releases/tag/v2023.10.9) - -- [7bd4fbf5](https://github.com/stashed/installer/commit/7bd4fbf5) Prepare for release v2023.10.9 (#321) - - - -## [stashed/kubedump](https://github.com/stashed/kubedump) - -### [0.1.0-v11](https://github.com/stashed/kubedump/releases/tag/0.1.0-v11) - -- [f4af197](https://github.com/stashed/kubedump/commit/f4af197) Prepare for release 0.1.0-v11 (#47) - - - -## [stashed/mariadb](https://github.com/stashed/mariadb) - -### [10.5.8-v21](https://github.com/stashed/mariadb/releases/tag/10.5.8-v21) - -- [8a94399](https://github.com/stashed/mariadb/commit/8a94399) Prepare for release 10.5.8-v21 (#230) - - - -## [stashed/mongodb](https://github.com/stashed/mongodb) - -### [3.4.17-v28](https://github.com/stashed/mongodb/releases/tag/3.4.17-v28) - -- [bcf4a647](https://github.com/stashed/mongodb/commit/bcf4a647) Prepare for release 3.4.17-v28 (#1976) -- [66d02849](https://github.com/stashed/mongodb/commit/66d02849) Unlock and sync secondary (#1973) -- [8d14efa5](https://github.com/stashed/mongodb/commit/8d14efa5) Add support for restoring specific snapshot (#1927) (#1947) -- [cb8f9ff8](https://github.com/stashed/mongodb/commit/cb8f9ff8) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1930) - - -### [3.4.22-v28](https://github.com/stashed/mongodb/releases/tag/3.4.22-v28) - -- [65bf1bd4](https://github.com/stashed/mongodb/commit/65bf1bd4) Prepare for release 3.4.22-v28 (#1977) -- [7f588f23](https://github.com/stashed/mongodb/commit/7f588f23) Unlock and sync secondary (#1972) -- [704053fb](https://github.com/stashed/mongodb/commit/704053fb) Add support for restoring specific snapshot (#1927) (#1948) -- [fad11e0b](https://github.com/stashed/mongodb/commit/fad11e0b) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1931) - - -### [3.6.8-v28](https://github.com/stashed/mongodb/releases/tag/3.6.8-v28) - -- [64352461](https://github.com/stashed/mongodb/commit/64352461) Prepare for release 3.6.8-v28 (#1979) -- [f28e5990](https://github.com/stashed/mongodb/commit/f28e5990) Unlock and sync secondary (#1969) -- [58e82130](https://github.com/stashed/mongodb/commit/58e82130) Add support for restoring specific snapshot (#1927) (#1950) -- [e594e6ef](https://github.com/stashed/mongodb/commit/e594e6ef) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1933) - - -### [3.6.13-v28](https://github.com/stashed/mongodb/releases/tag/3.6.13-v28) - -- [3da732da](https://github.com/stashed/mongodb/commit/3da732da) Prepare for release 3.6.13-v28 (#1978) -- [3e032a81](https://github.com/stashed/mongodb/commit/3e032a81) Unlock and sync secondary (#1970) -- [4cca80c3](https://github.com/stashed/mongodb/commit/4cca80c3) Add support for restoring specific snapshot (#1927) (#1949) -- [18c43f7e](https://github.com/stashed/mongodb/commit/18c43f7e) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1932) - - -### [4.0.3-v28](https://github.com/stashed/mongodb/releases/tag/4.0.3-v28) - -- [ed7e2a5f](https://github.com/stashed/mongodb/commit/ed7e2a5f) Prepare for release 4.0.3-v28 (#1981) -- [3340ae34](https://github.com/stashed/mongodb/commit/3340ae34) Unlock and sync secondary (#1971) -- [26f42032](https://github.com/stashed/mongodb/commit/26f42032) Add support for restoring specific snapshot (#1927) (#1952) -- [f16cbfba](https://github.com/stashed/mongodb/commit/f16cbfba) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1935) - - -### [4.0.5-v28](https://github.com/stashed/mongodb/releases/tag/4.0.5-v28) - -- [7d29cfa8](https://github.com/stashed/mongodb/commit/7d29cfa8) Prepare for release 4.0.5-v28 (#1982) -- [d0461920](https://github.com/stashed/mongodb/commit/d0461920) Unlock and sync secondary (#1974) -- [2eeec3ba](https://github.com/stashed/mongodb/commit/2eeec3ba) Add support for restoring specific snapshot (#1927) (#1953) -- [4efc8bff](https://github.com/stashed/mongodb/commit/4efc8bff) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1936) - - -### [4.0.11-v28](https://github.com/stashed/mongodb/releases/tag/4.0.11-v28) - -- [9891070f](https://github.com/stashed/mongodb/commit/9891070f) Prepare for release 4.0.11-v28 (#1980) -- [37bfb091](https://github.com/stashed/mongodb/commit/37bfb091) unlock and sync secondary (#1975) -- [53244213](https://github.com/stashed/mongodb/commit/53244213) Add support for restoring specific snapshot (#1927) (#1951) -- [c61568dd](https://github.com/stashed/mongodb/commit/c61568dd) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1934) - - -### [4.1.4-v28](https://github.com/stashed/mongodb/releases/tag/4.1.4-v28) - -- [90543078](https://github.com/stashed/mongodb/commit/90543078) Prepare for release 4.1.4-v28 (#1984) -- [62d36ac9](https://github.com/stashed/mongodb/commit/62d36ac9) Unlock and sync secondary (#1965) -- [11c75f06](https://github.com/stashed/mongodb/commit/11c75f06) Add support for restoring specific snapshot (#1927) (#1955) -- [16475896](https://github.com/stashed/mongodb/commit/16475896) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1938) - - -### [4.1.7-v28](https://github.com/stashed/mongodb/releases/tag/4.1.7-v28) - -- [ad96467e](https://github.com/stashed/mongodb/commit/ad96467e) Prepare for release 4.1.7-v28 (#1985) -- [fe5de7da](https://github.com/stashed/mongodb/commit/fe5de7da) Unlock and sync secondary (#1966) -- [d2810a49](https://github.com/stashed/mongodb/commit/d2810a49) Add support for restoring specific snapshot (#1927) (#1956) -- [209aaa40](https://github.com/stashed/mongodb/commit/209aaa40) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1939) - - -### [4.1.13-v28](https://github.com/stashed/mongodb/releases/tag/4.1.13-v28) - -- [26289363](https://github.com/stashed/mongodb/commit/26289363) Prepare for release 4.1.13-v28 (#1983) -- [a529618c](https://github.com/stashed/mongodb/commit/a529618c) Unlock and sync secondary (#1967) -- [c2de7995](https://github.com/stashed/mongodb/commit/c2de7995) Add support for restoring specific snapshot (#1927) (#1954) -- [c3118596](https://github.com/stashed/mongodb/commit/c3118596) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1937) - - -### [4.2.3-v28](https://github.com/stashed/mongodb/releases/tag/4.2.3-v28) - -- [d716d870](https://github.com/stashed/mongodb/commit/d716d870) Prepare for release 4.2.3-v28 (#1987) -- [5b708249](https://github.com/stashed/mongodb/commit/5b708249) Unlock and sync secondary (#1968) -- [89798c12](https://github.com/stashed/mongodb/commit/89798c12) Add support for restoring specific snapshot (#1927) (#1957) -- [3e23f106](https://github.com/stashed/mongodb/commit/3e23f106) [cherry-pick] Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1940) - - -### [4.4.6-v19](https://github.com/stashed/mongodb/releases/tag/4.4.6-v19) - -- [aba61b85](https://github.com/stashed/mongodb/commit/aba61b85) Prepare for release 4.4.6-v19 (#1988) -- [34ab90b8](https://github.com/stashed/mongodb/commit/34ab90b8) Unlock and sync secondary hosts (#1945) -- [68c8b8c8](https://github.com/stashed/mongodb/commit/68c8b8c8) Add support for restoring specific snapshot (#1927) (#1958) -- [476c6063](https://github.com/stashed/mongodb/commit/476c6063) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1941) -- [a8474619](https://github.com/stashed/mongodb/commit/a8474619) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1928) - - -### [5.0.3-v16](https://github.com/stashed/mongodb/releases/tag/5.0.3-v16) - -- [8f480622](https://github.com/stashed/mongodb/commit/8f480622) Prepare for release 5.0.3-v16 (#1990) -- [70f9d538](https://github.com/stashed/mongodb/commit/70f9d538) Unlock and sync secondary (#1964) -- [be10f0b2](https://github.com/stashed/mongodb/commit/be10f0b2) Add support for restoring specific snapshot (#1927) (#1960) -- [147be12d](https://github.com/stashed/mongodb/commit/147be12d) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1943) - - -### [5.0.15-v1](https://github.com/stashed/mongodb/releases/tag/5.0.15-v1) - -- [070dc6c6](https://github.com/stashed/mongodb/commit/070dc6c6) Prepare for release 5.0.15-v1 (#1989) -- [95f520db](https://github.com/stashed/mongodb/commit/95f520db) Unlock and sync secondary (#1963) -- [ff442bc0](https://github.com/stashed/mongodb/commit/ff442bc0) Add support for restoring specific snapshot (#1927) (#1959) -- [f4bed984](https://github.com/stashed/mongodb/commit/f4bed984) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1942) - - -### [6.0.5-v4](https://github.com/stashed/mongodb/releases/tag/6.0.5-v4) - -- [093dcce3](https://github.com/stashed/mongodb/commit/093dcce3) Prepare for release 6.0.5-v4 (#1991) -- [b20054bc](https://github.com/stashed/mongodb/commit/b20054bc) Unlock and sync secondary (#1962) -- [f9357173](https://github.com/stashed/mongodb/commit/f9357173) Add support for restoring specific snapshot (#1927) (#1961) -- [5f2f88ea](https://github.com/stashed/mongodb/commit/5f2f88ea) Add stopBalancer timeout; Retry setBalancerState; Improve logging (#1929) (#1944) - - - -## [stashed/mysql](https://github.com/stashed/mysql) - -### [5.7.25-v28](https://github.com/stashed/mysql/releases/tag/5.7.25-v28) - -- [e8925996](https://github.com/stashed/mysql/commit/e8925996) Prepare for release 5.7.25-v28 (#727) - - -### [8.0.3-v28](https://github.com/stashed/mysql/releases/tag/8.0.3-v28) - -- [00672e31](https://github.com/stashed/mysql/commit/00672e31) Prepare for release 8.0.3-v28 (#730) - - -### [8.0.14-v28](https://github.com/stashed/mysql/releases/tag/8.0.14-v28) - -- [a7c4579f](https://github.com/stashed/mysql/commit/a7c4579f) Prepare for release 8.0.14-v28 (#728) - - -### [8.0.21-v22](https://github.com/stashed/mysql/releases/tag/8.0.21-v22) - -- [2c21d225](https://github.com/stashed/mysql/commit/2c21d225) Prepare for release 8.0.21-v22 (#729) - - - -## [stashed/nats](https://github.com/stashed/nats) - -### [2.6.1-v16](https://github.com/stashed/nats/releases/tag/2.6.1-v16) - -- [fb04742](https://github.com/stashed/nats/commit/fb04742) Prepare for release 2.6.1-v16 (#117) - - -### [2.8.2-v11](https://github.com/stashed/nats/releases/tag/2.8.2-v11) - -- [535e051](https://github.com/stashed/nats/commit/535e051) Prepare for release 2.8.2-v11 (#118) - - - -## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) - -### [5.7-v23](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v23) - -- [54009c23](https://github.com/stashed/percona-xtradb/commit/54009c23) Prepare for release 5.7-v23 (#300) - - - -## [stashed/postgres](https://github.com/stashed/postgres) - -### [9.6.19-v27](https://github.com/stashed/postgres/releases/tag/9.6.19-v27) - -- [c8aa8598](https://github.com/stashed/postgres/commit/c8aa8598) Prepare for release 9.6.19-v27 (#1230) - - -### [10.14-v27](https://github.com/stashed/postgres/releases/tag/10.14-v27) - -- [3a7ba3fa](https://github.com/stashed/postgres/commit/3a7ba3fa) Prepare for release 10.14-v27 (#1224) - - -### [11.9-v27](https://github.com/stashed/postgres/releases/tag/11.9-v27) - -- [b8bb39e3](https://github.com/stashed/postgres/commit/b8bb39e3) Prepare for release 11.9-v27 (#1225) - - -### [12.4-v27](https://github.com/stashed/postgres/releases/tag/12.4-v27) - -- [fb6b2835](https://github.com/stashed/postgres/commit/fb6b2835) Prepare for release 12.4-v27 (#1226) - - -### [13.1-v24](https://github.com/stashed/postgres/releases/tag/13.1-v24) - -- [3e815eba](https://github.com/stashed/postgres/commit/3e815eba) Prepare for release 13.1-v24 (#1227) - - -### [14.0-v16](https://github.com/stashed/postgres/releases/tag/14.0-v16) - -- [7183205b](https://github.com/stashed/postgres/commit/7183205b) Prepare for release 14.0-v16 (#1228) - - -### [15.1-v8](https://github.com/stashed/postgres/releases/tag/15.1-v8) - -- [00deb5be](https://github.com/stashed/postgres/commit/00deb5be) Prepare for release 15.1-v8 (#1229) - - - -## [stashed/redis](https://github.com/stashed/redis) - -### [5.0.13-v16](https://github.com/stashed/redis/releases/tag/5.0.13-v16) - -- [e267408](https://github.com/stashed/redis/commit/e267408) Prepare for release 5.0.13-v16 (#192) - - -### [6.2.5-v16](https://github.com/stashed/redis/releases/tag/6.2.5-v16) - -- [f1e5414](https://github.com/stashed/redis/commit/f1e5414) Prepare for release 6.2.5-v16 (#193) - - -### [7.0.5-v9](https://github.com/stashed/redis/releases/tag/7.0.5-v9) - -- [4e11289](https://github.com/stashed/redis/commit/4e11289) Prepare for release 7.0.5-v9 (#194) - - - -## [stashed/stash](https://github.com/stashed/stash) - -### [v0.32.0](https://github.com/stashed/stash/releases/tag/v0.32.0) - -- [993671e7](https://github.com/stashed/stash/commit/993671e74) Prepare for release v0.32.0 (#1539) - - - -## [stashed/vault](https://github.com/stashed/vault) - -### [1.10.3-v8](https://github.com/stashed/vault/releases/tag/1.10.3-v8) - -- [4b96de6a](https://github.com/stashed/vault/commit/4b96de6a) Prepare for release 1.10.3-v8 (#25) - - - - From eb8217cc9e064ed0986265473711042ef5ef769a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 22:04:58 +0000 Subject: [PATCH 56/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2023.10.9/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 45324aa6c..9f1a9918c 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T21:43:24.685711444Z", + "release_date": "2023-10-04T22:04:58.896347044Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -46,6 +46,28 @@ } ] }, + { + "url": "github.com/stashed/docs", + "releases": [ + { + "tag": "v2023.10.9", + "commits": [ + { + "SHA": "c5892e3", + "Subject": "Prepare for release v2023.10.9 (#278)" + }, + { + "SHA": "cb18509", + "Subject": "Add new hookExecutionPolicy `OnFinalRetryFailure` (#274)" + }, + { + "SHA": "0e93924", + "Subject": "Mongo configServer should have at least 3 repliacs (#275)" + } + ] + } + ] + }, { "url": "github.com/stashed/elasticsearch", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 8bb27629f..5bb54e413 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -20,6 +20,16 @@ +## [stashed/docs](https://github.com/stashed/docs) + +### [v2023.10.9](https://github.com/stashed/docs/releases/tag/v2023.10.9) + +- [c5892e3](https://github.com/stashed/docs/commit/c5892e3) Prepare for release v2023.10.9 (#278) +- [cb18509](https://github.com/stashed/docs/commit/cb18509) Add new hookExecutionPolicy `OnFinalRetryFailure` (#274) +- [0e93924](https://github.com/stashed/docs/commit/0e93924) Mongo configServer should have at least 3 repliacs (#275) + + + ## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) ### [5.6.4-v28](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v28) From 14d160c420eaf576baea61f1e6e2c3e00676381f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Oct 2023 22:42:16 +0000 Subject: [PATCH 57/57] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2023.10.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2023.10.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2023.10.9/CHANGELOG.json b/releases/v2023.10.9/CHANGELOG.json index 9f1a9918c..008015e82 100644 --- a/releases/v2023.10.9/CHANGELOG.json +++ b/releases/v2023.10.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2023.10.9", - "release_date": "2023-10-04T22:04:58.896347044Z", + "release_date": "2023-10-04T22:42:16.409280432Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2023.10.9", "kubernetes_version": "1.19+", @@ -28,6 +28,20 @@ } ] }, + { + "url": "github.com/stashed/bundles", + "releases": [ + { + "tag": "v2023.10.9", + "commits": [ + { + "SHA": "da4bf73", + "Subject": "Prepare for release v2023.10.9 (#79)" + } + ] + } + ] + }, { "url": "github.com/stashed/cli", "releases": [ diff --git a/releases/v2023.10.9/README.md b/releases/v2023.10.9/README.md index 5bb54e413..6d62f93cd 100644 --- a/releases/v2023.10.9/README.md +++ b/releases/v2023.10.9/README.md @@ -11,6 +11,14 @@ +## [stashed/bundles](https://github.com/stashed/bundles) + +### [v2023.10.9](https://github.com/stashed/bundles/releases/tag/v2023.10.9) + +- [da4bf73](https://github.com/stashed/bundles/commit/da4bf73) Prepare for release v2023.10.9 (#79) + + + ## [stashed/cli](https://github.com/stashed/cli) ### [v0.32.0](https://github.com/stashed/cli/releases/tag/v0.32.0)