Skip to content

Commit

Permalink
Merge pull request #48 from valkey-io/main
Browse files Browse the repository at this point in the history
Move 7.2.5 release to prod
  • Loading branch information
stockholmux authored Apr 16, 2024
2 parents a1b532c + 5f1ca11 commit eed9883
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 24 deletions.
9 changes: 8 additions & 1 deletion _includes/release.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<strong>Release Date:</strong> {{include.content.date | date: "%a, %b %d, %Y"}}<br/>
<strong>Release Date:</strong> {{include.content.date | date: "%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 />
<hr />
{% for registry in include.content.container_registry %}
Expand Down Expand Up @@ -27,3 +27,10 @@ <h3>{{package_manager.name}}:</h3>
{% endif %}
{% endfor %}
{% endif %}
<!-- <h2>Binary Artifacts</h2> -->
{% for artifact in include.content.artifacts %}
{% for arch in artifact.arch %}
{% capture fname %}{{include.content.artifact_source}}{{include.content.artifact_fname}}-{{include.content.tag}}-{{artifact.distro}}-{{arch}}.tar.gz{% endcapture %}
<a href="{{fname}}">{{arch}} / {{artifact.distro}}</a> <small>(<a href="{{fname}}.sha256">sha256</a>)</small><br />
{% endfor %}
{% endfor %}
23 changes: 0 additions & 23 deletions _releases/v7-2-4-rc1.markdown

This file was deleted.

36 changes: 36 additions & 0 deletions _releases/v7-2-5.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: "7.2.5"
date: 2024-04-15
tag: "7.2.5"
artifact_source: https://d307a34p6mmcbn.cloudfront.net/releases/
artifact_fname: "valkey"
container_registry:
-
name: "Docker Hub"
link: https://hub.docker.com/r/valkey/valkey/
id: "valkey/valkey"
tags:
- "7.2.5"
- "7.2.5-bookworm"
- "7.2.5-alpine"
- "7.2.5-alpine3.19"
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


---

0 comments on commit eed9883

Please sign in to comment.