From 0a0f9177e2c475cd8bbc6c5e27eeb3e49c4b5c3f Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 16 Apr 2024 11:00:44 -0700 Subject: [PATCH 1/3] Adds blog post about 7.2.5 release Signed-off-by: Kyle J. Davis --- _includes/release.html | 2 +- _posts/2024-04-15-valkey-7-2-5-out.markdown | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 _posts/2024-04-15-valkey-7-2-5-out.markdown diff --git a/_includes/release.html b/_includes/release.html index 1960a8d..aefed88 100644 --- a/_includes/release.html +++ b/_includes/release.html @@ -1,4 +1,4 @@ -Release Date: {{include.content.date | date: "%b %d, %Y"}}
+Release Date: {{include.content.date | date: "git %b %d, %Y"}}
GitHub Release: {{include.content.tag}}

{% for registry in include.content.container_registry %} diff --git a/_posts/2024-04-15-valkey-7-2-5-out.markdown b/_posts/2024-04-15-valkey-7-2-5-out.markdown new file mode 100644 index 0000000..1dddee8 --- /dev/null +++ b/_posts/2024-04-15-valkey-7-2-5-out.markdown @@ -0,0 +1,19 @@ +--- +layout: post +title: "Valkey 7.2.5 GA is out!" +authors: + - kyledvs +date: 2024-04-15 01:01:01 -0700 +categories: update +--- + +Exciting times! + +I'm pleased to announce that you can start using the first generally available, stable Valkey release today. +Check out the [release page for 7.2.5](http://localhost:4000/download/releases/v7-2-5). + +This release maintains the same protocol, API, return values, and data file formats with the last open source release of Redis (7.2.4). + +You can [build it from source](https://github.com/valkey-io/valkey/releases/tag/7.2.5) or [pull it from Valkey’s official Docker Hub](https://hub.docker.com/r/valkey/valkey/). +Valkey’s release candidates are available in Fedora and EPEL and the new release will be available once the community updates the packages. + From f225805ee66ee4304c60b362611a409b8252e3df Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 16 Apr 2024 11:35:43 -0700 Subject: [PATCH 2/3] fix localhost absolute url Signed-off-by: Kyle J. Davis --- ...5-out.markdown => 2024-04-16-valkey-7-2-5-out.markdown} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename _posts/{2024-04-15-valkey-7-2-5-out.markdown => 2024-04-16-valkey-7-2-5-out.markdown} (83%) diff --git a/_posts/2024-04-15-valkey-7-2-5-out.markdown b/_posts/2024-04-16-valkey-7-2-5-out.markdown similarity index 83% rename from _posts/2024-04-15-valkey-7-2-5-out.markdown rename to _posts/2024-04-16-valkey-7-2-5-out.markdown index 1dddee8..6435037 100644 --- a/_posts/2024-04-15-valkey-7-2-5-out.markdown +++ b/_posts/2024-04-16-valkey-7-2-5-out.markdown @@ -3,17 +3,16 @@ layout: post title: "Valkey 7.2.5 GA is out!" authors: - kyledvs -date: 2024-04-15 01:01:01 -0700 +date: 2024-04-16 01:01:01 -0700 categories: update --- Exciting times! I'm pleased to announce that you can start using the first generally available, stable Valkey release today. -Check out the [release page for 7.2.5](http://localhost:4000/download/releases/v7-2-5). +Check out the [release page for 7.2.5](/download/releases/v7-2-5). This release maintains the same protocol, API, return values, and data file formats with the last open source release of Redis (7.2.4). You can [build it from source](https://github.com/valkey-io/valkey/releases/tag/7.2.5) or [pull it from Valkey’s official Docker Hub](https://hub.docker.com/r/valkey/valkey/). -Valkey’s release candidates are available in Fedora and EPEL and the new release will be available once the community updates the packages. - +Valkey’s release candidates are available in Fedora and EPEL and the new release will be available once the community updates the packages. \ No newline at end of file From 382071bb0c2ddbc5a64440d0912472ae82da3d8f Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Tue, 16 Apr 2024 11:41:23 -0700 Subject: [PATCH 3/3] fix 'git' being included unintentionally --- _includes/release.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/release.html b/_includes/release.html index aefed88..1960a8d 100644 --- a/_includes/release.html +++ b/_includes/release.html @@ -1,4 +1,4 @@ -Release Date: {{include.content.date | date: "git %b %d, %Y"}}
+Release Date: {{include.content.date | date: "%b %d, %Y"}}
GitHub Release: {{include.content.tag}}

{% for registry in include.content.container_registry %}