Skip to content

Create release for 3.2.8 #3530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,29 @@

# 3.2 series

- version: 3.2.8
date: '2025-03-26'
post: "/en/news/2025/03/26/ruby-3-2-8-released/"
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.tar.gz
xz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.tar.xz
zip: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.zip
size:
gz: 20549999
xz: 15130380
zip: 25134315
sha1:
gz: 419ecff4a0f8e805ddb1314344ffad33afde91d8
xz: 570b529a10784fc16bb0339e6d37408adf9cd31d
zip: c80bf2e90b3bbfbedc9c8b65d401ce4bd0ed4263
sha256:
gz: 77acdd8cfbbe1f8e573b5e6536e03c5103df989dc05fa68c70f011833c356075
xz: 1cccd3100155275293ae5d4ea0a1a1068f5de69e71732220f144acce26327a3c
zip: c8ca517937c05e03ae52c41dad16ccf12ffae323365e73f3720142421f3aa2c7
sha512:
gz: 342d9ce337936cdbaa5d63a4d393edf0594e431add8cec3b6f17b884075bfdc5aa7a843c03f4ee3bece01700dfa4707bba653715a628d9dcb230762dbd3e5ac8
xz: 19ff96619945d907e509803b85ecf21750ffa4ae033045272feb43c183ab180d0033b98cf47c18804e448f01bc1928e3b833c61c98446dbe6be31fb9ea6b059d
zip: e248bc2a37b32edca0508df3016ac933089170deba6eec5479d8fb45a3d022c4c9532de2b5486863d30233bd276b14335e8d5ee97c371746b26d64f4864e80d3
- version: 3.2.7
date: 2025-02-04
post: /en/news/2025/02/04/ruby-3-2-7-released/
Expand Down
46 changes: 46 additions & 0 deletions en/news/_posts/2025-03-26-ruby-3-2-8-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: news_post
title: "Ruby 3.2.8 Released"
author: hsbt
translator:
date: 2025-03-26 04:45:01 +0000
lang: en
---

Ruby 3.2.8 has been released. This release includes [CVE-2025-27219, CVE-2025-27220 and CVE-2025-27221 fixes](https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/).

Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_8) for further details.

This version is a last version of normal maintenance for Ruby 3.2 series. We will fix only security issues for Ruby 3.2 series until end of March 2026.

Please consider upgrading to Ruby 3.3 or 3.4 series.

## Download

{% assign release = site.data.releases | where: "version", "3.2.8" | first %}

* <{{ release.url.gz }}>

SIZE: {{ release.size.gz }}
SHA1: {{ release.sha1.gz }}
SHA256: {{ release.sha256.gz }}
SHA512: {{ release.sha512.gz }}

* <{{ release.url.xz }}>

SIZE: {{ release.size.xz }}
SHA1: {{ release.sha1.xz }}
SHA256: {{ release.sha256.xz }}
SHA512: {{ release.sha512.xz }}

* <{{ release.url.zip }}>

SIZE: {{ release.size.zip }}
SHA1: {{ release.sha1.zip }}
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment

Many committers, developers, and users who provided bug reports helped us make this release.
Thanks for their contributions.