Skip to content
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

Closed
kou opened this issue Jan 20, 2023 · 4 comments · Fixed by #34020
Closed

[Packaging] Drop support for Ubuntu 18.04 #33800

kou opened this issue Jan 20, 2023 · 4 comments · Fixed by #34020

Comments

@kou
Copy link
Member

kou commented Jan 20, 2023

Describe the enhancement requested

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

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

@assignUser
Copy link
Member

We can require CMake 3.16

🎉 🥳 🚀

@kou
Copy link
Member Author

kou commented Feb 6, 2023

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

kou added a commit to kou/arrow that referenced this issue Mar 22, 2023
kou added a commit that referenced this issue Mar 27, 2023
### 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>
@kou kou added this to the 12.0.0 milestone Mar 27, 2023
rtpsw pushed a commit to rtpsw/arrow that referenced this issue Mar 27, 2023
### 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>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
### 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>
@dpsi
Copy link

dpsi commented May 16, 2023

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.

@assignUser
Copy link
Member

@dpsi thanks for the report, this should indeed be mentioned in the blog post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants