From 2f7a6ce2c5a0d39ca6f847a3f6cc67df2491e526 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Aug 2025 19:55:18 +0000 Subject: [PATCH 1/2] Update website for version 9.0.0-rc1 --- content/download/releases/v9-0-0.md | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/download/releases/v9-0-0.md diff --git a/content/download/releases/v9-0-0.md b/content/download/releases/v9-0-0.md new file mode 100644 index 00000000..6910bb9c --- /dev/null +++ b/content/download/releases/v9-0-0.md @@ -0,0 +1,31 @@ +--- +title: "9.0.0-rc1" +date: 2025-08-14 +extra: + tag: "9.0.0-rc1" + artifact_source: https://download.valkey.io/releases/ + artifact_fname: "valkey" + container_registry: + - + name: "Docker Hub" + link: https://hub.docker.com/r/valkey/valkey/ + id: "valkey/valkey" + tags: + - "9.0" + - "9.0-trixie" + - "9.0-alpine" + - "9.0-alpine3.22" + packages: + + artifacts: + - distro: jammy + arch: + - arm64 + - x86_64 + - distro: noble + arch: + - arm64 + - x86_64 +--- + +Valkey 9.0.0-rc1 Release \ No newline at end of file From 35318c539f4cd17cfdcbb8777289d9d26e214ff8 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Fri, 15 Aug 2025 08:37:23 -0600 Subject: [PATCH 2/2] change filename to denote rc1 (#336) ### Description As per #211, this will make sure that there is a release page for `rc1` distinct from GA and other release candidates. ### Issues Resolved (this doesn't solve 211 - that will need to be fixed in the release automation) ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: Kyle J. Davis --- content/download/releases/{v9-0-0.md => v9-0-0-rc1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/download/releases/{v9-0-0.md => v9-0-0-rc1.md} (100%) diff --git a/content/download/releases/v9-0-0.md b/content/download/releases/v9-0-0-rc1.md similarity index 100% rename from content/download/releases/v9-0-0.md rename to content/download/releases/v9-0-0-rc1.md