From 87d122ae728f2a5c580f299b9b813d2bbee2813d Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Wed, 2 Oct 2024 13:45:20 -0600 Subject: [PATCH] addes patch releases for 7.2.7 and 8.0.1 Signed-off-by: Kyle J. Davis --- config.toml | 2 +- content/blog/2024-09-16-valkey-8-ga.md | 2 ++ content/download/releases/v7-2-7.md | 38 ++++++++++++++++++++++++++ content/download/releases/v8-0-1.md | 32 ++++++++++++++++++++++ templates/release-section.html | 2 +- 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 content/download/releases/v7-2-7.md create mode 100644 content/download/releases/v8-0-1.md diff --git a/config.toml b/config.toml index 9c1bd50..ced7630 100644 --- a/config.toml +++ b/config.toml @@ -62,4 +62,4 @@ publish_hold = [ "/topics/rdd/" ] -banner = "Valkey 8.0.0 is faster, more efficient, and more reliable. [Read more](https://valkey.io/blog/valkey-8-ga/) or get [Valkey 8.0.0](/download/releases/v8-0-0/) today!" +banner = "Valkey 8.0 is faster, more efficient, and more reliable. [Read more](/blog/valkey-8-ga/) or get [Valkey 8.0](/download/releases/v8-0-1/) today!" diff --git a/content/blog/2024-09-16-valkey-8-ga.md b/content/blog/2024-09-16-valkey-8-ga.md index 019c4d7..eb3dab7 100644 --- a/content/blog/2024-09-16-valkey-8-ga.md +++ b/content/blog/2024-09-16-valkey-8-ga.md @@ -24,3 +24,5 @@ Valkey 8.0.0 has gone through multiple rounds of release candidates, testing, an The Technical Steering Committee considers it ready for production usage. You can [build from source](https://github.com/valkey-io/valkey/tree/8.0.0), start [installing the binaries, or deploy the containers](/download/) today. Expect package managers to pick up the latest version in the coming days. + +**Note:** [Valkey 8.0.1](https://github.com/valkey-io/valkey/tree/8.0.1) was released on October 2, read the release notes on [GitHub](https://github.com/valkey-io/valkey/blob/8.0.1/00-RELEASENOTES). \ No newline at end of file diff --git a/content/download/releases/v7-2-7.md b/content/download/releases/v7-2-7.md new file mode 100644 index 0000000..ba5e6b0 --- /dev/null +++ b/content/download/releases/v7-2-7.md @@ -0,0 +1,38 @@ +--- +title: "7.2.7" +date: 2024-10-02 01:01:01 + +extra: + tag: "7.2.7" + 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: + - "7.2.7" + - "7.2.7-bookworm" + - "7.2.7-alpine" + - "7.2.7-alpine3.20" + packages: + - + url: https://packages.fedoraproject.org/pkgs/valkey/valkey/ + name: Fedora + id: 'valkey' + - + name: EPEL + id: 'valkey' + artifacts: + - distro: bionic + arch: + - arm64 + - x86_64 + - distro: focal + arch: + - arm64 + - x86_64 +--- + +Valkey 7.2.7 Release diff --git a/content/download/releases/v8-0-1.md b/content/download/releases/v8-0-1.md new file mode 100644 index 0000000..2041c68 --- /dev/null +++ b/content/download/releases/v8-0-1.md @@ -0,0 +1,32 @@ +--- +title: "8.0.1" +date: 2024-10-02 01:01:02 + +extra: + tag: "8.0.1" + 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: + - "8.0.1" + - "8.0.1-bookworm" + - "8.0.1-alpine" + - "8.0.1-alpine3.20" + packages: + + artifacts: + - distro: bionic + arch: + - arm64 + - x86_64 + - distro: focal + arch: + - arm64 + - x86_64 +--- + +Valkey 8.0.1 Release diff --git a/templates/release-section.html b/templates/release-section.html index efe85e7..763614c 100644 --- a/templates/release-section.html +++ b/templates/release-section.html @@ -28,7 +28,7 @@

{{ line }}.x.x

{% set major = split_ver | nth(n= 0) %} {% if major == line %} -
  • {{ release.extra.tag }} (Released {{ release.date }})
  • +
  • {{ release.extra.tag }} (Released {{ release.date | date(format="%Y-%m-%d") }})
  • {% endif %} {% endfor %}