-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com> (cherry picked from commit 7ec8323)
- Loading branch information
1 parent
614dd08
commit 30aa762
Showing
5 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<strong>Release Date:</strong> {{include.content.date | date: "%a, %b %d, %Y"}}<br/> | ||
<strong>GitHub Release:</strong> <a href="https://github.com/valkey-io/valkey/releases/tag/{{include.content.tag}}">{{include.content.tag}}</a><br /> | ||
<strong>Docker Tags:</strong> | ||
<ul> | ||
{% for tag in include.content.container.tags %} | ||
<li><code>{{ tag }}</code></li> | ||
{% endfor %} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
{% capture primary_title %}Release: <strong>{{page.name}}</strong>{% endcapture %} | ||
{% assign this_release = page %} | ||
{% include page_title.html %} | ||
|
||
|
||
|
||
<div class="width-limiter"> | ||
<main class="container"> | ||
{% include release.html content=this_release %} | ||
</main> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "7.2.4-rc1" | ||
date: 2024-04-09 | ||
tag: "7.2.4-rc1" | ||
container: | ||
tags: | ||
- "7.2.4-rc1" | ||
- "7.2.4-rc1-bookworm" | ||
- "7.2.4-rc1-alpine" | ||
- "7.2.4-rc1-alpine3.19" | ||
|
||
--- | ||
|
||
Hello world! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters