File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# ` rake-compiler/rake-compiler-dock ` Changelog
22
3+ ## 1.5.2 / 2024-07-30
4+
5+ With CentOS 7 becoming EOL as of 2024-06-30, ` yum ` will no longer work in the ` x86_64-linux-gnu ` and
6+ ` x86-linux-gnu ` images shipped with v1.5.1 and earlier.
7+
8+ In this release, we've updated the ` manylinux2014 ` base image for the ` x86_64-linux-gnu ` and
9+ ` x86-linux-gnu ` images to point at a version patched by ` pypa ` to use valid yum mirrors. See
10+ https://github.com/pypa/manylinux/pull/1628 for more information.
11+
12+
313## 1.5.1 / 2024-06-03
414
515### Improvements
Original file line number Diff line number Diff line change 11module RakeCompilerDock
2- VERSION = "1.5.1 "
3- IMAGE_VERSION = "1.5.1 "
2+ VERSION = "1.5.2 "
3+ IMAGE_VERSION = "1.5.2 "
44end
You can’t perform that action at this time.
0 commit comments