Skip to content

Commit 44c297c

Browse files
committed
version bump to v1.5.2
1 parent feb63fc commit 44c297c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

lib/rake_compiler_dock/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RakeCompilerDock
2-
VERSION = "1.5.1"
3-
IMAGE_VERSION = "1.5.1"
2+
VERSION = "1.5.2"
3+
IMAGE_VERSION = "1.5.2"
44
end

0 commit comments

Comments
 (0)