From c8c3d8d415669daf3fa27b25d8e070f787b5e797 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 8 Jan 2025 17:34:59 +0600 Subject: [PATCH 01/68] Release: v2025.1.9 Signed-off-by: Tamal Saha --- releases/v2025.1.9/release.json | 264 ++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 releases/v2025.1.9/release.json diff --git a/releases/v2025.1.9/release.json b/releases/v2025.1.9/release.json new file mode 100644 index 000000000..76f1624d0 --- /dev/null +++ b/releases/v2025.1.9/release.json @@ -0,0 +1,264 @@ +{ + "product_line": "Stash", + "release": "v2025.1.9", + "docs_url_template": "https://stash.run/docs/%s", + "kubernetes_version": "1.26+", + "projects": [ + { + "github.com/stashed/apimachinery": { + "tag": "v0.38.0", + "chartNames": [ + "stash-crds" + ] + } + }, + { + "github.com/stashed/stash": { + "key": "stash-community", + "tag": "v0.38.0", + "chartNames": [ + "stash-community" + ] + } + }, + { + "github.com/stashed/enterprise": { + "key": "stash-enterprise", + "tag": "v0.38.0", + "chartNames": [ + "stash-enterprise", + "stash-catalog" + ] + } + }, + { + "github.com/stashed/cli": { + "key": "stash-cli", + "tag": "v0.38.0" + }, + "github.com/stashed/ui-server": { + "key": "stash-ui-server", + "tag": "v0.19.0" + } + }, + { + "github.com/stashed/postgres": { + "key": "stash-postgres", + "tags": { + "10.14-v33": "release-10.14", + "11.9-v33": "release-11.9", + "12.4-v33": "release-12.4", + "13.1-v30": "release-13.1", + "14.0-v22": "release-14.0", + "15.1-v14": "release-15.1", + "16.1-v3": "release-16.1", + "9.6.19-v33": "release-9.6.19" + } + } + }, + { + "github.com/stashed/elasticsearch": { + "key": "stash-elasticsearch", + "tags": { + "5.6.4-v34": "release-5.6.4", + "6.2.4-v34": "release-6.2.4", + "6.3.0-v34": "release-6.3.0", + "6.4.0-v34": "release-6.4.0", + "6.5.3-v34": "release-6.5.3", + "6.8.0-v34": "release-6.8.0", + "7.14.0-v20": "release-7.14.0", + "7.2.0-v34": "release-7.2.0", + "7.3.2-v34": "release-7.3.2", + "8.2.0-v17": "release-8.2.0" + } + } + }, + { + "github.com/stashed/mongodb": { + "key": "stash-mongodb", + "tags": { + "3.4.17-v35": "release-3.4.17", + "3.4.22-v35": "release-3.4.22", + "3.6.13-v35": "release-3.6.13", + "3.6.8-v35": "release-3.6.8", + "4.0.11-v35": "release-4.0.11", + "4.0.3-v35": "release-4.0.3", + "4.0.5-v35": "release-4.0.5", + "4.1.13-v35": "release-4.1.13", + "4.1.4-v35": "release-4.1.4", + "4.1.7-v35": "release-4.1.7", + "4.2.3-v35": "release-4.2.3", + "4.4.6-v26": "release-4.4.6", + "5.0.15-v8": "release-5.0.15", + "5.0.3-v23": "release-5.0.3", + "6.0.5-v11": "release-6.0.5" + } + } + }, + { + "github.com/stashed/mysql": { + "key": "stash-mysql", + "tags": { + "5.7.25-v35": "release-5.7.25", + "8.0.14-v34": "release-8.0.14", + "8.0.21-v28": "release-8.0.21", + "8.0.3-v34": "release-8.0.3" + } + } + }, + { + "github.com/stashed/mariadb": { + "key": "stash-mariadb", + "tags": { + "10.5.8-v28": "release-10.5.8" + } + } + }, + { + "github.com/stashed/redis": { + "key": "stash-redis", + "tags": { + "5.0.13-v22": "release-5.0.13", + "6.2.5-v22": "release-6.2.5", + "7.0.5-v15": "release-7.0.5" + } + } + }, + { + "github.com/stashed/percona-xtradb": { + "key": "stash-perconaxtradb", + "tags": { + "5.7-v29": "release-5.7" + } + } + }, + { + "github.com/stashed/nats": { + "key": "stash-nats", + "tags": { + "2.6.1-v22": "release-2.6.1", + "2.8.2-v17": "release-2.8.2" + } + } + }, + { + "github.com/stashed/etcd": { + "key": "stash-etcd", + "tags": { + "3.5.0-v21": "release-3.5.0" + } + } + }, + { + "github.com/stashed/kubedump": { + "key": "stash-kubedump", + "tags": { + "0.2.0-v2": "release-0.2.0" + } + } + }, + { + "github.com/stashed/vault": { + "key": "stash-vault", + "tags": { + "1.10.3-v14": "release-1.10.3" + } + } + }, + { + "github.com/stashed/installer": { + "key": "stash-installer", + "tag": "v2025.1.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", + "./hack/scripts/update-catalog.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": "v2025.1.9", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/stashed/website": { + "tag": "v2025.1.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" + } + } + ], + "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 18fbe8e4a92dddc5f2e85bdf3b1638165c71dd12 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 12:51:40 +0000 Subject: [PATCH 02/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 32 +++++++++++++++++++++++++++++++ releases/v2025.1.9/README.md | 13 +++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 releases/v2025.1.9/CHANGELOG.json create mode 100644 releases/v2025.1.9/README.md diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json new file mode 100644 index 000000000..f736c1f78 --- /dev/null +++ b/releases/v2025.1.9/CHANGELOG.json @@ -0,0 +1,32 @@ +{ + "product_line": "Stash", + "release": "v2025.1.9", + "release_date": "2025-01-08T12:51:40.058542501Z", + "release_project_url": "https://github.com/stashed/CHANGELOG", + "docs_url": "https://stash.run/docs/v2025.1.9", + "kubernetes_version": "1.26+", + "projects": [ + { + "url": "github.com/stashed/apimachinery", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "498a6be5", + "Subject": "Print license expiration timestamp" + }, + { + "SHA": "5284189f", + "Subject": "Fix patching" + }, + { + "SHA": "47ce09a4", + "Subject": "Update github action modules (#231)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md new file mode 100644 index 000000000..e9b5fcc7f --- /dev/null +++ b/releases/v2025.1.9/README.md @@ -0,0 +1,13 @@ +# Stash v2025.1.9 (2025-01-08) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.38.0](https://github.com/stashed/apimachinery/releases/tag/v0.38.0) + +- [498a6be5](https://github.com/stashed/apimachinery/commit/498a6be5) Print license expiration timestamp +- [5284189f](https://github.com/stashed/apimachinery/commit/5284189f) Fix patching +- [47ce09a4](https://github.com/stashed/apimachinery/commit/47ce09a4) Update github action modules (#231) + + + From 8fa19f85614e4fa699f57f9d6cd1b41bd2da69a7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 12:51:41 +0000 Subject: [PATCH 03/68] 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 768eb5647..bc9251ecb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Stash Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2025.1.9](https:/github.com/stashed/CHANGELOG/releases/tag/v2025.1.9) | 2025-01-08 | [User Guide](https://stash.run/docs/v2025.1.9) | [CHANGELOG](/releases/v2025.1.9/README.md) | 1.26+ | | [v2024.12.18](https:/github.com/stashed/CHANGELOG/releases/tag/v2024.12.18) | 2024-12-18 | [User Guide](https://stash.run/docs/v2024.12.18) | [CHANGELOG](/releases/v2024.12.18/README.md) | 1.26+ | | [v2024.9.30](https:/github.com/stashed/CHANGELOG/releases/tag/v2024.9.30) | 2024-09-27 | [User Guide](https://stash.run/docs/v2024.9.30) | [CHANGELOG](/releases/v2024.9.30/README.md) | 1.26+ | | [v2024.8.27](https:/github.com/stashed/CHANGELOG/releases/tag/v2024.8.27) | 2024-08-28 | [User Guide](https://stash.run/docs/v2024.8.27) | [CHANGELOG](/releases/v2024.8.27/README.md) | 1.26+ | From 807321f40defdce2f81b772ef07d3989a1be8284 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 13:04:50 +0000 Subject: [PATCH 04/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index f736c1f78..546c49c0f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T12:51:40.058542501Z", + "release_date": "2025-01-08T13:04:50.252827246Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -27,6 +27,24 @@ ] } ] + }, + { + "url": "github.com/stashed/stash", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "149cbfb0f", + "Subject": "Prepare for release v0.38.0 (#1589)" + }, + { + "SHA": "b2d2d3a57", + "Subject": "Update github action modules (#1588)" + } + ] + } + ] } ] } diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index e9b5fcc7f..f09a31d6f 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -11,3 +11,12 @@ +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) + +- [149cbfb0](https://github.com/stashed/stash/commit/149cbfb0f) Prepare for release v0.38.0 (#1589) +- [b2d2d3a5](https://github.com/stashed/stash/commit/b2d2d3a57) Update github action modules (#1588) + + + From 33c19615c0f5b721fb6ba02fbf59ace1e5f2dd75 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:09:19 +0000 Subject: [PATCH 05/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 546c49c0f..c1aae715d 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T13:04:50.252827246Z", + "release_date": "2025-01-08T14:09:19.407005444Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -28,6 +28,24 @@ } ] }, + { + "url": "github.com/stashed/enterprise", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "9d7359fb0", + "Subject": "Prepare for release v0.38.0 (#263)" + }, + { + "SHA": "ff2132ded", + "Subject": "Update github action modules (#261)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index f09a31d6f..bf5c6a9a0 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -11,6 +11,15 @@ +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.38.0](https://github.com/stashed/enterprise/releases/tag/v0.38.0) + +- [9d7359fb](https://github.com/stashed/enterprise/commit/9d7359fb0) Prepare for release v0.38.0 (#263) +- [ff2132de](https://github.com/stashed/enterprise/commit/ff2132ded) Update github action modules (#261) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) From c6bd45a534f9cbdcc08eff08b5137799e34c9bdf Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:16:02 +0000 Subject: [PATCH 06/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2025.1.9/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index c1aae715d..d8f10873d 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:09:19.407005444Z", + "release_date": "2025-01-08T14:16:02.228062538Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -28,6 +28,28 @@ } ] }, + { + "url": "github.com/stashed/cli", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "cad2245d", + "Subject": "Prepare for release v0.38.0 (#209)" + }, + { + "SHA": "8a3c87ab", + "Subject": "Update website link" + }, + { + "SHA": "107959f1", + "Subject": "Update github action modules (#207)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index bf5c6a9a0..7eda4ce96 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -11,6 +11,16 @@ +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.38.0](https://github.com/stashed/cli/releases/tag/v0.38.0) + +- [cad2245d](https://github.com/stashed/cli/commit/cad2245d) Prepare for release v0.38.0 (#209) +- [8a3c87ab](https://github.com/stashed/cli/commit/8a3c87ab) Update website link +- [107959f1](https://github.com/stashed/cli/commit/107959f1) Update github action modules (#207) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.38.0](https://github.com/stashed/enterprise/releases/tag/v0.38.0) From 778f1489fd29a6a09235c7d7707189575347993b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:16:41 +0000 Subject: [PATCH 07/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index d8f10873d..c54d2ba60 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:16:02.228062538Z", + "release_date": "2025-01-08T14:16:41.959826378Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -85,6 +85,24 @@ ] } ] + }, + { + "url": "github.com/stashed/ui-server", + "releases": [ + { + "tag": "v0.19.0", + "commits": [ + { + "SHA": "41dc9b16", + "Subject": "Prepare for release v0.19.0 (#46)" + }, + { + "SHA": "17d88fc2", + "Subject": "Update github action modules (#45)" + } + ] + } + ] } ] } diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 7eda4ce96..9014d0fa4 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -39,3 +39,12 @@ +## [stashed/ui-server](https://github.com/stashed/ui-server) + +### [v0.19.0](https://github.com/stashed/ui-server/releases/tag/v0.19.0) + +- [41dc9b16](https://github.com/stashed/ui-server/commit/41dc9b16) Prepare for release v0.19.0 (#46) +- [17d88fc2](https://github.com/stashed/ui-server/commit/17d88fc2) Update github action modules (#45) + + + From 18dd9d99677e80327e6b18e77c5143d907f7070d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:24:54 +0000 Subject: [PATCH 08/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index c54d2ba60..2cbff5a2f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:16:41.959826378Z", + "release_date": "2025-01-08T14:24:54.244469731Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -68,6 +68,20 @@ } ] }, + { + "url": "github.com/stashed/postgres", + "releases": [ + { + "tag": "10.14-v33", + "commits": [ + { + "SHA": "a6a1804d", + "Subject": "Prepare for release 10.14-v33 (#1378)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 9014d0fa4..4c8de65ba 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -30,6 +30,14 @@ +## [stashed/postgres](https://github.com/stashed/postgres) + +### [10.14-v33](https://github.com/stashed/postgres/releases/tag/10.14-v33) + +- [a6a1804d](https://github.com/stashed/postgres/commit/a6a1804d) Prepare for release 10.14-v33 (#1378) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) From f0339f02f277e116ced800908d54744aa2225803 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:24:56 +0000 Subject: [PATCH 09/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 2cbff5a2f..a40745f5a 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:24:54.244469731Z", + "release_date": "2025-01-08T14:24:56.351374836Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -79,6 +79,15 @@ "Subject": "Prepare for release 10.14-v33 (#1378)" } ] + }, + { + "tag": "11.9-v33", + "commits": [ + { + "SHA": "4f49de35", + "Subject": "Prepare for release 11.9-v33 (#1379)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 4c8de65ba..bb699fab9 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -37,6 +37,11 @@ - [a6a1804d](https://github.com/stashed/postgres/commit/a6a1804d) Prepare for release 10.14-v33 (#1378) +### [11.9-v33](https://github.com/stashed/postgres/releases/tag/11.9-v33) + +- [4f49de35](https://github.com/stashed/postgres/commit/4f49de35) Prepare for release 11.9-v33 (#1379) + + ## [stashed/stash](https://github.com/stashed/stash) From 19f25d413ed2cef96797234e97127ae1634dbe91 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:24:58 +0000 Subject: [PATCH 10/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index a40745f5a..450aa1e16 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:24:56.351374836Z", + "release_date": "2025-01-08T14:24:58.519634169Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -88,6 +88,15 @@ "Subject": "Prepare for release 11.9-v33 (#1379)" } ] + }, + { + "tag": "12.4-v33", + "commits": [ + { + "SHA": "86ac876c", + "Subject": "Prepare for release 12.4-v33 (#1380)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index bb699fab9..da62b978d 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -42,6 +42,11 @@ - [4f49de35](https://github.com/stashed/postgres/commit/4f49de35) Prepare for release 11.9-v33 (#1379) +### [12.4-v33](https://github.com/stashed/postgres/releases/tag/12.4-v33) + +- [86ac876c](https://github.com/stashed/postgres/commit/86ac876c) Prepare for release 12.4-v33 (#1380) + + ## [stashed/stash](https://github.com/stashed/stash) From 233535bec5a08c8f3eb4097ef31144196764a860 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:25:00 +0000 Subject: [PATCH 11/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 450aa1e16..f6d73d4fa 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:24:58.519634169Z", + "release_date": "2025-01-08T14:25:00.447394594Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -97,6 +97,15 @@ "Subject": "Prepare for release 12.4-v33 (#1380)" } ] + }, + { + "tag": "13.1-v30", + "commits": [ + { + "SHA": "41819e5f", + "Subject": "Prepare for release 13.1-v30 (#1381)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index da62b978d..a2bfefafd 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -47,6 +47,11 @@ - [86ac876c](https://github.com/stashed/postgres/commit/86ac876c) Prepare for release 12.4-v33 (#1380) +### [13.1-v30](https://github.com/stashed/postgres/releases/tag/13.1-v30) + +- [41819e5f](https://github.com/stashed/postgres/commit/41819e5f) Prepare for release 13.1-v30 (#1381) + + ## [stashed/stash](https://github.com/stashed/stash) From 4dc101f65a6806d1385aa084af24ae703537478d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:25:02 +0000 Subject: [PATCH 12/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index f6d73d4fa..0062470ae 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:25:00.447394594Z", + "release_date": "2025-01-08T14:25:02.598426508Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -106,6 +106,15 @@ "Subject": "Prepare for release 13.1-v30 (#1381)" } ] + }, + { + "tag": "14.0-v22", + "commits": [ + { + "SHA": "1e0cd351", + "Subject": "Prepare for release 14.0-v22 (#1382)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index a2bfefafd..dc8953677 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -52,6 +52,11 @@ - [41819e5f](https://github.com/stashed/postgres/commit/41819e5f) Prepare for release 13.1-v30 (#1381) +### [14.0-v22](https://github.com/stashed/postgres/releases/tag/14.0-v22) + +- [1e0cd351](https://github.com/stashed/postgres/commit/1e0cd351) Prepare for release 14.0-v22 (#1382) + + ## [stashed/stash](https://github.com/stashed/stash) From 06eba1a88cf7571cdb294578f1c25bcc7918ae37 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:25:04 +0000 Subject: [PATCH 13/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 0062470ae..778f3b045 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:25:02.598426508Z", + "release_date": "2025-01-08T14:25:04.627768319Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -115,6 +115,15 @@ "Subject": "Prepare for release 14.0-v22 (#1382)" } ] + }, + { + "tag": "15.1-v14", + "commits": [ + { + "SHA": "f5ddc525", + "Subject": "Prepare for release 15.1-v14 (#1383)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index dc8953677..a3446ae90 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -57,6 +57,11 @@ - [1e0cd351](https://github.com/stashed/postgres/commit/1e0cd351) Prepare for release 14.0-v22 (#1382) +### [15.1-v14](https://github.com/stashed/postgres/releases/tag/15.1-v14) + +- [f5ddc525](https://github.com/stashed/postgres/commit/f5ddc525) Prepare for release 15.1-v14 (#1383) + + ## [stashed/stash](https://github.com/stashed/stash) From 2460fb2c0aae2b918ef64bfb34d9326f8c60dc70 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:25:06 +0000 Subject: [PATCH 14/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 778f3b045..8d2211290 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:25:04.627768319Z", + "release_date": "2025-01-08T14:25:06.723564192Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -124,6 +124,15 @@ "Subject": "Prepare for release 15.1-v14 (#1383)" } ] + }, + { + "tag": "16.1-v3", + "commits": [ + { + "SHA": "92e7938b", + "Subject": "Prepare for release 16.1-v3 (#1384)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index a3446ae90..2de81333c 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -62,6 +62,11 @@ - [f5ddc525](https://github.com/stashed/postgres/commit/f5ddc525) Prepare for release 15.1-v14 (#1383) +### [16.1-v3](https://github.com/stashed/postgres/releases/tag/16.1-v3) + +- [92e7938b](https://github.com/stashed/postgres/commit/92e7938b) Prepare for release 16.1-v3 (#1384) + + ## [stashed/stash](https://github.com/stashed/stash) From 727765d3528fac81ccf399fa8f416e8910e3b74a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:25:08 +0000 Subject: [PATCH 15/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 8d2211290..7d997a9de 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:25:06.723564192Z", + "release_date": "2025-01-08T14:25:08.746978554Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -71,6 +71,15 @@ { "url": "github.com/stashed/postgres", "releases": [ + { + "tag": "9.6.19-v33", + "commits": [ + { + "SHA": "4c034aef", + "Subject": "Prepare for release 9.6.19-v33 (#1385)" + } + ] + }, { "tag": "10.14-v33", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 2de81333c..7a524a1d1 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -32,6 +32,11 @@ ## [stashed/postgres](https://github.com/stashed/postgres) +### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) + +- [4c034aef](https://github.com/stashed/postgres/commit/4c034aef) Prepare for release 9.6.19-v33 (#1385) + + ### [10.14-v33](https://github.com/stashed/postgres/releases/tag/10.14-v33) - [a6a1804d](https://github.com/stashed/postgres/commit/a6a1804d) Prepare for release 10.14-v33 (#1378) From 68bdc9c859ee28c103ee248c3dd3149cbe2f8a0b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:41 +0000 Subject: [PATCH 16/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 7d997a9de..c66dfef05 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:25:08.746978554Z", + "release_date": "2025-01-08T14:37:41.705230377Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -50,6 +50,20 @@ } ] }, + { + "url": "github.com/stashed/elasticsearch", + "releases": [ + { + "tag": "5.6.4-v34", + "commits": [ + { + "SHA": "bde4b6d0", + "Subject": "Prepare for release 5.6.4-v34 (#1592)" + } + ] + } + ] + }, { "url": "github.com/stashed/enterprise", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 7a524a1d1..e1c91b09d 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -21,6 +21,14 @@ +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v34](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v34) + +- [bde4b6d0](https://github.com/stashed/elasticsearch/commit/bde4b6d0) Prepare for release 5.6.4-v34 (#1592) + + + ## [stashed/enterprise](https://github.com/stashed/enterprise) ### [v0.38.0](https://github.com/stashed/enterprise/releases/tag/v0.38.0) From ed5a3c92b385f624b4f55c20979f8ffd66f8c62a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:44 +0000 Subject: [PATCH 17/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index c66dfef05..33a9a3424 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:41.705230377Z", + "release_date": "2025-01-08T14:37:44.951221668Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -61,6 +61,15 @@ "Subject": "Prepare for release 5.6.4-v34 (#1592)" } ] + }, + { + "tag": "6.2.4-v34", + "commits": [ + { + "SHA": "3cba0f11", + "Subject": "Prepare for release 6.2.4-v34 (#1593)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index e1c91b09d..46f86e514 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -28,6 +28,11 @@ - [bde4b6d0](https://github.com/stashed/elasticsearch/commit/bde4b6d0) Prepare for release 5.6.4-v34 (#1592) +### [6.2.4-v34](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v34) + +- [3cba0f11](https://github.com/stashed/elasticsearch/commit/3cba0f11) Prepare for release 6.2.4-v34 (#1593) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 9a1d6ccc14067929ff1b677f6ba6c7e1d9b512de Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:46 +0000 Subject: [PATCH 18/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 33a9a3424..56493edf5 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:44.951221668Z", + "release_date": "2025-01-08T14:37:46.726239734Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -70,6 +70,15 @@ "Subject": "Prepare for release 6.2.4-v34 (#1593)" } ] + }, + { + "tag": "6.3.0-v34", + "commits": [ + { + "SHA": "e236c166", + "Subject": "Prepare for release 6.3.0-v34 (#1594)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 46f86e514..6cefe57c5 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -33,6 +33,11 @@ - [3cba0f11](https://github.com/stashed/elasticsearch/commit/3cba0f11) Prepare for release 6.2.4-v34 (#1593) +### [6.3.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v34) + +- [e236c166](https://github.com/stashed/elasticsearch/commit/e236c166) Prepare for release 6.3.0-v34 (#1594) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 716233fd0b0e19b08e9af9a6dcdce5c204584f88 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:48 +0000 Subject: [PATCH 19/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 56493edf5..0bdf72699 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:46.726239734Z", + "release_date": "2025-01-08T14:37:48.059481505Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -79,6 +79,15 @@ "Subject": "Prepare for release 6.3.0-v34 (#1594)" } ] + }, + { + "tag": "6.4.0-v34", + "commits": [ + { + "SHA": "26ce88af", + "Subject": "Prepare for release 6.4.0-v34 (#1595)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 6cefe57c5..56ced8b4a 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -38,6 +38,11 @@ - [e236c166](https://github.com/stashed/elasticsearch/commit/e236c166) Prepare for release 6.3.0-v34 (#1594) +### [6.4.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v34) + +- [26ce88af](https://github.com/stashed/elasticsearch/commit/26ce88af) Prepare for release 6.4.0-v34 (#1595) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 9708f093d7ce9a3d2d180be4ca2746e6de4469ed Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:49 +0000 Subject: [PATCH 20/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 0bdf72699..904c2d5de 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:48.059481505Z", + "release_date": "2025-01-08T14:37:49.277936297Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -88,6 +88,15 @@ "Subject": "Prepare for release 6.4.0-v34 (#1595)" } ] + }, + { + "tag": "6.5.3-v34", + "commits": [ + { + "SHA": "134e2307", + "Subject": "Prepare for release 6.5.3-v34 (#1596)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 56ced8b4a..5bfac8ea5 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -43,6 +43,11 @@ - [26ce88af](https://github.com/stashed/elasticsearch/commit/26ce88af) Prepare for release 6.4.0-v34 (#1595) +### [6.5.3-v34](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v34) + +- [134e2307](https://github.com/stashed/elasticsearch/commit/134e2307) Prepare for release 6.5.3-v34 (#1596) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 281358a0588d05ae8048d0066a8830427e544416 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:50 +0000 Subject: [PATCH 21/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 904c2d5de..223146a4b 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:49.277936297Z", + "release_date": "2025-01-08T14:37:50.365640906Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -97,6 +97,15 @@ "Subject": "Prepare for release 6.5.3-v34 (#1596)" } ] + }, + { + "tag": "6.8.0-v34", + "commits": [ + { + "SHA": "fbbbd83e", + "Subject": "Prepare for release 6.8.0-v34 (#1597)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 5bfac8ea5..0fdbc501d 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -48,6 +48,11 @@ - [134e2307](https://github.com/stashed/elasticsearch/commit/134e2307) Prepare for release 6.5.3-v34 (#1596) +### [6.8.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v34) + +- [fbbbd83e](https://github.com/stashed/elasticsearch/commit/fbbbd83e) Prepare for release 6.8.0-v34 (#1597) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From 6b267a040e05c1f91390f3e54114251c58187b7c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:51 +0000 Subject: [PATCH 22/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 223146a4b..5497c4851 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:50.365640906Z", + "release_date": "2025-01-08T14:37:51.789176956Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -106,6 +106,15 @@ "Subject": "Prepare for release 6.8.0-v34 (#1597)" } ] + }, + { + "tag": "7.14.0-v20", + "commits": [ + { + "SHA": "f4adf6e4", + "Subject": "Prepare for release 7.14.0-v20 (#1598)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 0fdbc501d..5ddbf1239 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -53,6 +53,11 @@ - [fbbbd83e](https://github.com/stashed/elasticsearch/commit/fbbbd83e) Prepare for release 6.8.0-v34 (#1597) +### [7.14.0-v20](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v20) + +- [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From d78331dea6c21e448ace4dff0e59d3a5fb1184c5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:53 +0000 Subject: [PATCH 23/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 5497c4851..9ed8b9f2b 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:51.789176956Z", + "release_date": "2025-01-08T14:37:53.100504468Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -107,6 +107,15 @@ } ] }, + { + "tag": "7.2.0-v34", + "commits": [ + { + "SHA": "964b8382", + "Subject": "Prepare for release 7.2.0-v34 (#1599)" + } + ] + }, { "tag": "7.14.0-v20", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 5ddbf1239..849cab201 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -53,6 +53,11 @@ - [fbbbd83e](https://github.com/stashed/elasticsearch/commit/fbbbd83e) Prepare for release 6.8.0-v34 (#1597) +### [7.2.0-v34](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v34) + +- [964b8382](https://github.com/stashed/elasticsearch/commit/964b8382) Prepare for release 7.2.0-v34 (#1599) + + ### [7.14.0-v20](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v20) - [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) From 504de18d056ad1ec76ec590815f0776c8a15a659 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:54 +0000 Subject: [PATCH 24/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 9ed8b9f2b..262ad63a3 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:53.100504468Z", + "release_date": "2025-01-08T14:37:54.470148927Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -116,6 +116,15 @@ } ] }, + { + "tag": "7.3.2-v34", + "commits": [ + { + "SHA": "a2ed9fd2", + "Subject": "Prepare for release 7.3.2-v34 (#1600)" + } + ] + }, { "tag": "7.14.0-v20", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 849cab201..8fe336544 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -58,6 +58,11 @@ - [964b8382](https://github.com/stashed/elasticsearch/commit/964b8382) Prepare for release 7.2.0-v34 (#1599) +### [7.3.2-v34](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v34) + +- [a2ed9fd2](https://github.com/stashed/elasticsearch/commit/a2ed9fd2) Prepare for release 7.3.2-v34 (#1600) + + ### [7.14.0-v20](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v20) - [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) From 579c862c41a1c08a90f29266e1437e5c0b8c7f52 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:37:55 +0000 Subject: [PATCH 25/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 262ad63a3..e4c0f2c0b 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:54.470148927Z", + "release_date": "2025-01-08T14:37:55.711040633Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -133,6 +133,15 @@ "Subject": "Prepare for release 7.14.0-v20 (#1598)" } ] + }, + { + "tag": "8.2.0-v17", + "commits": [ + { + "SHA": "1453067d", + "Subject": "Prepare for release 8.2.0-v17 (#1601)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 8fe336544..d81aaa227 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -68,6 +68,11 @@ - [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) +### [8.2.0-v17](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v17) + +- [1453067d](https://github.com/stashed/elasticsearch/commit/1453067d) Prepare for release 8.2.0-v17 (#1601) + + ## [stashed/enterprise](https://github.com/stashed/enterprise) From f80dc9104260a987bb2d409a64d1e02e506cae34 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:04 +0000 Subject: [PATCH 26/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index e4c0f2c0b..71d4232ed 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:37:55.711040633Z", + "release_date": "2025-01-08T14:47:04.88952285Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -163,6 +163,24 @@ } ] }, + { + "url": "github.com/stashed/mongodb", + "releases": [ + { + "tag": "3.4.17-v35", + "commits": [ + { + "SHA": "4465b3d2", + "Subject": "Prepare for release 3.4.17-v35 (#2253)" + }, + { + "SHA": "1bd26b49", + "Subject": "[cherry-pick] Update github action modules (#2237) (#2238)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index d81aaa227..9a7e32ecf 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -83,6 +83,15 @@ +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v35](https://github.com/stashed/mongodb/releases/tag/3.4.17-v35) + +- [4465b3d2](https://github.com/stashed/mongodb/commit/4465b3d2) Prepare for release 3.4.17-v35 (#2253) +- [1bd26b49](https://github.com/stashed/mongodb/commit/1bd26b49) [cherry-pick] Update github action modules (#2237) (#2238) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) From 28ae8ab87267f3550e4d8e0a69c12f38931df48c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:06 +0000 Subject: [PATCH 27/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 71d4232ed..9cbb60ba9 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:04.88952285Z", + "release_date": "2025-01-08T14:47:06.291964413Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -178,6 +178,19 @@ "Subject": "[cherry-pick] Update github action modules (#2237) (#2238)" } ] + }, + { + "tag": "3.4.22-v35", + "commits": [ + { + "SHA": "0cc7b736", + "Subject": "Prepare for release 3.4.22-v35 (#2254)" + }, + { + "SHA": "52d14959", + "Subject": "Update github action modules (#2237) (#2239)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 9a7e32ecf..3f1fa78d3 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -91,6 +91,12 @@ - [1bd26b49](https://github.com/stashed/mongodb/commit/1bd26b49) [cherry-pick] Update github action modules (#2237) (#2238) +### [3.4.22-v35](https://github.com/stashed/mongodb/releases/tag/3.4.22-v35) + +- [0cc7b736](https://github.com/stashed/mongodb/commit/0cc7b736) Prepare for release 3.4.22-v35 (#2254) +- [52d14959](https://github.com/stashed/mongodb/commit/52d14959) Update github action modules (#2237) (#2239) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 5b31477cf8773938f104f31eca1c3b05006b31f8 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:07 +0000 Subject: [PATCH 28/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 9cbb60ba9..0dad67dd8 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:06.291964413Z", + "release_date": "2025-01-08T14:47:07.56269543Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -191,6 +191,19 @@ "Subject": "Update github action modules (#2237) (#2239)" } ] + }, + { + "tag": "3.6.13-v35", + "commits": [ + { + "SHA": "7c55b6ac", + "Subject": "Prepare for release 3.6.13-v35 (#2255)" + }, + { + "SHA": "28107bc3", + "Subject": "Update github action modules (#2237) (#2240)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 3f1fa78d3..c95d00e17 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -97,6 +97,12 @@ - [52d14959](https://github.com/stashed/mongodb/commit/52d14959) Update github action modules (#2237) (#2239) +### [3.6.13-v35](https://github.com/stashed/mongodb/releases/tag/3.6.13-v35) + +- [7c55b6ac](https://github.com/stashed/mongodb/commit/7c55b6ac) Prepare for release 3.6.13-v35 (#2255) +- [28107bc3](https://github.com/stashed/mongodb/commit/28107bc3) Update github action modules (#2237) (#2240) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 33282975cf14dae9a41cd71ece4902a5f1888444 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:08 +0000 Subject: [PATCH 29/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 0dad67dd8..9642f1a8e 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:07.56269543Z", + "release_date": "2025-01-08T14:47:08.806444488Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -192,6 +192,19 @@ } ] }, + { + "tag": "3.6.8-v35", + "commits": [ + { + "SHA": "cf104dd5", + "Subject": "Prepare for release 3.6.8-v35 (#2256)" + }, + { + "SHA": "2f4dad74", + "Subject": "Update github action modules (#2237) (#2241)" + } + ] + }, { "tag": "3.6.13-v35", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index c95d00e17..1e4a452a7 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -97,6 +97,12 @@ - [52d14959](https://github.com/stashed/mongodb/commit/52d14959) Update github action modules (#2237) (#2239) +### [3.6.8-v35](https://github.com/stashed/mongodb/releases/tag/3.6.8-v35) + +- [cf104dd5](https://github.com/stashed/mongodb/commit/cf104dd5) Prepare for release 3.6.8-v35 (#2256) +- [2f4dad74](https://github.com/stashed/mongodb/commit/2f4dad74) Update github action modules (#2237) (#2241) + + ### [3.6.13-v35](https://github.com/stashed/mongodb/releases/tag/3.6.13-v35) - [7c55b6ac](https://github.com/stashed/mongodb/commit/7c55b6ac) Prepare for release 3.6.13-v35 (#2255) From d0c41908fc0cc5bbc49a68d8332ba5f96e2846e6 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:10 +0000 Subject: [PATCH 30/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 9642f1a8e..283c4af36 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:08.806444488Z", + "release_date": "2025-01-08T14:47:10.218944226Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -217,6 +217,19 @@ "Subject": "Update github action modules (#2237) (#2240)" } ] + }, + { + "tag": "4.0.11-v35", + "commits": [ + { + "SHA": "a559af87", + "Subject": "Prepare for release 4.0.11-v35 (#2257)" + }, + { + "SHA": "d8c2d720", + "Subject": "Update github action modules (#2237) (#2242)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 1e4a452a7..3d227feca 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -109,6 +109,12 @@ - [28107bc3](https://github.com/stashed/mongodb/commit/28107bc3) Update github action modules (#2237) (#2240) +### [4.0.11-v35](https://github.com/stashed/mongodb/releases/tag/4.0.11-v35) + +- [a559af87](https://github.com/stashed/mongodb/commit/a559af87) Prepare for release 4.0.11-v35 (#2257) +- [d8c2d720](https://github.com/stashed/mongodb/commit/d8c2d720) Update github action modules (#2237) (#2242) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 8afd9f3069bc36f28155ba9590c2bf3228572be2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:11 +0000 Subject: [PATCH 31/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 283c4af36..939012c48 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:10.218944226Z", + "release_date": "2025-01-08T14:47:11.885962501Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -218,6 +218,19 @@ } ] }, + { + "tag": "4.0.3-v35", + "commits": [ + { + "SHA": "81e23d1e", + "Subject": "Prepare for release 4.0.3-v35 (#2258)" + }, + { + "SHA": "aaf7583b", + "Subject": "Update github action modules (#2237) (#2243)" + } + ] + }, { "tag": "4.0.11-v35", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 3d227feca..73f28af45 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -109,6 +109,12 @@ - [28107bc3](https://github.com/stashed/mongodb/commit/28107bc3) Update github action modules (#2237) (#2240) +### [4.0.3-v35](https://github.com/stashed/mongodb/releases/tag/4.0.3-v35) + +- [81e23d1e](https://github.com/stashed/mongodb/commit/81e23d1e) Prepare for release 4.0.3-v35 (#2258) +- [aaf7583b](https://github.com/stashed/mongodb/commit/aaf7583b) Update github action modules (#2237) (#2243) + + ### [4.0.11-v35](https://github.com/stashed/mongodb/releases/tag/4.0.11-v35) - [a559af87](https://github.com/stashed/mongodb/commit/a559af87) Prepare for release 4.0.11-v35 (#2257) From 14a33bdb7b8ec4c623ce4b3832c83c2a156edcd9 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:13 +0000 Subject: [PATCH 32/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 939012c48..55dd7e445 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:11.885962501Z", + "release_date": "2025-01-08T14:47:13.294210097Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -231,6 +231,19 @@ } ] }, + { + "tag": "4.0.5-v35", + "commits": [ + { + "SHA": "c8155ef9", + "Subject": "Prepare for release 4.0.5-v35 (#2259)" + }, + { + "SHA": "eec6152b", + "Subject": "Update github action modules (#2237) (#2244)" + } + ] + }, { "tag": "4.0.11-v35", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 73f28af45..247d0db27 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -115,6 +115,12 @@ - [aaf7583b](https://github.com/stashed/mongodb/commit/aaf7583b) Update github action modules (#2237) (#2243) +### [4.0.5-v35](https://github.com/stashed/mongodb/releases/tag/4.0.5-v35) + +- [c8155ef9](https://github.com/stashed/mongodb/commit/c8155ef9) Prepare for release 4.0.5-v35 (#2259) +- [eec6152b](https://github.com/stashed/mongodb/commit/eec6152b) Update github action modules (#2237) (#2244) + + ### [4.0.11-v35](https://github.com/stashed/mongodb/releases/tag/4.0.11-v35) - [a559af87](https://github.com/stashed/mongodb/commit/a559af87) Prepare for release 4.0.11-v35 (#2257) From 3ce9d53c8c7be1987a26ed6e68fdbcfede29b6fe Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:14 +0000 Subject: [PATCH 33/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 55dd7e445..96defeabc 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:13.294210097Z", + "release_date": "2025-01-08T14:47:14.636365965Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -256,6 +256,19 @@ "Subject": "Update github action modules (#2237) (#2242)" } ] + }, + { + "tag": "4.1.13-v35", + "commits": [ + { + "SHA": "54d299ff", + "Subject": "Prepare for release 4.1.13-v35 (#2260)" + }, + { + "SHA": "d2258afc", + "Subject": "Update github action modules (#2237) (#2245)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 247d0db27..8f3724d64 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -127,6 +127,12 @@ - [d8c2d720](https://github.com/stashed/mongodb/commit/d8c2d720) Update github action modules (#2237) (#2242) +### [4.1.13-v35](https://github.com/stashed/mongodb/releases/tag/4.1.13-v35) + +- [54d299ff](https://github.com/stashed/mongodb/commit/54d299ff) Prepare for release 4.1.13-v35 (#2260) +- [d2258afc](https://github.com/stashed/mongodb/commit/d2258afc) Update github action modules (#2237) (#2245) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 9566071771f007013e234b55b5102d9abc81cd5f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:15 +0000 Subject: [PATCH 34/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 96defeabc..939d94d66 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:14.636365965Z", + "release_date": "2025-01-08T14:47:15.901398417Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -257,6 +257,19 @@ } ] }, + { + "tag": "4.1.4-v35", + "commits": [ + { + "SHA": "97d59d84", + "Subject": "Prepare for release 4.1.4-v35 (#2261)" + }, + { + "SHA": "80e1a02f", + "Subject": "Update github action modules (#2237) (#2246)" + } + ] + }, { "tag": "4.1.13-v35", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 8f3724d64..a1d954b69 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -127,6 +127,12 @@ - [d8c2d720](https://github.com/stashed/mongodb/commit/d8c2d720) Update github action modules (#2237) (#2242) +### [4.1.4-v35](https://github.com/stashed/mongodb/releases/tag/4.1.4-v35) + +- [97d59d84](https://github.com/stashed/mongodb/commit/97d59d84) Prepare for release 4.1.4-v35 (#2261) +- [80e1a02f](https://github.com/stashed/mongodb/commit/80e1a02f) Update github action modules (#2237) (#2246) + + ### [4.1.13-v35](https://github.com/stashed/mongodb/releases/tag/4.1.13-v35) - [54d299ff](https://github.com/stashed/mongodb/commit/54d299ff) Prepare for release 4.1.13-v35 (#2260) From 4ca1f6597ab342df72cefbab30f5bf2413db519c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:17 +0000 Subject: [PATCH 35/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 939d94d66..96fcb2552 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:15.901398417Z", + "release_date": "2025-01-08T14:47:17.186373779Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -270,6 +270,19 @@ } ] }, + { + "tag": "4.1.7-v35", + "commits": [ + { + "SHA": "663bf53d", + "Subject": "Prepare for release 4.1.7-v35 (#2262)" + }, + { + "SHA": "b8205b24", + "Subject": "Update github action modules (#2237) (#2247)" + } + ] + }, { "tag": "4.1.13-v35", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index a1d954b69..0868405f0 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -133,6 +133,12 @@ - [80e1a02f](https://github.com/stashed/mongodb/commit/80e1a02f) Update github action modules (#2237) (#2246) +### [4.1.7-v35](https://github.com/stashed/mongodb/releases/tag/4.1.7-v35) + +- [663bf53d](https://github.com/stashed/mongodb/commit/663bf53d) Prepare for release 4.1.7-v35 (#2262) +- [b8205b24](https://github.com/stashed/mongodb/commit/b8205b24) Update github action modules (#2237) (#2247) + + ### [4.1.13-v35](https://github.com/stashed/mongodb/releases/tag/4.1.13-v35) - [54d299ff](https://github.com/stashed/mongodb/commit/54d299ff) Prepare for release 4.1.13-v35 (#2260) From b8c57ef972e373ba2e347f5d534ce88010ec29d0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:18 +0000 Subject: [PATCH 36/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 96fcb2552..faf0bfca7 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:17.186373779Z", + "release_date": "2025-01-08T14:47:18.358522452Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -295,6 +295,19 @@ "Subject": "Update github action modules (#2237) (#2245)" } ] + }, + { + "tag": "4.2.3-v35", + "commits": [ + { + "SHA": "ec44fe21", + "Subject": "Prepare for release 4.2.3-v35 (#2263)" + }, + { + "SHA": "c33a7092", + "Subject": "Update github action modules (#2237) (#2248)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 0868405f0..99a406903 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -145,6 +145,12 @@ - [d2258afc](https://github.com/stashed/mongodb/commit/d2258afc) Update github action modules (#2237) (#2245) +### [4.2.3-v35](https://github.com/stashed/mongodb/releases/tag/4.2.3-v35) + +- [ec44fe21](https://github.com/stashed/mongodb/commit/ec44fe21) Prepare for release 4.2.3-v35 (#2263) +- [c33a7092](https://github.com/stashed/mongodb/commit/c33a7092) Update github action modules (#2237) (#2248) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 9d4636c8baefcb03395731e0eeab7776ebf3017e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:19 +0000 Subject: [PATCH 37/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index faf0bfca7..95c88cdaf 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:18.358522452Z", + "release_date": "2025-01-08T14:47:19.607142452Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -308,6 +308,19 @@ "Subject": "Update github action modules (#2237) (#2248)" } ] + }, + { + "tag": "4.4.6-v26", + "commits": [ + { + "SHA": "d39714ec", + "Subject": "Prepare for release 4.4.6-v26 (#2264)" + }, + { + "SHA": "a2f27a49", + "Subject": "Update github action modules (#2237) (#2249)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 99a406903..ac6d6efdd 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -151,6 +151,12 @@ - [c33a7092](https://github.com/stashed/mongodb/commit/c33a7092) Update github action modules (#2237) (#2248) +### [4.4.6-v26](https://github.com/stashed/mongodb/releases/tag/4.4.6-v26) + +- [d39714ec](https://github.com/stashed/mongodb/commit/d39714ec) Prepare for release 4.4.6-v26 (#2264) +- [a2f27a49](https://github.com/stashed/mongodb/commit/a2f27a49) Update github action modules (#2237) (#2249) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 6809113851bd70b60bb422629218a2bf1685ae4f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:20 +0000 Subject: [PATCH 38/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 95c88cdaf..e100a45bd 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:19.607142452Z", + "release_date": "2025-01-08T14:47:20.794246068Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -321,6 +321,19 @@ "Subject": "Update github action modules (#2237) (#2249)" } ] + }, + { + "tag": "5.0.15-v8", + "commits": [ + { + "SHA": "86e3bf04", + "Subject": "Prepare for release 5.0.15-v8 (#2265)" + }, + { + "SHA": "8e62c556", + "Subject": "Update github action modules (#2237) (#2250)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index ac6d6efdd..2030e4a76 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -157,6 +157,12 @@ - [a2f27a49](https://github.com/stashed/mongodb/commit/a2f27a49) Update github action modules (#2237) (#2249) +### [5.0.15-v8](https://github.com/stashed/mongodb/releases/tag/5.0.15-v8) + +- [86e3bf04](https://github.com/stashed/mongodb/commit/86e3bf04) Prepare for release 5.0.15-v8 (#2265) +- [8e62c556](https://github.com/stashed/mongodb/commit/8e62c556) Update github action modules (#2237) (#2250) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 5ee74da9ea46e5eea445d4991d5b1c92023f66b5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:22 +0000 Subject: [PATCH 39/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index e100a45bd..41032eae8 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:20.794246068Z", + "release_date": "2025-01-08T14:47:22.068729819Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -322,6 +322,19 @@ } ] }, + { + "tag": "5.0.3-v23", + "commits": [ + { + "SHA": "24c25729", + "Subject": "Prepare for release 5.0.3-v23 (#2266)" + }, + { + "SHA": "ab0e5df8", + "Subject": "Update github action modules (#2237) (#2251)" + } + ] + }, { "tag": "5.0.15-v8", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 2030e4a76..62d4c87d7 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -157,6 +157,12 @@ - [a2f27a49](https://github.com/stashed/mongodb/commit/a2f27a49) Update github action modules (#2237) (#2249) +### [5.0.3-v23](https://github.com/stashed/mongodb/releases/tag/5.0.3-v23) + +- [24c25729](https://github.com/stashed/mongodb/commit/24c25729) Prepare for release 5.0.3-v23 (#2266) +- [ab0e5df8](https://github.com/stashed/mongodb/commit/ab0e5df8) Update github action modules (#2237) (#2251) + + ### [5.0.15-v8](https://github.com/stashed/mongodb/releases/tag/5.0.15-v8) - [86e3bf04](https://github.com/stashed/mongodb/commit/86e3bf04) Prepare for release 5.0.15-v8 (#2265) From 8ff4c3ab662537ca025891de969cfd8382120b49 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:47:23 +0000 Subject: [PATCH 40/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 15 ++++++++++++++- releases/v2025.1.9/README.md | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 41032eae8..090736b93 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:22.068729819Z", + "release_date": "2025-01-08T14:47:23.349526886Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -347,6 +347,19 @@ "Subject": "Update github action modules (#2237) (#2250)" } ] + }, + { + "tag": "6.0.5-v11", + "commits": [ + { + "SHA": "67cff5f0", + "Subject": "Prepare for release 6.0.5-v11 (#2267)" + }, + { + "SHA": "c863e013", + "Subject": "Update github action modules (#2237) (#2252)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 62d4c87d7..5a9689441 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -169,6 +169,12 @@ - [8e62c556](https://github.com/stashed/mongodb/commit/8e62c556) Update github action modules (#2237) (#2250) +### [6.0.5-v11](https://github.com/stashed/mongodb/releases/tag/6.0.5-v11) + +- [67cff5f0](https://github.com/stashed/mongodb/commit/67cff5f0) Prepare for release 6.0.5-v11 (#2267) +- [c863e013](https://github.com/stashed/mongodb/commit/c863e013) Update github action modules (#2237) (#2252) + + ## [stashed/postgres](https://github.com/stashed/postgres) From 90251ab3686a4442cf79f38a41d6a5a08530d60d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:55:48 +0000 Subject: [PATCH 41/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 090736b93..f9d86a984 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:47:23.349526886Z", + "release_date": "2025-01-08T14:55:48.442422599Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -363,6 +363,20 @@ } ] }, + { + "url": "github.com/stashed/mysql", + "releases": [ + { + "tag": "5.7.25-v35", + "commits": [ + { + "SHA": "575329d2", + "Subject": "Prepare for release 5.7.25-v35 (#815)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 5a9689441..2349e7bdb 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -176,6 +176,14 @@ +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v35](https://github.com/stashed/mysql/releases/tag/5.7.25-v35) + +- [575329d2](https://github.com/stashed/mysql/commit/575329d2) Prepare for release 5.7.25-v35 (#815) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) From 7abcd929b88d70f7dec679ef736cc2aad783b692 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:55:50 +0000 Subject: [PATCH 42/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index f9d86a984..463aaa40f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:55:48.442422599Z", + "release_date": "2025-01-08T14:55:50.408100188Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -374,6 +374,15 @@ "Subject": "Prepare for release 5.7.25-v35 (#815)" } ] + }, + { + "tag": "8.0.14-v34", + "commits": [ + { + "SHA": "38197fa3", + "Subject": "Prepare for release 8.0.14-v34 (#816)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 2349e7bdb..7e7f068a4 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -183,6 +183,11 @@ - [575329d2](https://github.com/stashed/mysql/commit/575329d2) Prepare for release 5.7.25-v35 (#815) +### [8.0.14-v34](https://github.com/stashed/mysql/releases/tag/8.0.14-v34) + +- [38197fa3](https://github.com/stashed/mysql/commit/38197fa3) Prepare for release 8.0.14-v34 (#816) + + ## [stashed/postgres](https://github.com/stashed/postgres) From b9eaa377f8838aa335559e3a1188cf7bc8117ce3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:55:52 +0000 Subject: [PATCH 43/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 463aaa40f..bed055062 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:55:50.408100188Z", + "release_date": "2025-01-08T14:55:52.351774899Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -383,6 +383,15 @@ "Subject": "Prepare for release 8.0.14-v34 (#816)" } ] + }, + { + "tag": "8.0.21-v28", + "commits": [ + { + "SHA": "77e793e7", + "Subject": "Prepare for release 8.0.21-v28 (#817)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 7e7f068a4..3ca2257c2 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -188,6 +188,11 @@ - [38197fa3](https://github.com/stashed/mysql/commit/38197fa3) Prepare for release 8.0.14-v34 (#816) +### [8.0.21-v28](https://github.com/stashed/mysql/releases/tag/8.0.21-v28) + +- [77e793e7](https://github.com/stashed/mysql/commit/77e793e7) Prepare for release 8.0.21-v28 (#817) + + ## [stashed/postgres](https://github.com/stashed/postgres) From dbe5583a2ac1877d0dc2f34f32a777ed7dac2e92 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 14:55:54 +0000 Subject: [PATCH 44/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index bed055062..ee9f34249 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:55:52.351774899Z", + "release_date": "2025-01-08T14:55:54.213532183Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -375,6 +375,15 @@ } ] }, + { + "tag": "8.0.3-v34", + "commits": [ + { + "SHA": "7c000b67", + "Subject": "Prepare for release 8.0.3-v34 (#818)" + } + ] + }, { "tag": "8.0.14-v34", "commits": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 3ca2257c2..17b0045b9 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -183,6 +183,11 @@ - [575329d2](https://github.com/stashed/mysql/commit/575329d2) Prepare for release 5.7.25-v35 (#815) +### [8.0.3-v34](https://github.com/stashed/mysql/releases/tag/8.0.3-v34) + +- [7c000b67](https://github.com/stashed/mysql/commit/7c000b67) Prepare for release 8.0.3-v34 (#818) + + ### [8.0.14-v34](https://github.com/stashed/mysql/releases/tag/8.0.14-v34) - [38197fa3](https://github.com/stashed/mysql/commit/38197fa3) Prepare for release 8.0.14-v34 (#816) From b0c1191c27a86e315109dcf6573b3d3968e37be6 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:16:02 +0000 Subject: [PATCH 45/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index ee9f34249..993369401 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T14:55:54.213532183Z", + "release_date": "2025-01-08T15:16:02.421267854Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -163,6 +163,20 @@ } ] }, + { + "url": "github.com/stashed/mariadb", + "releases": [ + { + "tag": "10.5.8-v28", + "commits": [ + { + "SHA": "5ca38f79", + "Subject": "Prepare for release 10.5.8-v28 (#258)" + } + ] + } + ] + }, { "url": "github.com/stashed/mongodb", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 17b0045b9..63e5fd9b2 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -83,6 +83,14 @@ +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v28](https://github.com/stashed/mariadb/releases/tag/10.5.8-v28) + +- [5ca38f79](https://github.com/stashed/mariadb/commit/5ca38f79) Prepare for release 10.5.8-v28 (#258) + + + ## [stashed/mongodb](https://github.com/stashed/mongodb) ### [3.4.17-v35](https://github.com/stashed/mongodb/releases/tag/3.4.17-v35) From 3de738400ecdb41c492adcd16be290ea48207413 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:23:05 +0000 Subject: [PATCH 46/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 993369401..72a73bf6a 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:16:02.421267854Z", + "release_date": "2025-01-08T15:23:05.074412572Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -495,6 +495,20 @@ } ] }, + { + "url": "github.com/stashed/redis", + "releases": [ + { + "tag": "5.0.13-v22", + "commits": [ + { + "SHA": "64de9a5", + "Subject": "Prepare for release 5.0.13-v22 (#250)" + } + ] + } + ] + }, { "url": "github.com/stashed/stash", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 63e5fd9b2..d8e296c53 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -250,6 +250,14 @@ +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v22](https://github.com/stashed/redis/releases/tag/5.0.13-v22) + +- [64de9a5](https://github.com/stashed/redis/commit/64de9a5) Prepare for release 5.0.13-v22 (#250) + + + ## [stashed/stash](https://github.com/stashed/stash) ### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) From 80876ff8f5abcc9b3fc9eae334a4fd5c8cf87f31 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:23:07 +0000 Subject: [PATCH 47/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 72a73bf6a..3a089f8d9 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:23:05.074412572Z", + "release_date": "2025-01-08T15:23:07.189646444Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -506,6 +506,15 @@ "Subject": "Prepare for release 5.0.13-v22 (#250)" } ] + }, + { + "tag": "6.2.5-v22", + "commits": [ + { + "SHA": "9159407", + "Subject": "Prepare for release 6.2.5-v22 (#251)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index d8e296c53..c6b350e3f 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -257,6 +257,11 @@ - [64de9a5](https://github.com/stashed/redis/commit/64de9a5) Prepare for release 5.0.13-v22 (#250) +### [6.2.5-v22](https://github.com/stashed/redis/releases/tag/6.2.5-v22) + +- [9159407](https://github.com/stashed/redis/commit/9159407) Prepare for release 6.2.5-v22 (#251) + + ## [stashed/stash](https://github.com/stashed/stash) From ef74eca570fb4a6fcd3f92211e5cad335adce812 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:23:09 +0000 Subject: [PATCH 48/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 3a089f8d9..fdec079a7 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:23:07.189646444Z", + "release_date": "2025-01-08T15:23:09.290629265Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -515,6 +515,15 @@ "Subject": "Prepare for release 6.2.5-v22 (#251)" } ] + }, + { + "tag": "7.0.5-v15", + "commits": [ + { + "SHA": "432d847", + "Subject": "Prepare for release 7.0.5-v15 (#252)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index c6b350e3f..a7031bc28 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -262,6 +262,11 @@ - [9159407](https://github.com/stashed/redis/commit/9159407) Prepare for release 6.2.5-v22 (#251) +### [7.0.5-v15](https://github.com/stashed/redis/releases/tag/7.0.5-v15) + +- [432d847](https://github.com/stashed/redis/commit/432d847) Prepare for release 7.0.5-v15 (#252) + + ## [stashed/stash](https://github.com/stashed/stash) From a7acbc1c8b1ae4b4309a0f1963f9b8ebeec81760 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:29:44 +0000 Subject: [PATCH 49/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index fdec079a7..ce5070ed0 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:23:09.290629265Z", + "release_date": "2025-01-08T15:29:44.859913159Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -418,6 +418,20 @@ } ] }, + { + "url": "github.com/stashed/percona-xtradb", + "releases": [ + { + "tag": "5.7-v29", + "commits": [ + { + "SHA": "7e1b3fbc", + "Subject": "Prepare for release 5.7-v29 (#333)" + } + ] + } + ] + }, { "url": "github.com/stashed/postgres", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index a7031bc28..1087c6a45 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -207,6 +207,14 @@ +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v29](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v29) + +- [7e1b3fbc](https://github.com/stashed/percona-xtradb/commit/7e1b3fbc) Prepare for release 5.7-v29 (#333) + + + ## [stashed/postgres](https://github.com/stashed/postgres) ### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) From 1aa879750d3ce422db49ecfcc952a67c22b0f289 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:36:27 +0000 Subject: [PATCH 50/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index ce5070ed0..a78a4a2ab 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:29:44.859913159Z", + "release_date": "2025-01-08T15:36:27.478703115Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -418,6 +418,20 @@ } ] }, + { + "url": "github.com/stashed/nats", + "releases": [ + { + "tag": "2.6.1-v22", + "commits": [ + { + "SHA": "a8c11b8", + "Subject": "Prepare for release 2.6.1-v22 (#165)" + } + ] + } + ] + }, { "url": "github.com/stashed/percona-xtradb", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 1087c6a45..f61e91508 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -207,6 +207,14 @@ +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v22](https://github.com/stashed/nats/releases/tag/2.6.1-v22) + +- [a8c11b8](https://github.com/stashed/nats/commit/a8c11b8) Prepare for release 2.6.1-v22 (#165) + + + ## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) ### [5.7-v29](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v29) From af164f0e95bb3f2149fb13916cd5e933aeae35bc Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:36:28 +0000 Subject: [PATCH 51/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index a78a4a2ab..319e7358c 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:36:27.478703115Z", + "release_date": "2025-01-08T15:36:28.560490542Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -429,6 +429,15 @@ "Subject": "Prepare for release 2.6.1-v22 (#165)" } ] + }, + { + "tag": "2.8.2-v17", + "commits": [ + { + "SHA": "de67b44", + "Subject": "Prepare for release 2.8.2-v17 (#166)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index f61e91508..ad9bc63fa 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -214,6 +214,11 @@ - [a8c11b8](https://github.com/stashed/nats/commit/a8c11b8) Prepare for release 2.6.1-v22 (#165) +### [2.8.2-v17](https://github.com/stashed/nats/releases/tag/2.8.2-v17) + +- [de67b44](https://github.com/stashed/nats/commit/de67b44) Prepare for release 2.8.2-v17 (#166) + + ## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) From b680d184b7983ec7b72acf2d635c932c90fd8f98 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:42:49 +0000 Subject: [PATCH 52/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 319e7358c..976a3836f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:36:28.560490542Z", + "release_date": "2025-01-08T15:42:49.841083555Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -163,6 +163,20 @@ } ] }, + { + "url": "github.com/stashed/etcd", + "releases": [ + { + "tag": "3.5.0-v21", + "commits": [ + { + "SHA": "faff449", + "Subject": "Prepare for release 3.5.0-v21 (#110)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index ad9bc63fa..ce45117ee 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -83,6 +83,14 @@ +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v21](https://github.com/stashed/etcd/releases/tag/3.5.0-v21) + +- [faff449](https://github.com/stashed/etcd/commit/faff449) Prepare for release 3.5.0-v21 (#110) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v28](https://github.com/stashed/mariadb/releases/tag/10.5.8-v28) From 1ef2936c3e0809da479576c052a2add2c2365985 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 15:59:07 +0000 Subject: [PATCH 53/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 976a3836f..0887de90e 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:42:49.841083555Z", + "release_date": "2025-01-08T15:59:07.677916273Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -177,6 +177,20 @@ } ] }, + { + "url": "github.com/stashed/kubedump", + "releases": [ + { + "tag": "0.2.0-v2", + "commits": [ + { + "SHA": "46b182e", + "Subject": "Prepare for release 0.2.0-v2 (#79)" + } + ] + } + ] + }, { "url": "github.com/stashed/mariadb", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index ce45117ee..11f8c8230 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -91,6 +91,14 @@ +## [stashed/kubedump](https://github.com/stashed/kubedump) + +### [0.2.0-v2](https://github.com/stashed/kubedump/releases/tag/0.2.0-v2) + +- [46b182e](https://github.com/stashed/kubedump/commit/46b182e) Prepare for release 0.2.0-v2 (#79) + + + ## [stashed/mariadb](https://github.com/stashed/mariadb) ### [10.5.8-v28](https://github.com/stashed/mariadb/releases/tag/10.5.8-v28) From 21e180ac613a6db79151836ec5e29693a3dfcd03 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 16:06:49 +0000 Subject: [PATCH 54/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2025.1.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 0887de90e..e3f92addc 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T15:59:07.677916273Z", + "release_date": "2025-01-08T16:06:49.876525552Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -627,6 +627,20 @@ ] } ] + }, + { + "url": "github.com/stashed/vault", + "releases": [ + { + "tag": "1.10.3-v14", + "commits": [ + { + "SHA": "9067757e", + "Subject": "Prepare for release 1.10.3-v14 (#51)" + } + ] + } + ] } ] } diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 11f8c8230..cdf8a60ee 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -323,3 +323,11 @@ +## [stashed/vault](https://github.com/stashed/vault) + +### [1.10.3-v14](https://github.com/stashed/vault/releases/tag/1.10.3-v14) + +- [9067757e](https://github.com/stashed/vault/commit/9067757e) Prepare for release 1.10.3-v14 (#51) + + + From 640ef5bafe1297de19e01de594aae9aad67c5e25 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 8 Jan 2025 23:22:37 +0600 Subject: [PATCH 55/68] fix pg 17.2 Signed-off-by: Tamal Saha --- releases/v2025.1.9/release.json | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/v2025.1.9/release.json b/releases/v2025.1.9/release.json index 76f1624d0..de31df847 100644 --- a/releases/v2025.1.9/release.json +++ b/releases/v2025.1.9/release.json @@ -52,6 +52,7 @@ "14.0-v22": "release-14.0", "15.1-v14": "release-15.1", "16.1-v3": "release-16.1", + "17.2-v1": "release-17.2", "9.6.19-v33": "release-9.6.19" } } From d10450aa0c368638f8fc2acf5776bef8cc6e4341 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:22 +0000 Subject: [PATCH 56/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index e3f92addc..738d29247 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T16:06:49.876525552Z", + "release_date": "2025-01-08T17:36:22.09303293Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 710814e9db9d071346c23bd1658751061772ba4c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:22 +0000 Subject: [PATCH 57/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 738d29247..9b25e2135 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:22.09303293Z", + "release_date": "2025-01-08T17:36:22.893800635Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From ff249a845acf05125159ed946b2170298031a891 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:23 +0000 Subject: [PATCH 58/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 9b25e2135..9ea1a2017 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:22.893800635Z", + "release_date": "2025-01-08T17:36:23.694139048Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 38b9b169ff035e0d1c328de17763783f9dd2b9f2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:24 +0000 Subject: [PATCH 59/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 9ea1a2017..e42f510d7 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:23.694139048Z", + "release_date": "2025-01-08T17:36:24.44057997Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From a9f3001d900f325c78b694af6cc3ff0364b59b75 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:25 +0000 Subject: [PATCH 60/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index e42f510d7..b55f3e9da 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:24.44057997Z", + "release_date": "2025-01-08T17:36:25.202807494Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 5cb9ef495a86cb33389790cae5c610edcb165ff2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:25 +0000 Subject: [PATCH 61/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index b55f3e9da..96d906b16 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:25.202807494Z", + "release_date": "2025-01-08T17:36:25.928245204Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 4bbe09392be36e26fef4c0cd4e44974461d4b967 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:26 +0000 Subject: [PATCH 62/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 96d906b16..74967293f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:25.928245204Z", + "release_date": "2025-01-08T17:36:26.779809454Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 1f5bdaaaf604c4ba944b955676baf0c0ae2f7492 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:28 +0000 Subject: [PATCH 63/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 11 ++++++++++- releases/v2025.1.9/README.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 74967293f..ba179ab74 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:26.779809454Z", + "release_date": "2025-01-08T17:36:28.060536762Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -557,6 +557,15 @@ "Subject": "Prepare for release 16.1-v3 (#1384)" } ] + }, + { + "tag": "17.2-v1", + "commits": [ + { + "SHA": "2bcfcf25", + "Subject": "Prepare for release v2025.1.9 (#1386) (#1387)" + } + ] } ] }, diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index cdf8a60ee..a862b54f7 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -286,6 +286,11 @@ - [92e7938b](https://github.com/stashed/postgres/commit/92e7938b) Prepare for release 16.1-v3 (#1384) +### [17.2-v1](https://github.com/stashed/postgres/releases/tag/17.2-v1) + +- [2bcfcf25](https://github.com/stashed/postgres/commit/2bcfcf25) Prepare for release v2025.1.9 (#1386) (#1387) + + ## [stashed/redis](https://github.com/stashed/redis) From 9e9759a5702e92d76db1821f2402658c0b6c81fd Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 17:36:28 +0000 Subject: [PATCH 64/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index ba179ab74..819d25ad3 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:28.060536762Z", + "release_date": "2025-01-08T17:36:28.854500959Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", From 975695102c6d9703ca7cb2f823fc4afd8dd49deb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 18:38:57 +0000 Subject: [PATCH 65/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 819d25ad3..92492261f 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T17:36:28.854500959Z", + "release_date": "2025-01-08T18:38:57.954507708Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -177,6 +177,24 @@ } ] }, + { + "url": "github.com/stashed/installer", + "releases": [ + { + "tag": "v2025.1.9", + "commits": [ + { + "SHA": "50ebd27e", + "Subject": "Prepare for release v2025.1.9 (#389)" + }, + { + "SHA": "bf00e04e", + "Subject": "Update cve report (#388)" + } + ] + } + ] + }, { "url": "github.com/stashed/kubedump", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index a862b54f7..1ed776c73 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -91,6 +91,15 @@ +## [stashed/installer](https://github.com/stashed/installer) + +### [v2025.1.9](https://github.com/stashed/installer/releases/tag/v2025.1.9) + +- [50ebd27e](https://github.com/stashed/installer/commit/50ebd27e) Prepare for release v2025.1.9 (#389) +- [bf00e04e](https://github.com/stashed/installer/commit/bf00e04e) Update cve report (#388) + + + ## [stashed/kubedump](https://github.com/stashed/kubedump) ### [0.2.0-v2](https://github.com/stashed/kubedump/releases/tag/0.2.0-v2) From 29856e5aee07771e54891fc53cded205b0290a3b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 18:46:30 +0000 Subject: [PATCH 66/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/docs_changelog.md | 365 +++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 releases/v2025.1.9/docs_changelog.md diff --git a/releases/v2025.1.9/docs_changelog.md b/releases/v2025.1.9/docs_changelog.md new file mode 100644 index 000000000..859edf43b --- /dev/null +++ b/releases/v2025.1.9/docs_changelog.md @@ -0,0 +1,365 @@ +--- +title: Changelog | Stash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-stash-v2025.1.9 + name: Changelog-v2025.1.9 + parent: welcome + weight: 20250109 +product_name: stash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2025.1.9/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2025.1.9/ +--- + +# Stash v2025.1.9 (2025-01-08) + + +## [stashed/apimachinery](https://github.com/stashed/apimachinery) + +### [v0.38.0](https://github.com/stashed/apimachinery/releases/tag/v0.38.0) + +- [498a6be5](https://github.com/stashed/apimachinery/commit/498a6be5) Print license expiration timestamp +- [5284189f](https://github.com/stashed/apimachinery/commit/5284189f) Fix patching +- [47ce09a4](https://github.com/stashed/apimachinery/commit/47ce09a4) Update github action modules (#231) + + + +## [stashed/cli](https://github.com/stashed/cli) + +### [v0.38.0](https://github.com/stashed/cli/releases/tag/v0.38.0) + +- [cad2245d](https://github.com/stashed/cli/commit/cad2245d) Prepare for release v0.38.0 (#209) +- [8a3c87ab](https://github.com/stashed/cli/commit/8a3c87ab) Update website link +- [107959f1](https://github.com/stashed/cli/commit/107959f1) Update github action modules (#207) + + + +## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) + +### [5.6.4-v34](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v34) + +- [bde4b6d0](https://github.com/stashed/elasticsearch/commit/bde4b6d0) Prepare for release 5.6.4-v34 (#1592) + + +### [6.2.4-v34](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v34) + +- [3cba0f11](https://github.com/stashed/elasticsearch/commit/3cba0f11) Prepare for release 6.2.4-v34 (#1593) + + +### [6.3.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v34) + +- [e236c166](https://github.com/stashed/elasticsearch/commit/e236c166) Prepare for release 6.3.0-v34 (#1594) + + +### [6.4.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v34) + +- [26ce88af](https://github.com/stashed/elasticsearch/commit/26ce88af) Prepare for release 6.4.0-v34 (#1595) + + +### [6.5.3-v34](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v34) + +- [134e2307](https://github.com/stashed/elasticsearch/commit/134e2307) Prepare for release 6.5.3-v34 (#1596) + + +### [6.8.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v34) + +- [fbbbd83e](https://github.com/stashed/elasticsearch/commit/fbbbd83e) Prepare for release 6.8.0-v34 (#1597) + + +### [7.2.0-v34](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v34) + +- [964b8382](https://github.com/stashed/elasticsearch/commit/964b8382) Prepare for release 7.2.0-v34 (#1599) + + +### [7.3.2-v34](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v34) + +- [a2ed9fd2](https://github.com/stashed/elasticsearch/commit/a2ed9fd2) Prepare for release 7.3.2-v34 (#1600) + + +### [7.14.0-v20](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v20) + +- [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) + + +### [8.2.0-v17](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v17) + +- [1453067d](https://github.com/stashed/elasticsearch/commit/1453067d) Prepare for release 8.2.0-v17 (#1601) + + + +## [stashed/enterprise](https://github.com/stashed/enterprise) + +### [v0.38.0](https://github.com/stashed/enterprise/releases/tag/v0.38.0) + +- [9d7359fb](https://github.com/stashed/enterprise/commit/9d7359fb0) Prepare for release v0.38.0 (#263) +- [ff2132de](https://github.com/stashed/enterprise/commit/ff2132ded) Update github action modules (#261) + + + +## [stashed/etcd](https://github.com/stashed/etcd) + +### [3.5.0-v21](https://github.com/stashed/etcd/releases/tag/3.5.0-v21) + +- [faff449](https://github.com/stashed/etcd/commit/faff449) Prepare for release 3.5.0-v21 (#110) + + + +## [stashed/installer](https://github.com/stashed/installer) + +### [v2025.1.9](https://github.com/stashed/installer/releases/tag/v2025.1.9) + +- [50ebd27e](https://github.com/stashed/installer/commit/50ebd27e) Prepare for release v2025.1.9 (#389) +- [bf00e04e](https://github.com/stashed/installer/commit/bf00e04e) Update cve report (#388) + + + +## [stashed/kubedump](https://github.com/stashed/kubedump) + +### [0.2.0-v2](https://github.com/stashed/kubedump/releases/tag/0.2.0-v2) + +- [46b182e](https://github.com/stashed/kubedump/commit/46b182e) Prepare for release 0.2.0-v2 (#79) + + + +## [stashed/mariadb](https://github.com/stashed/mariadb) + +### [10.5.8-v28](https://github.com/stashed/mariadb/releases/tag/10.5.8-v28) + +- [5ca38f79](https://github.com/stashed/mariadb/commit/5ca38f79) Prepare for release 10.5.8-v28 (#258) + + + +## [stashed/mongodb](https://github.com/stashed/mongodb) + +### [3.4.17-v35](https://github.com/stashed/mongodb/releases/tag/3.4.17-v35) + +- [4465b3d2](https://github.com/stashed/mongodb/commit/4465b3d2) Prepare for release 3.4.17-v35 (#2253) +- [1bd26b49](https://github.com/stashed/mongodb/commit/1bd26b49) [cherry-pick] Update github action modules (#2237) (#2238) + + +### [3.4.22-v35](https://github.com/stashed/mongodb/releases/tag/3.4.22-v35) + +- [0cc7b736](https://github.com/stashed/mongodb/commit/0cc7b736) Prepare for release 3.4.22-v35 (#2254) +- [52d14959](https://github.com/stashed/mongodb/commit/52d14959) Update github action modules (#2237) (#2239) + + +### [3.6.8-v35](https://github.com/stashed/mongodb/releases/tag/3.6.8-v35) + +- [cf104dd5](https://github.com/stashed/mongodb/commit/cf104dd5) Prepare for release 3.6.8-v35 (#2256) +- [2f4dad74](https://github.com/stashed/mongodb/commit/2f4dad74) Update github action modules (#2237) (#2241) + + +### [3.6.13-v35](https://github.com/stashed/mongodb/releases/tag/3.6.13-v35) + +- [7c55b6ac](https://github.com/stashed/mongodb/commit/7c55b6ac) Prepare for release 3.6.13-v35 (#2255) +- [28107bc3](https://github.com/stashed/mongodb/commit/28107bc3) Update github action modules (#2237) (#2240) + + +### [4.0.3-v35](https://github.com/stashed/mongodb/releases/tag/4.0.3-v35) + +- [81e23d1e](https://github.com/stashed/mongodb/commit/81e23d1e) Prepare for release 4.0.3-v35 (#2258) +- [aaf7583b](https://github.com/stashed/mongodb/commit/aaf7583b) Update github action modules (#2237) (#2243) + + +### [4.0.5-v35](https://github.com/stashed/mongodb/releases/tag/4.0.5-v35) + +- [c8155ef9](https://github.com/stashed/mongodb/commit/c8155ef9) Prepare for release 4.0.5-v35 (#2259) +- [eec6152b](https://github.com/stashed/mongodb/commit/eec6152b) Update github action modules (#2237) (#2244) + + +### [4.0.11-v35](https://github.com/stashed/mongodb/releases/tag/4.0.11-v35) + +- [a559af87](https://github.com/stashed/mongodb/commit/a559af87) Prepare for release 4.0.11-v35 (#2257) +- [d8c2d720](https://github.com/stashed/mongodb/commit/d8c2d720) Update github action modules (#2237) (#2242) + + +### [4.1.4-v35](https://github.com/stashed/mongodb/releases/tag/4.1.4-v35) + +- [97d59d84](https://github.com/stashed/mongodb/commit/97d59d84) Prepare for release 4.1.4-v35 (#2261) +- [80e1a02f](https://github.com/stashed/mongodb/commit/80e1a02f) Update github action modules (#2237) (#2246) + + +### [4.1.7-v35](https://github.com/stashed/mongodb/releases/tag/4.1.7-v35) + +- [663bf53d](https://github.com/stashed/mongodb/commit/663bf53d) Prepare for release 4.1.7-v35 (#2262) +- [b8205b24](https://github.com/stashed/mongodb/commit/b8205b24) Update github action modules (#2237) (#2247) + + +### [4.1.13-v35](https://github.com/stashed/mongodb/releases/tag/4.1.13-v35) + +- [54d299ff](https://github.com/stashed/mongodb/commit/54d299ff) Prepare for release 4.1.13-v35 (#2260) +- [d2258afc](https://github.com/stashed/mongodb/commit/d2258afc) Update github action modules (#2237) (#2245) + + +### [4.2.3-v35](https://github.com/stashed/mongodb/releases/tag/4.2.3-v35) + +- [ec44fe21](https://github.com/stashed/mongodb/commit/ec44fe21) Prepare for release 4.2.3-v35 (#2263) +- [c33a7092](https://github.com/stashed/mongodb/commit/c33a7092) Update github action modules (#2237) (#2248) + + +### [4.4.6-v26](https://github.com/stashed/mongodb/releases/tag/4.4.6-v26) + +- [d39714ec](https://github.com/stashed/mongodb/commit/d39714ec) Prepare for release 4.4.6-v26 (#2264) +- [a2f27a49](https://github.com/stashed/mongodb/commit/a2f27a49) Update github action modules (#2237) (#2249) + + +### [5.0.3-v23](https://github.com/stashed/mongodb/releases/tag/5.0.3-v23) + +- [24c25729](https://github.com/stashed/mongodb/commit/24c25729) Prepare for release 5.0.3-v23 (#2266) +- [ab0e5df8](https://github.com/stashed/mongodb/commit/ab0e5df8) Update github action modules (#2237) (#2251) + + +### [5.0.15-v8](https://github.com/stashed/mongodb/releases/tag/5.0.15-v8) + +- [86e3bf04](https://github.com/stashed/mongodb/commit/86e3bf04) Prepare for release 5.0.15-v8 (#2265) +- [8e62c556](https://github.com/stashed/mongodb/commit/8e62c556) Update github action modules (#2237) (#2250) + + +### [6.0.5-v11](https://github.com/stashed/mongodb/releases/tag/6.0.5-v11) + +- [67cff5f0](https://github.com/stashed/mongodb/commit/67cff5f0) Prepare for release 6.0.5-v11 (#2267) +- [c863e013](https://github.com/stashed/mongodb/commit/c863e013) Update github action modules (#2237) (#2252) + + + +## [stashed/mysql](https://github.com/stashed/mysql) + +### [5.7.25-v35](https://github.com/stashed/mysql/releases/tag/5.7.25-v35) + +- [575329d2](https://github.com/stashed/mysql/commit/575329d2) Prepare for release 5.7.25-v35 (#815) + + +### [8.0.3-v34](https://github.com/stashed/mysql/releases/tag/8.0.3-v34) + +- [7c000b67](https://github.com/stashed/mysql/commit/7c000b67) Prepare for release 8.0.3-v34 (#818) + + +### [8.0.14-v34](https://github.com/stashed/mysql/releases/tag/8.0.14-v34) + +- [38197fa3](https://github.com/stashed/mysql/commit/38197fa3) Prepare for release 8.0.14-v34 (#816) + + +### [8.0.21-v28](https://github.com/stashed/mysql/releases/tag/8.0.21-v28) + +- [77e793e7](https://github.com/stashed/mysql/commit/77e793e7) Prepare for release 8.0.21-v28 (#817) + + + +## [stashed/nats](https://github.com/stashed/nats) + +### [2.6.1-v22](https://github.com/stashed/nats/releases/tag/2.6.1-v22) + +- [a8c11b8](https://github.com/stashed/nats/commit/a8c11b8) Prepare for release 2.6.1-v22 (#165) + + +### [2.8.2-v17](https://github.com/stashed/nats/releases/tag/2.8.2-v17) + +- [de67b44](https://github.com/stashed/nats/commit/de67b44) Prepare for release 2.8.2-v17 (#166) + + + +## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) + +### [5.7-v29](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v29) + +- [7e1b3fbc](https://github.com/stashed/percona-xtradb/commit/7e1b3fbc) Prepare for release 5.7-v29 (#333) + + + +## [stashed/postgres](https://github.com/stashed/postgres) + +### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) + +- [4c034aef](https://github.com/stashed/postgres/commit/4c034aef) Prepare for release 9.6.19-v33 (#1385) + + +### [10.14-v33](https://github.com/stashed/postgres/releases/tag/10.14-v33) + +- [a6a1804d](https://github.com/stashed/postgres/commit/a6a1804d) Prepare for release 10.14-v33 (#1378) + + +### [11.9-v33](https://github.com/stashed/postgres/releases/tag/11.9-v33) + +- [4f49de35](https://github.com/stashed/postgres/commit/4f49de35) Prepare for release 11.9-v33 (#1379) + + +### [12.4-v33](https://github.com/stashed/postgres/releases/tag/12.4-v33) + +- [86ac876c](https://github.com/stashed/postgres/commit/86ac876c) Prepare for release 12.4-v33 (#1380) + + +### [13.1-v30](https://github.com/stashed/postgres/releases/tag/13.1-v30) + +- [41819e5f](https://github.com/stashed/postgres/commit/41819e5f) Prepare for release 13.1-v30 (#1381) + + +### [14.0-v22](https://github.com/stashed/postgres/releases/tag/14.0-v22) + +- [1e0cd351](https://github.com/stashed/postgres/commit/1e0cd351) Prepare for release 14.0-v22 (#1382) + + +### [15.1-v14](https://github.com/stashed/postgres/releases/tag/15.1-v14) + +- [f5ddc525](https://github.com/stashed/postgres/commit/f5ddc525) Prepare for release 15.1-v14 (#1383) + + +### [16.1-v3](https://github.com/stashed/postgres/releases/tag/16.1-v3) + +- [92e7938b](https://github.com/stashed/postgres/commit/92e7938b) Prepare for release 16.1-v3 (#1384) + + +### [17.2-v1](https://github.com/stashed/postgres/releases/tag/17.2-v1) + +- [2bcfcf25](https://github.com/stashed/postgres/commit/2bcfcf25) Prepare for release v2025.1.9 (#1386) (#1387) + + + +## [stashed/redis](https://github.com/stashed/redis) + +### [5.0.13-v22](https://github.com/stashed/redis/releases/tag/5.0.13-v22) + +- [64de9a5](https://github.com/stashed/redis/commit/64de9a5) Prepare for release 5.0.13-v22 (#250) + + +### [6.2.5-v22](https://github.com/stashed/redis/releases/tag/6.2.5-v22) + +- [9159407](https://github.com/stashed/redis/commit/9159407) Prepare for release 6.2.5-v22 (#251) + + +### [7.0.5-v15](https://github.com/stashed/redis/releases/tag/7.0.5-v15) + +- [432d847](https://github.com/stashed/redis/commit/432d847) Prepare for release 7.0.5-v15 (#252) + + + +## [stashed/stash](https://github.com/stashed/stash) + +### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) + +- [149cbfb0](https://github.com/stashed/stash/commit/149cbfb0f) Prepare for release v0.38.0 (#1589) +- [b2d2d3a5](https://github.com/stashed/stash/commit/b2d2d3a57) Update github action modules (#1588) + + + +## [stashed/ui-server](https://github.com/stashed/ui-server) + +### [v0.19.0](https://github.com/stashed/ui-server/releases/tag/v0.19.0) + +- [41dc9b16](https://github.com/stashed/ui-server/commit/41dc9b16) Prepare for release v0.19.0 (#46) +- [17d88fc2](https://github.com/stashed/ui-server/commit/17d88fc2) Update github action modules (#45) + + + +## [stashed/vault](https://github.com/stashed/vault) + +### [1.10.3-v14](https://github.com/stashed/vault/releases/tag/1.10.3-v14) + +- [9067757e](https://github.com/stashed/vault/commit/9067757e) Prepare for release 1.10.3-v14 (#51) + + + + From 1aa0f87557ee3f72fcf39ca2112ba63fccf6eba3 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 18:51:32 +0000 Subject: [PATCH 67/68] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/docs_changelog.md | 365 --------------------------- 1 file changed, 365 deletions(-) delete mode 100644 releases/v2025.1.9/docs_changelog.md diff --git a/releases/v2025.1.9/docs_changelog.md b/releases/v2025.1.9/docs_changelog.md deleted file mode 100644 index 859edf43b..000000000 --- a/releases/v2025.1.9/docs_changelog.md +++ /dev/null @@ -1,365 +0,0 @@ ---- -title: Changelog | Stash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-stash-v2025.1.9 - name: Changelog-v2025.1.9 - parent: welcome - weight: 20250109 -product_name: stash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2025.1.9/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2025.1.9/ ---- - -# Stash v2025.1.9 (2025-01-08) - - -## [stashed/apimachinery](https://github.com/stashed/apimachinery) - -### [v0.38.0](https://github.com/stashed/apimachinery/releases/tag/v0.38.0) - -- [498a6be5](https://github.com/stashed/apimachinery/commit/498a6be5) Print license expiration timestamp -- [5284189f](https://github.com/stashed/apimachinery/commit/5284189f) Fix patching -- [47ce09a4](https://github.com/stashed/apimachinery/commit/47ce09a4) Update github action modules (#231) - - - -## [stashed/cli](https://github.com/stashed/cli) - -### [v0.38.0](https://github.com/stashed/cli/releases/tag/v0.38.0) - -- [cad2245d](https://github.com/stashed/cli/commit/cad2245d) Prepare for release v0.38.0 (#209) -- [8a3c87ab](https://github.com/stashed/cli/commit/8a3c87ab) Update website link -- [107959f1](https://github.com/stashed/cli/commit/107959f1) Update github action modules (#207) - - - -## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) - -### [5.6.4-v34](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v34) - -- [bde4b6d0](https://github.com/stashed/elasticsearch/commit/bde4b6d0) Prepare for release 5.6.4-v34 (#1592) - - -### [6.2.4-v34](https://github.com/stashed/elasticsearch/releases/tag/6.2.4-v34) - -- [3cba0f11](https://github.com/stashed/elasticsearch/commit/3cba0f11) Prepare for release 6.2.4-v34 (#1593) - - -### [6.3.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.3.0-v34) - -- [e236c166](https://github.com/stashed/elasticsearch/commit/e236c166) Prepare for release 6.3.0-v34 (#1594) - - -### [6.4.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.4.0-v34) - -- [26ce88af](https://github.com/stashed/elasticsearch/commit/26ce88af) Prepare for release 6.4.0-v34 (#1595) - - -### [6.5.3-v34](https://github.com/stashed/elasticsearch/releases/tag/6.5.3-v34) - -- [134e2307](https://github.com/stashed/elasticsearch/commit/134e2307) Prepare for release 6.5.3-v34 (#1596) - - -### [6.8.0-v34](https://github.com/stashed/elasticsearch/releases/tag/6.8.0-v34) - -- [fbbbd83e](https://github.com/stashed/elasticsearch/commit/fbbbd83e) Prepare for release 6.8.0-v34 (#1597) - - -### [7.2.0-v34](https://github.com/stashed/elasticsearch/releases/tag/7.2.0-v34) - -- [964b8382](https://github.com/stashed/elasticsearch/commit/964b8382) Prepare for release 7.2.0-v34 (#1599) - - -### [7.3.2-v34](https://github.com/stashed/elasticsearch/releases/tag/7.3.2-v34) - -- [a2ed9fd2](https://github.com/stashed/elasticsearch/commit/a2ed9fd2) Prepare for release 7.3.2-v34 (#1600) - - -### [7.14.0-v20](https://github.com/stashed/elasticsearch/releases/tag/7.14.0-v20) - -- [f4adf6e4](https://github.com/stashed/elasticsearch/commit/f4adf6e4) Prepare for release 7.14.0-v20 (#1598) - - -### [8.2.0-v17](https://github.com/stashed/elasticsearch/releases/tag/8.2.0-v17) - -- [1453067d](https://github.com/stashed/elasticsearch/commit/1453067d) Prepare for release 8.2.0-v17 (#1601) - - - -## [stashed/enterprise](https://github.com/stashed/enterprise) - -### [v0.38.0](https://github.com/stashed/enterprise/releases/tag/v0.38.0) - -- [9d7359fb](https://github.com/stashed/enterprise/commit/9d7359fb0) Prepare for release v0.38.0 (#263) -- [ff2132de](https://github.com/stashed/enterprise/commit/ff2132ded) Update github action modules (#261) - - - -## [stashed/etcd](https://github.com/stashed/etcd) - -### [3.5.0-v21](https://github.com/stashed/etcd/releases/tag/3.5.0-v21) - -- [faff449](https://github.com/stashed/etcd/commit/faff449) Prepare for release 3.5.0-v21 (#110) - - - -## [stashed/installer](https://github.com/stashed/installer) - -### [v2025.1.9](https://github.com/stashed/installer/releases/tag/v2025.1.9) - -- [50ebd27e](https://github.com/stashed/installer/commit/50ebd27e) Prepare for release v2025.1.9 (#389) -- [bf00e04e](https://github.com/stashed/installer/commit/bf00e04e) Update cve report (#388) - - - -## [stashed/kubedump](https://github.com/stashed/kubedump) - -### [0.2.0-v2](https://github.com/stashed/kubedump/releases/tag/0.2.0-v2) - -- [46b182e](https://github.com/stashed/kubedump/commit/46b182e) Prepare for release 0.2.0-v2 (#79) - - - -## [stashed/mariadb](https://github.com/stashed/mariadb) - -### [10.5.8-v28](https://github.com/stashed/mariadb/releases/tag/10.5.8-v28) - -- [5ca38f79](https://github.com/stashed/mariadb/commit/5ca38f79) Prepare for release 10.5.8-v28 (#258) - - - -## [stashed/mongodb](https://github.com/stashed/mongodb) - -### [3.4.17-v35](https://github.com/stashed/mongodb/releases/tag/3.4.17-v35) - -- [4465b3d2](https://github.com/stashed/mongodb/commit/4465b3d2) Prepare for release 3.4.17-v35 (#2253) -- [1bd26b49](https://github.com/stashed/mongodb/commit/1bd26b49) [cherry-pick] Update github action modules (#2237) (#2238) - - -### [3.4.22-v35](https://github.com/stashed/mongodb/releases/tag/3.4.22-v35) - -- [0cc7b736](https://github.com/stashed/mongodb/commit/0cc7b736) Prepare for release 3.4.22-v35 (#2254) -- [52d14959](https://github.com/stashed/mongodb/commit/52d14959) Update github action modules (#2237) (#2239) - - -### [3.6.8-v35](https://github.com/stashed/mongodb/releases/tag/3.6.8-v35) - -- [cf104dd5](https://github.com/stashed/mongodb/commit/cf104dd5) Prepare for release 3.6.8-v35 (#2256) -- [2f4dad74](https://github.com/stashed/mongodb/commit/2f4dad74) Update github action modules (#2237) (#2241) - - -### [3.6.13-v35](https://github.com/stashed/mongodb/releases/tag/3.6.13-v35) - -- [7c55b6ac](https://github.com/stashed/mongodb/commit/7c55b6ac) Prepare for release 3.6.13-v35 (#2255) -- [28107bc3](https://github.com/stashed/mongodb/commit/28107bc3) Update github action modules (#2237) (#2240) - - -### [4.0.3-v35](https://github.com/stashed/mongodb/releases/tag/4.0.3-v35) - -- [81e23d1e](https://github.com/stashed/mongodb/commit/81e23d1e) Prepare for release 4.0.3-v35 (#2258) -- [aaf7583b](https://github.com/stashed/mongodb/commit/aaf7583b) Update github action modules (#2237) (#2243) - - -### [4.0.5-v35](https://github.com/stashed/mongodb/releases/tag/4.0.5-v35) - -- [c8155ef9](https://github.com/stashed/mongodb/commit/c8155ef9) Prepare for release 4.0.5-v35 (#2259) -- [eec6152b](https://github.com/stashed/mongodb/commit/eec6152b) Update github action modules (#2237) (#2244) - - -### [4.0.11-v35](https://github.com/stashed/mongodb/releases/tag/4.0.11-v35) - -- [a559af87](https://github.com/stashed/mongodb/commit/a559af87) Prepare for release 4.0.11-v35 (#2257) -- [d8c2d720](https://github.com/stashed/mongodb/commit/d8c2d720) Update github action modules (#2237) (#2242) - - -### [4.1.4-v35](https://github.com/stashed/mongodb/releases/tag/4.1.4-v35) - -- [97d59d84](https://github.com/stashed/mongodb/commit/97d59d84) Prepare for release 4.1.4-v35 (#2261) -- [80e1a02f](https://github.com/stashed/mongodb/commit/80e1a02f) Update github action modules (#2237) (#2246) - - -### [4.1.7-v35](https://github.com/stashed/mongodb/releases/tag/4.1.7-v35) - -- [663bf53d](https://github.com/stashed/mongodb/commit/663bf53d) Prepare for release 4.1.7-v35 (#2262) -- [b8205b24](https://github.com/stashed/mongodb/commit/b8205b24) Update github action modules (#2237) (#2247) - - -### [4.1.13-v35](https://github.com/stashed/mongodb/releases/tag/4.1.13-v35) - -- [54d299ff](https://github.com/stashed/mongodb/commit/54d299ff) Prepare for release 4.1.13-v35 (#2260) -- [d2258afc](https://github.com/stashed/mongodb/commit/d2258afc) Update github action modules (#2237) (#2245) - - -### [4.2.3-v35](https://github.com/stashed/mongodb/releases/tag/4.2.3-v35) - -- [ec44fe21](https://github.com/stashed/mongodb/commit/ec44fe21) Prepare for release 4.2.3-v35 (#2263) -- [c33a7092](https://github.com/stashed/mongodb/commit/c33a7092) Update github action modules (#2237) (#2248) - - -### [4.4.6-v26](https://github.com/stashed/mongodb/releases/tag/4.4.6-v26) - -- [d39714ec](https://github.com/stashed/mongodb/commit/d39714ec) Prepare for release 4.4.6-v26 (#2264) -- [a2f27a49](https://github.com/stashed/mongodb/commit/a2f27a49) Update github action modules (#2237) (#2249) - - -### [5.0.3-v23](https://github.com/stashed/mongodb/releases/tag/5.0.3-v23) - -- [24c25729](https://github.com/stashed/mongodb/commit/24c25729) Prepare for release 5.0.3-v23 (#2266) -- [ab0e5df8](https://github.com/stashed/mongodb/commit/ab0e5df8) Update github action modules (#2237) (#2251) - - -### [5.0.15-v8](https://github.com/stashed/mongodb/releases/tag/5.0.15-v8) - -- [86e3bf04](https://github.com/stashed/mongodb/commit/86e3bf04) Prepare for release 5.0.15-v8 (#2265) -- [8e62c556](https://github.com/stashed/mongodb/commit/8e62c556) Update github action modules (#2237) (#2250) - - -### [6.0.5-v11](https://github.com/stashed/mongodb/releases/tag/6.0.5-v11) - -- [67cff5f0](https://github.com/stashed/mongodb/commit/67cff5f0) Prepare for release 6.0.5-v11 (#2267) -- [c863e013](https://github.com/stashed/mongodb/commit/c863e013) Update github action modules (#2237) (#2252) - - - -## [stashed/mysql](https://github.com/stashed/mysql) - -### [5.7.25-v35](https://github.com/stashed/mysql/releases/tag/5.7.25-v35) - -- [575329d2](https://github.com/stashed/mysql/commit/575329d2) Prepare for release 5.7.25-v35 (#815) - - -### [8.0.3-v34](https://github.com/stashed/mysql/releases/tag/8.0.3-v34) - -- [7c000b67](https://github.com/stashed/mysql/commit/7c000b67) Prepare for release 8.0.3-v34 (#818) - - -### [8.0.14-v34](https://github.com/stashed/mysql/releases/tag/8.0.14-v34) - -- [38197fa3](https://github.com/stashed/mysql/commit/38197fa3) Prepare for release 8.0.14-v34 (#816) - - -### [8.0.21-v28](https://github.com/stashed/mysql/releases/tag/8.0.21-v28) - -- [77e793e7](https://github.com/stashed/mysql/commit/77e793e7) Prepare for release 8.0.21-v28 (#817) - - - -## [stashed/nats](https://github.com/stashed/nats) - -### [2.6.1-v22](https://github.com/stashed/nats/releases/tag/2.6.1-v22) - -- [a8c11b8](https://github.com/stashed/nats/commit/a8c11b8) Prepare for release 2.6.1-v22 (#165) - - -### [2.8.2-v17](https://github.com/stashed/nats/releases/tag/2.8.2-v17) - -- [de67b44](https://github.com/stashed/nats/commit/de67b44) Prepare for release 2.8.2-v17 (#166) - - - -## [stashed/percona-xtradb](https://github.com/stashed/percona-xtradb) - -### [5.7-v29](https://github.com/stashed/percona-xtradb/releases/tag/5.7-v29) - -- [7e1b3fbc](https://github.com/stashed/percona-xtradb/commit/7e1b3fbc) Prepare for release 5.7-v29 (#333) - - - -## [stashed/postgres](https://github.com/stashed/postgres) - -### [9.6.19-v33](https://github.com/stashed/postgres/releases/tag/9.6.19-v33) - -- [4c034aef](https://github.com/stashed/postgres/commit/4c034aef) Prepare for release 9.6.19-v33 (#1385) - - -### [10.14-v33](https://github.com/stashed/postgres/releases/tag/10.14-v33) - -- [a6a1804d](https://github.com/stashed/postgres/commit/a6a1804d) Prepare for release 10.14-v33 (#1378) - - -### [11.9-v33](https://github.com/stashed/postgres/releases/tag/11.9-v33) - -- [4f49de35](https://github.com/stashed/postgres/commit/4f49de35) Prepare for release 11.9-v33 (#1379) - - -### [12.4-v33](https://github.com/stashed/postgres/releases/tag/12.4-v33) - -- [86ac876c](https://github.com/stashed/postgres/commit/86ac876c) Prepare for release 12.4-v33 (#1380) - - -### [13.1-v30](https://github.com/stashed/postgres/releases/tag/13.1-v30) - -- [41819e5f](https://github.com/stashed/postgres/commit/41819e5f) Prepare for release 13.1-v30 (#1381) - - -### [14.0-v22](https://github.com/stashed/postgres/releases/tag/14.0-v22) - -- [1e0cd351](https://github.com/stashed/postgres/commit/1e0cd351) Prepare for release 14.0-v22 (#1382) - - -### [15.1-v14](https://github.com/stashed/postgres/releases/tag/15.1-v14) - -- [f5ddc525](https://github.com/stashed/postgres/commit/f5ddc525) Prepare for release 15.1-v14 (#1383) - - -### [16.1-v3](https://github.com/stashed/postgres/releases/tag/16.1-v3) - -- [92e7938b](https://github.com/stashed/postgres/commit/92e7938b) Prepare for release 16.1-v3 (#1384) - - -### [17.2-v1](https://github.com/stashed/postgres/releases/tag/17.2-v1) - -- [2bcfcf25](https://github.com/stashed/postgres/commit/2bcfcf25) Prepare for release v2025.1.9 (#1386) (#1387) - - - -## [stashed/redis](https://github.com/stashed/redis) - -### [5.0.13-v22](https://github.com/stashed/redis/releases/tag/5.0.13-v22) - -- [64de9a5](https://github.com/stashed/redis/commit/64de9a5) Prepare for release 5.0.13-v22 (#250) - - -### [6.2.5-v22](https://github.com/stashed/redis/releases/tag/6.2.5-v22) - -- [9159407](https://github.com/stashed/redis/commit/9159407) Prepare for release 6.2.5-v22 (#251) - - -### [7.0.5-v15](https://github.com/stashed/redis/releases/tag/7.0.5-v15) - -- [432d847](https://github.com/stashed/redis/commit/432d847) Prepare for release 7.0.5-v15 (#252) - - - -## [stashed/stash](https://github.com/stashed/stash) - -### [v0.38.0](https://github.com/stashed/stash/releases/tag/v0.38.0) - -- [149cbfb0](https://github.com/stashed/stash/commit/149cbfb0f) Prepare for release v0.38.0 (#1589) -- [b2d2d3a5](https://github.com/stashed/stash/commit/b2d2d3a57) Update github action modules (#1588) - - - -## [stashed/ui-server](https://github.com/stashed/ui-server) - -### [v0.19.0](https://github.com/stashed/ui-server/releases/tag/v0.19.0) - -- [41dc9b16](https://github.com/stashed/ui-server/commit/41dc9b16) Prepare for release v0.19.0 (#46) -- [17d88fc2](https://github.com/stashed/ui-server/commit/17d88fc2) Update github action modules (#45) - - - -## [stashed/vault](https://github.com/stashed/vault) - -### [1.10.3-v14](https://github.com/stashed/vault/releases/tag/1.10.3-v14) - -- [9067757e](https://github.com/stashed/vault/commit/9067757e) Prepare for release 1.10.3-v14 (#51) - - - - From 463307abc46f55b3a0b1822d4d2f545b0b003f41 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 8 Jan 2025 19:21:45 +0000 Subject: [PATCH 68/68] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2025.1.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2025.1.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2025.1.9/CHANGELOG.json b/releases/v2025.1.9/CHANGELOG.json index 92492261f..40b1573a7 100644 --- a/releases/v2025.1.9/CHANGELOG.json +++ b/releases/v2025.1.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "Stash", "release": "v2025.1.9", - "release_date": "2025-01-08T18:38:57.954507708Z", + "release_date": "2025-01-08T19:21:45.768944393Z", "release_project_url": "https://github.com/stashed/CHANGELOG", "docs_url": "https://stash.run/docs/v2025.1.9", "kubernetes_version": "1.26+", @@ -50,6 +50,24 @@ } ] }, + { + "url": "github.com/stashed/docs", + "releases": [ + { + "tag": "v2025.1.9", + "commits": [ + { + "SHA": "8680860", + "Subject": "Prepare for release v2025.1.9 (#303)" + }, + { + "SHA": "97cb9f5", + "Subject": "Update github action modules (#301)" + } + ] + } + ] + }, { "url": "github.com/stashed/elasticsearch", "releases": [ diff --git a/releases/v2025.1.9/README.md b/releases/v2025.1.9/README.md index 1ed776c73..a34e60a6e 100644 --- a/releases/v2025.1.9/README.md +++ b/releases/v2025.1.9/README.md @@ -21,6 +21,15 @@ +## [stashed/docs](https://github.com/stashed/docs) + +### [v2025.1.9](https://github.com/stashed/docs/releases/tag/v2025.1.9) + +- [8680860](https://github.com/stashed/docs/commit/8680860) Prepare for release v2025.1.9 (#303) +- [97cb9f5](https://github.com/stashed/docs/commit/97cb9f5) Update github action modules (#301) + + + ## [stashed/elasticsearch](https://github.com/stashed/elasticsearch) ### [5.6.4-v34](https://github.com/stashed/elasticsearch/releases/tag/5.6.4-v34)