Skip to content

Commit

Permalink
Merge pull request #147 from valkey-io/main
Browse files Browse the repository at this point in the history
move to prod: Patch release 7.2.7 and 8.0.1
  • Loading branch information
stockholmux authored Oct 2, 2024
2 parents 24a4937 + e7b4a44 commit 9de83d4
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
2 changes: 2 additions & 0 deletions content/blog/2024-09-16-valkey-8-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
38 changes: 38 additions & 0 deletions content/download/releases/v7-2-7.md
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions content/download/releases/v8-0-1.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion templates/release-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>{{ line }}.x.x</h2>
{% set major = split_ver | nth(n= 0) %}

{% if major == line %}
<li><a href="{{ release.permalink }}"> {{ release.extra.tag }}</a> <small>(Released {{ release.date }})</small></li>
<li><a href="{{ release.permalink }}"> {{ release.extra.tag }}</a> <small>(Released {{ release.date | date(format="%Y-%m-%d") }})</small></li>
{% endif %}
{% endfor %}
</ul>
Expand Down

0 comments on commit 9de83d4

Please sign in to comment.