-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Packaging] Drop support for Ubuntu 18.04 #33800
Comments
🎉 🥳 🚀 |
We need to keep Debian buster support: #34020 (comment) Debian buster ships CMake 3.13 but backport repository ships CMake 3.18: https://packages.debian.org/search?keywords=cmake |
### Rationale for this change Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases > Version | Code name | Docs | Release | End of Standard Support | End of Life > -- | -- | -- | -- | -- | -- > Ubuntu 18.04.6 LTS | Bionic Beaver | Changes | September 17.2021 | April 2023 | April 2028 ### What changes are included in this PR? Remove Ubuntu 18.04 related things. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #33800 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
### Rationale for this change Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases > Version | Code name | Docs | Release | End of Standard Support | End of Life > -- | -- | -- | -- | -- | -- > Ubuntu 18.04.6 LTS | Bionic Beaver | Changes | September 17.2021 | April 2023 | April 2028 ### What changes are included in this PR? Remove Ubuntu 18.04 related things. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#33800 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
### Rationale for this change Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases > Version | Code name | Docs | Release | End of Standard Support | End of Life > -- | -- | -- | -- | -- | -- > Ubuntu 18.04.6 LTS | Bionic Beaver | Changes | September 17.2021 | April 2023 | April 2028 ### What changes are included in this PR? Remove Ubuntu 18.04 related things. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#33800 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Hi, the install page still lists as 18.04 as supported. The release notes for 12 also don't mention the dropping of support for bionic. You have to read through the entire change log to figure that out. Sorry if this wasn't the appropriate place for docs issues. |
@dpsi thanks for the report, this should indeed be mentioned in the blog post |
Describe the enhancement requested
Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases
We'll release 12.0.0 on 2023-04 so 12.0.0 doesn't need Ubuntu 18.04 support. We can drop support for Ubuntu 18.04 support now because the maintenance branch for 11.0.0 is already created.
FYI: We can require CMake 3.16 or later after we drop support for Ubuntu 18.04 because Ubuntu 20.04 ships CMake 3.16 and EPEL for CentOS 7 ships CMake 3.17.
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: