From 8f2678915bd876e3cc33a05d0ce6e43dd2df3b64 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 7 Dec 2024 05:41:10 -0800 Subject: [PATCH 01/13] Release: v2024.12.9 Signed-off-by: Tamal Saha --- releases/v2024.12.9/release.json | 105 +++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 releases/v2024.12.9/release.json diff --git a/releases/v2024.12.9/release.json b/releases/v2024.12.9/release.json new file mode 100644 index 0000000..8163273 --- /dev/null +++ b/releases/v2024.12.9/release.json @@ -0,0 +1,105 @@ +{ + "product_line": "KubeStash", + "release": "v2024.12.9", + "docs_url_template": "https://kubestash.com/docs/%s", + "kubernetes_version": "1.25+", + "projects": [ + { + "github.com/kubestash/apimachinery": { + "tag": "v0.14.0" + } + }, + { + "github.com/kubestash/cli": { + "key": "kubestash-cli", + "tag": "v0.13.0" + }, + "github.com/kubestash/kubedump": { + "tag": "v0.13.0" + }, + "github.com/kubestash/kubestash": { + "tag": "v0.14.0" + }, + "github.com/kubestash/manifest": { + "tag": "v0.6.0" + }, + "github.com/kubestash/pvc": { + "tag": "v0.13.0" + }, + "github.com/kubestash/volume-snapshotter": { + "tag": "v0.13.0" + }, + "github.com/kubestash/workload": { + "tag": "v0.13.0" + } + }, + { + "github.com/kubestash/installer": { + "key": "kubestash-installer", + "tag": "v2024.12.9", + "chartNames": [ + "kubestash", + "kubestash-operator" + ], + "commands": [ + "./hack/scripts/import-crds.sh", + "go run ./hack/fmt/main.go --kind=Function --name=kubedump-backup --update-spec=spec.image=ghcr.io/kubestash/kubedump:${KUBESTASH_KUBEDUMP_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=manifest-backup --update-spec=spec.image=ghcr.io/kubestash/manifest:${KUBESTASH_MANIFEST_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=manifest-restore --update-spec=spec.image=ghcr.io/kubestash/manifest:${KUBESTASH_MANIFEST_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=pvc-backup --update-spec=spec.image=ghcr.io/kubestash/pvc:${KUBESTASH_PVC_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=pvc-restore --update-spec=spec.image=ghcr.io/kubestash/pvc:${KUBESTASH_PVC_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=volumesnapshot-backup --update-spec=spec.image=ghcr.io/kubestash/volume-snapshotter:${KUBESTASH_VOLUME_SNAPSHOTTER_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=volumesnapshot-restore --update-spec=spec.image=ghcr.io/kubestash/volume-snapshotter:${KUBESTASH_VOLUME_SNAPSHOTTER_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=workload-backup --update-spec=spec.image=ghcr.io/kubestash/workload:${KUBESTASH_WORKLOAD_TAG}", + "go run ./hack/fmt/main.go --kind=Function --name=workload-restore --update-spec=spec.image=ghcr.io/kubestash/workload:${KUBESTASH_WORKLOAD_TAG}", + "make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubestash-operator CHART_VERSION=${KUBESTASH_KUBESTASH_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "./hack/scripts/update-chart-dependencies.sh", + "./hack/scripts/update-catalog.sh" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/appscode/charts": { + "charts": [ + "github.com/kubestash/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/kubestash/docs": { + "key": "kubestash", + "tag": "v2024.12.9", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/kubestash/website": { + "tag": "v2024.12.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": {} + } +} \ No newline at end of file From d3c80051f31719cfa5b4d3e8af0321de77509023 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:42:57 +0000 Subject: [PATCH 02/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 44 ++++++++++++++++++++++++++++++ releases/v2024.12.9/README.md | 16 +++++++++++ 2 files changed, 60 insertions(+) create mode 100644 releases/v2024.12.9/CHANGELOG.json create mode 100644 releases/v2024.12.9/README.md diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json new file mode 100644 index 0000000..66b0f9c --- /dev/null +++ b/releases/v2024.12.9/CHANGELOG.json @@ -0,0 +1,44 @@ +{ + "product_line": "KubeStash", + "release": "v2024.12.9", + "release_date": "2024-12-07T13:42:57.770957343Z", + "release_project_url": "https://github.com/kubestash/CHANGELOG", + "docs_url": "https://kubestash.com/docs/v2024.12.9", + "kubernetes_version": "1.25+", + "projects": [ + { + "url": "github.com/kubestash/apimachinery", + "releases": [ + { + "tag": "v0.14.0", + "commits": [ + { + "SHA": "3af40bbe", + "Subject": "Update crds" + }, + { + "SHA": "cb4e834f", + "Subject": "Removed InternalAuthIssuerRef from MSSQLServer Manifest Option (#141)" + }, + { + "SHA": "212f57bd", + "Subject": "Add backup verification apis (#116)" + }, + { + "SHA": "35b1ce3f", + "Subject": "Add redisSentinel options for manifest backup/restore (#139)" + }, + { + "SHA": "50d8c6b6", + "Subject": "Add start and end time for restic stats (#138)" + }, + { + "SHA": "54ddea4f", + "Subject": "Replace manifest bool values to bool pointer (#137)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md new file mode 100644 index 0000000..e6ed664 --- /dev/null +++ b/releases/v2024.12.9/README.md @@ -0,0 +1,16 @@ +# KubeStash v2024.12.9 (2024-12-07) + + +## [kubestash/apimachinery](https://github.com/kubestash/apimachinery) + +### [v0.14.0](https://github.com/kubestash/apimachinery/releases/tag/v0.14.0) + +- [3af40bbe](https://github.com/kubestash/apimachinery/commit/3af40bbe) Update crds +- [cb4e834f](https://github.com/kubestash/apimachinery/commit/cb4e834f) Removed InternalAuthIssuerRef from MSSQLServer Manifest Option (#141) +- [212f57bd](https://github.com/kubestash/apimachinery/commit/212f57bd) Add backup verification apis (#116) +- [35b1ce3f](https://github.com/kubestash/apimachinery/commit/35b1ce3f) Add redisSentinel options for manifest backup/restore (#139) +- [50d8c6b6](https://github.com/kubestash/apimachinery/commit/50d8c6b6) Add start and end time for restic stats (#138) +- [54ddea4f](https://github.com/kubestash/apimachinery/commit/54ddea4f) Replace manifest bool values to bool pointer (#137) + + + From 82e8756b1607555738209e8452e9855d63219989 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:42:59 +0000 Subject: [PATCH 03/13] 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 bf19960..f0a7ef1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2024.12.9](https:/github.com/kubestash/CHANGELOG/releases/tag/v2024.12.9) | 2024-12-07 | [User Guide](https://kubestash.com/docs/v2024.12.9) | [CHANGELOG](/releases/v2024.12.9/README.md) | 1.25+ | | [v2024.9.30](https:/github.com/kubestash/CHANGELOG/releases/tag/v2024.9.30) | 2024-09-27 | [User Guide](https://kubestash.com/docs/v2024.9.30) | [CHANGELOG](/releases/v2024.9.30/README.md) | 1.25+ | | [v2024.8.30](https:/github.com/kubestash/CHANGELOG/releases/tag/v2024.8.30) | 2024-08-30 | [User Guide](https://kubestash.com/docs/v2024.8.30) | [CHANGELOG](/releases/v2024.8.30/README.md) | 1.25+ | | [v2024.8.14](https:/github.com/kubestash/CHANGELOG/releases/tag/v2024.8.14) | 2024-08-14 | [User Guide](https://kubestash.com/docs/v2024.8.14) | [CHANGELOG](/releases/v2024.8.14/README.md) | 1.25+ | From c5d92b5515abf2fdd1ba3041d170261220c2aa98 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:50:11 +0000 Subject: [PATCH 04/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.12.9/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 66b0f9c..c93b697 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T13:42:57.770957343Z", + "release_date": "2024-12-07T13:50:11.6321423Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -39,6 +39,28 @@ ] } ] + }, + { + "url": "github.com/kubestash/pvc", + "releases": [ + { + "tag": "v0.13.0", + "commits": [ + { + "SHA": "d95ca55", + "Subject": "Prepare for release v0.13.0 (#44)" + }, + { + "SHA": "705ca8f", + "Subject": "Use debian:12 base image (#43)" + }, + { + "SHA": "818c691", + "Subject": "Use debian:12 base image (#42)" + } + ] + } + ] } ] } diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index e6ed664..c539d6a 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -14,3 +14,13 @@ +## [kubestash/pvc](https://github.com/kubestash/pvc) + +### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) + +- [d95ca55](https://github.com/kubestash/pvc/commit/d95ca55) Prepare for release v0.13.0 (#44) +- [705ca8f](https://github.com/kubestash/pvc/commit/705ca8f) Use debian:12 base image (#43) +- [818c691](https://github.com/kubestash/pvc/commit/818c691) Use debian:12 base image (#42) + + + From f622a5de2a1d9c15822a8fa9955e5fbc4a58ac80 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:51:08 +0000 Subject: [PATCH 05/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.12.9/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index c93b697..66c620f 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T13:50:11.6321423Z", + "release_date": "2024-12-07T13:51:08.222307589Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -61,6 +61,28 @@ ] } ] + }, + { + "url": "github.com/kubestash/volume-snapshotter", + "releases": [ + { + "tag": "v0.13.0", + "commits": [ + { + "SHA": "3de21473", + "Subject": "Prepare for release v0.13.0 (#37)" + }, + { + "SHA": "f1ae4e80", + "Subject": "Use debian:12 base image (#36)" + }, + { + "SHA": "c6fe9854", + "Subject": "Use debian:12 base image (#35)" + } + ] + } + ] } ] } diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index c539d6a..bff5585 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -24,3 +24,13 @@ +## [kubestash/volume-snapshotter](https://github.com/kubestash/volume-snapshotter) + +### [v0.13.0](https://github.com/kubestash/volume-snapshotter/releases/tag/v0.13.0) + +- [3de21473](https://github.com/kubestash/volume-snapshotter/commit/3de21473) Prepare for release v0.13.0 (#37) +- [f1ae4e80](https://github.com/kubestash/volume-snapshotter/commit/f1ae4e80) Use debian:12 base image (#36) +- [c6fe9854](https://github.com/kubestash/volume-snapshotter/commit/c6fe9854) Use debian:12 base image (#35) + + + From 2e86cda038f3743b78eef188363460217f1e7af1 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:51:52 +0000 Subject: [PATCH 06/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.12.9/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 66c620f..026e860 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T13:51:08.222307589Z", + "release_date": "2024-12-07T13:51:52.794385621Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -40,6 +40,20 @@ } ] }, + { + "url": "github.com/kubestash/cli", + "releases": [ + { + "tag": "v0.13.0", + "commits": [ + { + "SHA": "0adfa1b", + "Subject": "Prepare for release v0.13.0 (#40)" + } + ] + } + ] + }, { "url": "github.com/kubestash/pvc", "releases": [ diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index bff5585..dc25e72 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -14,6 +14,14 @@ +## [kubestash/cli](https://github.com/kubestash/cli) + +### [v0.13.0](https://github.com/kubestash/cli/releases/tag/v0.13.0) + +- [0adfa1b](https://github.com/kubestash/cli/commit/0adfa1b) Prepare for release v0.13.0 (#40) + + + ## [kubestash/pvc](https://github.com/kubestash/pvc) ### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) From 44991524adc07a9f2449a442eeb1bb2e0ad796a2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 13:51:59 +0000 Subject: [PATCH 07/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.12.9/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 026e860..e7efda8 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T13:51:52.794385621Z", + "release_date": "2024-12-07T13:51:59.987456861Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -54,6 +54,28 @@ } ] }, + { + "url": "github.com/kubestash/kubedump", + "releases": [ + { + "tag": "v0.13.0", + "commits": [ + { + "SHA": "f303dce", + "Subject": "Prepare for release v0.13.0 (#35)" + }, + { + "SHA": "ab8c584", + "Subject": "Use debian:12 base image (#34)" + }, + { + "SHA": "6f6ad4d", + "Subject": "Use debian:12 base image (#33)" + } + ] + } + ] + }, { "url": "github.com/kubestash/pvc", "releases": [ diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index dc25e72..d832ad5 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -22,6 +22,16 @@ +## [kubestash/kubedump](https://github.com/kubestash/kubedump) + +### [v0.13.0](https://github.com/kubestash/kubedump/releases/tag/v0.13.0) + +- [f303dce](https://github.com/kubestash/kubedump/commit/f303dce) Prepare for release v0.13.0 (#35) +- [ab8c584](https://github.com/kubestash/kubedump/commit/ab8c584) Use debian:12 base image (#34) +- [6f6ad4d](https://github.com/kubestash/kubedump/commit/6f6ad4d) Use debian:12 base image (#33) + + + ## [kubestash/pvc](https://github.com/kubestash/pvc) ### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) From 0fa7f0a0ce1882fc709d7877e05dd5f85d8f3afa Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 14:03:32 +0000 Subject: [PATCH 08/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.12.9/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index e7efda8..71ba7bb 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T13:51:59.987456861Z", + "release_date": "2024-12-07T14:03:32.350595399Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -76,6 +76,40 @@ } ] }, + { + "url": "github.com/kubestash/kubestash", + "releases": [ + { + "tag": "v0.14.0", + "commits": [ + { + "SHA": "f3f9694f", + "Subject": "Prepare for release v0.14.0 (#266)" + }, + { + "SHA": "ae5f187e", + "Subject": "Add support for templating for exec hook command (#264)" + }, + { + "SHA": "5587805a", + "Subject": "Resolve DBversion for External Databases (#263)" + }, + { + "SHA": "aae7247a", + "Subject": "Add support for backup verification (#234)" + }, + { + "SHA": "e74509bd", + "Subject": "Fix upsertPodSpec for ensuring jobs (#261)" + }, + { + "SHA": "7ed0d6b9", + "Subject": "Use debian:12 base image (#262)" + } + ] + } + ] + }, { "url": "github.com/kubestash/pvc", "releases": [ diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index d832ad5..86106f8 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -32,6 +32,19 @@ +## [kubestash/kubestash](https://github.com/kubestash/kubestash) + +### [v0.14.0](https://github.com/kubestash/kubestash/releases/tag/v0.14.0) + +- [f3f9694f](https://github.com/kubestash/kubestash/commit/f3f9694f) Prepare for release v0.14.0 (#266) +- [ae5f187e](https://github.com/kubestash/kubestash/commit/ae5f187e) Add support for templating for exec hook command (#264) +- [5587805a](https://github.com/kubestash/kubestash/commit/5587805a) Resolve DBversion for External Databases (#263) +- [aae7247a](https://github.com/kubestash/kubestash/commit/aae7247a) Add support for backup verification (#234) +- [e74509bd](https://github.com/kubestash/kubestash/commit/e74509bd) Fix upsertPodSpec for ensuring jobs (#261) +- [7ed0d6b9](https://github.com/kubestash/kubestash/commit/7ed0d6b9) Use debian:12 base image (#262) + + + ## [kubestash/pvc](https://github.com/kubestash/pvc) ### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) From e412ffe88e5c54f89c708931b057518ce73510fa Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 19:30:04 +0000 Subject: [PATCH 09/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.12.9/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 71ba7bb..95b32d8 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T14:03:32.350595399Z", + "release_date": "2024-12-07T19:30:04.853676474Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -153,6 +153,32 @@ ] } ] + }, + { + "url": "github.com/kubestash/workload", + "releases": [ + { + "tag": "v0.13.0", + "commits": [ + { + "SHA": "eedd660", + "Subject": "Prepare for release v0.13.0 (#54)" + }, + { + "SHA": "7112586", + "Subject": "Build image for arm64" + }, + { + "SHA": "7b67513", + "Subject": "Use debian:12 base image (#53)" + }, + { + "SHA": "d232d23", + "Subject": "Use debian:12 base image (#52)" + } + ] + } + ] } ] } diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index 86106f8..8ff0aa4 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -65,3 +65,14 @@ +## [kubestash/workload](https://github.com/kubestash/workload) + +### [v0.13.0](https://github.com/kubestash/workload/releases/tag/v0.13.0) + +- [eedd660](https://github.com/kubestash/workload/commit/eedd660) Prepare for release v0.13.0 (#54) +- [7112586](https://github.com/kubestash/workload/commit/7112586) Build image for arm64 +- [7b67513](https://github.com/kubestash/workload/commit/7b67513) Use debian:12 base image (#53) +- [d232d23](https://github.com/kubestash/workload/commit/d232d23) Use debian:12 base image (#52) + + + From 226d72c7bf8634d87ff59a067a97ed432f0a55e4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 19:49:09 +0000 Subject: [PATCH 10/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 128 ++++++++++++++++++++++++++++- releases/v2024.12.9/README.md | 36 ++++++++ 2 files changed, 163 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 95b32d8..6ef5711 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T19:30:04.853676474Z", + "release_date": "2024-12-07T19:49:09.657065273Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -54,6 +54,132 @@ } ] }, + { + "url": "github.com/kubestash/installer", + "releases": [ + { + "tag": "v2024.12.9", + "commits": [ + { + "SHA": "851b024", + "Subject": "Prepare for release v2024.12.9 (#120)" + }, + { + "SHA": "bddf9f9", + "Subject": "Check for image architecture (#119)" + }, + { + "SHA": "f05d290", + "Subject": "Update cve report (#118)" + }, + { + "SHA": "f34bde9", + "Subject": "Update cve report (#117)" + }, + { + "SHA": "00c179a", + "Subject": "Update cve report (#116)" + }, + { + "SHA": "967b667", + "Subject": "Update cve report (#115)" + }, + { + "SHA": "5e47b4d", + "Subject": "Update cve report (#114)" + }, + { + "SHA": "ba3a88e", + "Subject": "Update cve report (#113)" + }, + { + "SHA": "2e78681", + "Subject": "Update cve report (#112)" + }, + { + "SHA": "2d8e32c", + "Subject": "Use kind v0.25.0 (#111)" + }, + { + "SHA": "d561f53", + "Subject": "Update cve report (#110)" + }, + { + "SHA": "c6433ec", + "Subject": "Update cve report (#109)" + }, + { + "SHA": "b4547b0", + "Subject": "Update cve report (#108)" + }, + { + "SHA": "72ed728", + "Subject": "Update cve report (#107)" + }, + { + "SHA": "5661159", + "Subject": "Update cve report (#106)" + }, + { + "SHA": "64355b1", + "Subject": "Update cve report (#105)" + }, + { + "SHA": "ab4dcc3", + "Subject": "Update cve report (#104)" + }, + { + "SHA": "db5165b", + "Subject": "Update cve report (#103)" + }, + { + "SHA": "2122619", + "Subject": "Update cve report (#102)" + }, + { + "SHA": "cd4994f", + "Subject": "Update cve report (#101)" + }, + { + "SHA": "c7a1d6d", + "Subject": "Update cve report (#100)" + }, + { + "SHA": "c2646da", + "Subject": "Update cve report (#99)" + }, + { + "SHA": "a0aef87", + "Subject": "Update cve report (#98)" + }, + { + "SHA": "ffd01eb", + "Subject": "Update cve report (#97)" + }, + { + "SHA": "2d17996", + "Subject": "Update cve report (#96)" + }, + { + "SHA": "6194319", + "Subject": "Update cve report (#95)" + }, + { + "SHA": "573db73", + "Subject": "Update cve report (#94)" + }, + { + "SHA": "46b766c", + "Subject": "Update cve report (#93)" + }, + { + "SHA": "3fead1b", + "Subject": "Update cve report (#92)" + } + ] + } + ] + }, { "url": "github.com/kubestash/kubedump", "releases": [ diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index 8ff0aa4..8320820 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -22,6 +22,42 @@ +## [kubestash/installer](https://github.com/kubestash/installer) + +### [v2024.12.9](https://github.com/kubestash/installer/releases/tag/v2024.12.9) + +- [851b024](https://github.com/kubestash/installer/commit/851b024) Prepare for release v2024.12.9 (#120) +- [bddf9f9](https://github.com/kubestash/installer/commit/bddf9f9) Check for image architecture (#119) +- [f05d290](https://github.com/kubestash/installer/commit/f05d290) Update cve report (#118) +- [f34bde9](https://github.com/kubestash/installer/commit/f34bde9) Update cve report (#117) +- [00c179a](https://github.com/kubestash/installer/commit/00c179a) Update cve report (#116) +- [967b667](https://github.com/kubestash/installer/commit/967b667) Update cve report (#115) +- [5e47b4d](https://github.com/kubestash/installer/commit/5e47b4d) Update cve report (#114) +- [ba3a88e](https://github.com/kubestash/installer/commit/ba3a88e) Update cve report (#113) +- [2e78681](https://github.com/kubestash/installer/commit/2e78681) Update cve report (#112) +- [2d8e32c](https://github.com/kubestash/installer/commit/2d8e32c) Use kind v0.25.0 (#111) +- [d561f53](https://github.com/kubestash/installer/commit/d561f53) Update cve report (#110) +- [c6433ec](https://github.com/kubestash/installer/commit/c6433ec) Update cve report (#109) +- [b4547b0](https://github.com/kubestash/installer/commit/b4547b0) Update cve report (#108) +- [72ed728](https://github.com/kubestash/installer/commit/72ed728) Update cve report (#107) +- [5661159](https://github.com/kubestash/installer/commit/5661159) Update cve report (#106) +- [64355b1](https://github.com/kubestash/installer/commit/64355b1) Update cve report (#105) +- [ab4dcc3](https://github.com/kubestash/installer/commit/ab4dcc3) Update cve report (#104) +- [db5165b](https://github.com/kubestash/installer/commit/db5165b) Update cve report (#103) +- [2122619](https://github.com/kubestash/installer/commit/2122619) Update cve report (#102) +- [cd4994f](https://github.com/kubestash/installer/commit/cd4994f) Update cve report (#101) +- [c7a1d6d](https://github.com/kubestash/installer/commit/c7a1d6d) Update cve report (#100) +- [c2646da](https://github.com/kubestash/installer/commit/c2646da) Update cve report (#99) +- [a0aef87](https://github.com/kubestash/installer/commit/a0aef87) Update cve report (#98) +- [ffd01eb](https://github.com/kubestash/installer/commit/ffd01eb) Update cve report (#97) +- [2d17996](https://github.com/kubestash/installer/commit/2d17996) Update cve report (#96) +- [6194319](https://github.com/kubestash/installer/commit/6194319) Update cve report (#95) +- [573db73](https://github.com/kubestash/installer/commit/573db73) Update cve report (#94) +- [46b766c](https://github.com/kubestash/installer/commit/46b766c) Update cve report (#93) +- [3fead1b](https://github.com/kubestash/installer/commit/3fead1b) Update cve report (#92) + + + ## [kubestash/kubedump](https://github.com/kubestash/kubedump) ### [v0.13.0](https://github.com/kubestash/kubedump/releases/tag/v0.13.0) From ed409e6093b83d2b555e2f5cfabbb96215637199 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 19:55:19 +0000 Subject: [PATCH 11/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/docs_changelog.md | 132 ++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 releases/v2024.12.9/docs_changelog.md diff --git a/releases/v2024.12.9/docs_changelog.md b/releases/v2024.12.9/docs_changelog.md new file mode 100644 index 0000000..6ff1e75 --- /dev/null +++ b/releases/v2024.12.9/docs_changelog.md @@ -0,0 +1,132 @@ +--- +title: Changelog | KubeStash +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-kubestash-v2024.12.9 + name: Changelog-v2024.12.9 + parent: welcome + weight: 20241209 +product_name: kubestash +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2024.12.9/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2024.12.9/ +--- + +# KubeStash v2024.12.9 (2024-12-07) + + +## [kubestash/apimachinery](https://github.com/kubestash/apimachinery) + +### [v0.14.0](https://github.com/kubestash/apimachinery/releases/tag/v0.14.0) + +- [3af40bbe](https://github.com/kubestash/apimachinery/commit/3af40bbe) Update crds +- [cb4e834f](https://github.com/kubestash/apimachinery/commit/cb4e834f) Removed InternalAuthIssuerRef from MSSQLServer Manifest Option (#141) +- [212f57bd](https://github.com/kubestash/apimachinery/commit/212f57bd) Add backup verification apis (#116) +- [35b1ce3f](https://github.com/kubestash/apimachinery/commit/35b1ce3f) Add redisSentinel options for manifest backup/restore (#139) +- [50d8c6b6](https://github.com/kubestash/apimachinery/commit/50d8c6b6) Add start and end time for restic stats (#138) +- [54ddea4f](https://github.com/kubestash/apimachinery/commit/54ddea4f) Replace manifest bool values to bool pointer (#137) + + + +## [kubestash/cli](https://github.com/kubestash/cli) + +### [v0.13.0](https://github.com/kubestash/cli/releases/tag/v0.13.0) + +- [0adfa1b](https://github.com/kubestash/cli/commit/0adfa1b) Prepare for release v0.13.0 (#40) + + + +## [kubestash/installer](https://github.com/kubestash/installer) + +### [v2024.12.9](https://github.com/kubestash/installer/releases/tag/v2024.12.9) + +- [851b024](https://github.com/kubestash/installer/commit/851b024) Prepare for release v2024.12.9 (#120) +- [bddf9f9](https://github.com/kubestash/installer/commit/bddf9f9) Check for image architecture (#119) +- [f05d290](https://github.com/kubestash/installer/commit/f05d290) Update cve report (#118) +- [f34bde9](https://github.com/kubestash/installer/commit/f34bde9) Update cve report (#117) +- [00c179a](https://github.com/kubestash/installer/commit/00c179a) Update cve report (#116) +- [967b667](https://github.com/kubestash/installer/commit/967b667) Update cve report (#115) +- [5e47b4d](https://github.com/kubestash/installer/commit/5e47b4d) Update cve report (#114) +- [ba3a88e](https://github.com/kubestash/installer/commit/ba3a88e) Update cve report (#113) +- [2e78681](https://github.com/kubestash/installer/commit/2e78681) Update cve report (#112) +- [2d8e32c](https://github.com/kubestash/installer/commit/2d8e32c) Use kind v0.25.0 (#111) +- [d561f53](https://github.com/kubestash/installer/commit/d561f53) Update cve report (#110) +- [c6433ec](https://github.com/kubestash/installer/commit/c6433ec) Update cve report (#109) +- [b4547b0](https://github.com/kubestash/installer/commit/b4547b0) Update cve report (#108) +- [72ed728](https://github.com/kubestash/installer/commit/72ed728) Update cve report (#107) +- [5661159](https://github.com/kubestash/installer/commit/5661159) Update cve report (#106) +- [64355b1](https://github.com/kubestash/installer/commit/64355b1) Update cve report (#105) +- [ab4dcc3](https://github.com/kubestash/installer/commit/ab4dcc3) Update cve report (#104) +- [db5165b](https://github.com/kubestash/installer/commit/db5165b) Update cve report (#103) +- [2122619](https://github.com/kubestash/installer/commit/2122619) Update cve report (#102) +- [cd4994f](https://github.com/kubestash/installer/commit/cd4994f) Update cve report (#101) +- [c7a1d6d](https://github.com/kubestash/installer/commit/c7a1d6d) Update cve report (#100) +- [c2646da](https://github.com/kubestash/installer/commit/c2646da) Update cve report (#99) +- [a0aef87](https://github.com/kubestash/installer/commit/a0aef87) Update cve report (#98) +- [ffd01eb](https://github.com/kubestash/installer/commit/ffd01eb) Update cve report (#97) +- [2d17996](https://github.com/kubestash/installer/commit/2d17996) Update cve report (#96) +- [6194319](https://github.com/kubestash/installer/commit/6194319) Update cve report (#95) +- [573db73](https://github.com/kubestash/installer/commit/573db73) Update cve report (#94) +- [46b766c](https://github.com/kubestash/installer/commit/46b766c) Update cve report (#93) +- [3fead1b](https://github.com/kubestash/installer/commit/3fead1b) Update cve report (#92) + + + +## [kubestash/kubedump](https://github.com/kubestash/kubedump) + +### [v0.13.0](https://github.com/kubestash/kubedump/releases/tag/v0.13.0) + +- [f303dce](https://github.com/kubestash/kubedump/commit/f303dce) Prepare for release v0.13.0 (#35) +- [ab8c584](https://github.com/kubestash/kubedump/commit/ab8c584) Use debian:12 base image (#34) +- [6f6ad4d](https://github.com/kubestash/kubedump/commit/6f6ad4d) Use debian:12 base image (#33) + + + +## [kubestash/kubestash](https://github.com/kubestash/kubestash) + +### [v0.14.0](https://github.com/kubestash/kubestash/releases/tag/v0.14.0) + +- [f3f9694f](https://github.com/kubestash/kubestash/commit/f3f9694f) Prepare for release v0.14.0 (#266) +- [ae5f187e](https://github.com/kubestash/kubestash/commit/ae5f187e) Add support for templating for exec hook command (#264) +- [5587805a](https://github.com/kubestash/kubestash/commit/5587805a) Resolve DBversion for External Databases (#263) +- [aae7247a](https://github.com/kubestash/kubestash/commit/aae7247a) Add support for backup verification (#234) +- [e74509bd](https://github.com/kubestash/kubestash/commit/e74509bd) Fix upsertPodSpec for ensuring jobs (#261) +- [7ed0d6b9](https://github.com/kubestash/kubestash/commit/7ed0d6b9) Use debian:12 base image (#262) + + + +## [kubestash/pvc](https://github.com/kubestash/pvc) + +### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) + +- [d95ca55](https://github.com/kubestash/pvc/commit/d95ca55) Prepare for release v0.13.0 (#44) +- [705ca8f](https://github.com/kubestash/pvc/commit/705ca8f) Use debian:12 base image (#43) +- [818c691](https://github.com/kubestash/pvc/commit/818c691) Use debian:12 base image (#42) + + + +## [kubestash/volume-snapshotter](https://github.com/kubestash/volume-snapshotter) + +### [v0.13.0](https://github.com/kubestash/volume-snapshotter/releases/tag/v0.13.0) + +- [3de21473](https://github.com/kubestash/volume-snapshotter/commit/3de21473) Prepare for release v0.13.0 (#37) +- [f1ae4e80](https://github.com/kubestash/volume-snapshotter/commit/f1ae4e80) Use debian:12 base image (#36) +- [c6fe9854](https://github.com/kubestash/volume-snapshotter/commit/c6fe9854) Use debian:12 base image (#35) + + + +## [kubestash/workload](https://github.com/kubestash/workload) + +### [v0.13.0](https://github.com/kubestash/workload/releases/tag/v0.13.0) + +- [eedd660](https://github.com/kubestash/workload/commit/eedd660) Prepare for release v0.13.0 (#54) +- [7112586](https://github.com/kubestash/workload/commit/7112586) Build image for arm64 +- [7b67513](https://github.com/kubestash/workload/commit/7b67513) Use debian:12 base image (#53) +- [d232d23](https://github.com/kubestash/workload/commit/d232d23) Use debian:12 base image (#52) + + + + From 28165ff5a22b5bf6039a448b547e44974cd818ec Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 19:59:08 +0000 Subject: [PATCH 12/13] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/docs_changelog.md | 132 -------------------------- 1 file changed, 132 deletions(-) delete mode 100644 releases/v2024.12.9/docs_changelog.md diff --git a/releases/v2024.12.9/docs_changelog.md b/releases/v2024.12.9/docs_changelog.md deleted file mode 100644 index 6ff1e75..0000000 --- a/releases/v2024.12.9/docs_changelog.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: Changelog | KubeStash -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-kubestash-v2024.12.9 - name: Changelog-v2024.12.9 - parent: welcome - weight: 20241209 -product_name: kubestash -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2024.12.9/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2024.12.9/ ---- - -# KubeStash v2024.12.9 (2024-12-07) - - -## [kubestash/apimachinery](https://github.com/kubestash/apimachinery) - -### [v0.14.0](https://github.com/kubestash/apimachinery/releases/tag/v0.14.0) - -- [3af40bbe](https://github.com/kubestash/apimachinery/commit/3af40bbe) Update crds -- [cb4e834f](https://github.com/kubestash/apimachinery/commit/cb4e834f) Removed InternalAuthIssuerRef from MSSQLServer Manifest Option (#141) -- [212f57bd](https://github.com/kubestash/apimachinery/commit/212f57bd) Add backup verification apis (#116) -- [35b1ce3f](https://github.com/kubestash/apimachinery/commit/35b1ce3f) Add redisSentinel options for manifest backup/restore (#139) -- [50d8c6b6](https://github.com/kubestash/apimachinery/commit/50d8c6b6) Add start and end time for restic stats (#138) -- [54ddea4f](https://github.com/kubestash/apimachinery/commit/54ddea4f) Replace manifest bool values to bool pointer (#137) - - - -## [kubestash/cli](https://github.com/kubestash/cli) - -### [v0.13.0](https://github.com/kubestash/cli/releases/tag/v0.13.0) - -- [0adfa1b](https://github.com/kubestash/cli/commit/0adfa1b) Prepare for release v0.13.0 (#40) - - - -## [kubestash/installer](https://github.com/kubestash/installer) - -### [v2024.12.9](https://github.com/kubestash/installer/releases/tag/v2024.12.9) - -- [851b024](https://github.com/kubestash/installer/commit/851b024) Prepare for release v2024.12.9 (#120) -- [bddf9f9](https://github.com/kubestash/installer/commit/bddf9f9) Check for image architecture (#119) -- [f05d290](https://github.com/kubestash/installer/commit/f05d290) Update cve report (#118) -- [f34bde9](https://github.com/kubestash/installer/commit/f34bde9) Update cve report (#117) -- [00c179a](https://github.com/kubestash/installer/commit/00c179a) Update cve report (#116) -- [967b667](https://github.com/kubestash/installer/commit/967b667) Update cve report (#115) -- [5e47b4d](https://github.com/kubestash/installer/commit/5e47b4d) Update cve report (#114) -- [ba3a88e](https://github.com/kubestash/installer/commit/ba3a88e) Update cve report (#113) -- [2e78681](https://github.com/kubestash/installer/commit/2e78681) Update cve report (#112) -- [2d8e32c](https://github.com/kubestash/installer/commit/2d8e32c) Use kind v0.25.0 (#111) -- [d561f53](https://github.com/kubestash/installer/commit/d561f53) Update cve report (#110) -- [c6433ec](https://github.com/kubestash/installer/commit/c6433ec) Update cve report (#109) -- [b4547b0](https://github.com/kubestash/installer/commit/b4547b0) Update cve report (#108) -- [72ed728](https://github.com/kubestash/installer/commit/72ed728) Update cve report (#107) -- [5661159](https://github.com/kubestash/installer/commit/5661159) Update cve report (#106) -- [64355b1](https://github.com/kubestash/installer/commit/64355b1) Update cve report (#105) -- [ab4dcc3](https://github.com/kubestash/installer/commit/ab4dcc3) Update cve report (#104) -- [db5165b](https://github.com/kubestash/installer/commit/db5165b) Update cve report (#103) -- [2122619](https://github.com/kubestash/installer/commit/2122619) Update cve report (#102) -- [cd4994f](https://github.com/kubestash/installer/commit/cd4994f) Update cve report (#101) -- [c7a1d6d](https://github.com/kubestash/installer/commit/c7a1d6d) Update cve report (#100) -- [c2646da](https://github.com/kubestash/installer/commit/c2646da) Update cve report (#99) -- [a0aef87](https://github.com/kubestash/installer/commit/a0aef87) Update cve report (#98) -- [ffd01eb](https://github.com/kubestash/installer/commit/ffd01eb) Update cve report (#97) -- [2d17996](https://github.com/kubestash/installer/commit/2d17996) Update cve report (#96) -- [6194319](https://github.com/kubestash/installer/commit/6194319) Update cve report (#95) -- [573db73](https://github.com/kubestash/installer/commit/573db73) Update cve report (#94) -- [46b766c](https://github.com/kubestash/installer/commit/46b766c) Update cve report (#93) -- [3fead1b](https://github.com/kubestash/installer/commit/3fead1b) Update cve report (#92) - - - -## [kubestash/kubedump](https://github.com/kubestash/kubedump) - -### [v0.13.0](https://github.com/kubestash/kubedump/releases/tag/v0.13.0) - -- [f303dce](https://github.com/kubestash/kubedump/commit/f303dce) Prepare for release v0.13.0 (#35) -- [ab8c584](https://github.com/kubestash/kubedump/commit/ab8c584) Use debian:12 base image (#34) -- [6f6ad4d](https://github.com/kubestash/kubedump/commit/6f6ad4d) Use debian:12 base image (#33) - - - -## [kubestash/kubestash](https://github.com/kubestash/kubestash) - -### [v0.14.0](https://github.com/kubestash/kubestash/releases/tag/v0.14.0) - -- [f3f9694f](https://github.com/kubestash/kubestash/commit/f3f9694f) Prepare for release v0.14.0 (#266) -- [ae5f187e](https://github.com/kubestash/kubestash/commit/ae5f187e) Add support for templating for exec hook command (#264) -- [5587805a](https://github.com/kubestash/kubestash/commit/5587805a) Resolve DBversion for External Databases (#263) -- [aae7247a](https://github.com/kubestash/kubestash/commit/aae7247a) Add support for backup verification (#234) -- [e74509bd](https://github.com/kubestash/kubestash/commit/e74509bd) Fix upsertPodSpec for ensuring jobs (#261) -- [7ed0d6b9](https://github.com/kubestash/kubestash/commit/7ed0d6b9) Use debian:12 base image (#262) - - - -## [kubestash/pvc](https://github.com/kubestash/pvc) - -### [v0.13.0](https://github.com/kubestash/pvc/releases/tag/v0.13.0) - -- [d95ca55](https://github.com/kubestash/pvc/commit/d95ca55) Prepare for release v0.13.0 (#44) -- [705ca8f](https://github.com/kubestash/pvc/commit/705ca8f) Use debian:12 base image (#43) -- [818c691](https://github.com/kubestash/pvc/commit/818c691) Use debian:12 base image (#42) - - - -## [kubestash/volume-snapshotter](https://github.com/kubestash/volume-snapshotter) - -### [v0.13.0](https://github.com/kubestash/volume-snapshotter/releases/tag/v0.13.0) - -- [3de21473](https://github.com/kubestash/volume-snapshotter/commit/3de21473) Prepare for release v0.13.0 (#37) -- [f1ae4e80](https://github.com/kubestash/volume-snapshotter/commit/f1ae4e80) Use debian:12 base image (#36) -- [c6fe9854](https://github.com/kubestash/volume-snapshotter/commit/c6fe9854) Use debian:12 base image (#35) - - - -## [kubestash/workload](https://github.com/kubestash/workload) - -### [v0.13.0](https://github.com/kubestash/workload/releases/tag/v0.13.0) - -- [eedd660](https://github.com/kubestash/workload/commit/eedd660) Prepare for release v0.13.0 (#54) -- [7112586](https://github.com/kubestash/workload/commit/7112586) Build image for arm64 -- [7b67513](https://github.com/kubestash/workload/commit/7b67513) Use debian:12 base image (#53) -- [d232d23](https://github.com/kubestash/workload/commit/d232d23) Use debian:12 base image (#52) - - - - From 10afad7ddbf1622c246a6751370e06e3a230b820 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 7 Dec 2024 20:01:52 +0000 Subject: [PATCH 13/13] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.12.9/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2024.12.9/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2024.12.9/CHANGELOG.json b/releases/v2024.12.9/CHANGELOG.json index 6ef5711..2c0809e 100644 --- a/releases/v2024.12.9/CHANGELOG.json +++ b/releases/v2024.12.9/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeStash", "release": "v2024.12.9", - "release_date": "2024-12-07T19:49:09.657065273Z", + "release_date": "2024-12-07T20:01:52.918253918Z", "release_project_url": "https://github.com/kubestash/CHANGELOG", "docs_url": "https://kubestash.com/docs/v2024.12.9", "kubernetes_version": "1.25+", @@ -54,6 +54,24 @@ } ] }, + { + "url": "github.com/kubestash/docs", + "releases": [ + { + "tag": "v2024.12.9", + "commits": [ + { + "SHA": "a8e3b5c", + "Subject": "Prepare for release v2024.12.9 (#23)" + }, + { + "SHA": "10d5444", + "Subject": "Use kind v0.25.0 (#22)" + } + ] + } + ] + }, { "url": "github.com/kubestash/installer", "releases": [ diff --git a/releases/v2024.12.9/README.md b/releases/v2024.12.9/README.md index 8320820..efa8166 100644 --- a/releases/v2024.12.9/README.md +++ b/releases/v2024.12.9/README.md @@ -22,6 +22,15 @@ +## [kubestash/docs](https://github.com/kubestash/docs) + +### [v2024.12.9](https://github.com/kubestash/docs/releases/tag/v2024.12.9) + +- [a8e3b5c](https://github.com/kubestash/docs/commit/a8e3b5c) Prepare for release v2024.12.9 (#23) +- [10d5444](https://github.com/kubestash/docs/commit/10d5444) Use kind v0.25.0 (#22) + + + ## [kubestash/installer](https://github.com/kubestash/installer) ### [v2024.12.9](https://github.com/kubestash/installer/releases/tag/v2024.12.9)