RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.35k stars 1.27k forks source link

Dropping Ubuntu 18.04 (Bionic) support #13391

Closed EricCousineau-TRI closed 2 years ago

EricCousineau-TRI commented 4 years ago

From Slack: https://drakedevelopers.slack.com/archives/C2NN588UA/p1590171002083800

Tentative date is ~October 2021~ early 2022. May change.

Marginally relates #13102

jwnimmer-tri commented 3 years ago

The post above lost some of the nuance from the slack thread. My sentiment there was a "no earlier than" date, rather than a target date.

In Drake, my general principle is to support the two most recent stable releases for a given platform (Ubuntu, macOS). For Ubuntu, that means the LTS flavors; e.g., as of today we have 18.04 and 20.04 supported.

Around the time that Ubuntu 22.04 is released in late April 2022, we would want to phase out support for 18.04. A precise timeline hasn't yet been discussed. As we start ramping up 22.04 beta CI, we'd ideally like to keep the CI spend in check, so would like to start winding down 18.04. Whether we drop 18.04 support as of March, April, or May of 2022 is up for discussion.

(All of the above discussion relates to end user support. Certain developer-oriented features such as code coverage, website generation, or ubsan CI might phase out earlier.)

jamiesnape commented 3 years ago

Previous tradition, I think, has been that we mostly just keep release builds going after the six month point before 22.04 lands, and I imagine we will keep producing binaries and Docker images right until the cut-off date. Depends on budget and whether we switch Mac to AWS, of course.

jamiesnape commented 3 years ago

The one difference is that we have "weekly" builds now, so we can keep more tooling or configurations going for longer if we want, or at least for as long as it does not cost too much in developer time (since that dwarfs CI cost).

jwnimmer-tri commented 3 years ago

In January of 2022, we should announce (in our release notes) that Ubuntu 18.04 support is on its way out. This would give our users the traditional 3+ months of notice.

jwnimmer-tri commented 2 years ago

In the v0.37.0 release notes (#16154), I've proposed April 1st, 2022 as the drop date for Bionic.

jwnimmer-tri commented 2 years ago

Also note that in particular, until https://github.com/googlecolab/colabtools/issues/1880 gets resolved, dropping support for Ubuntu 18 also implies dropping support for Google Colab. Hopefully Google can upgrade to Ubuntu 20 within the next few months.

jwnimmer-tri commented 2 years ago

Possibly also worth mentioning directly -- dropping Ubuntu 18 means that our minimum supported Python version will bump up to 3.8 or newer. That means our wheel builds build drop 3.6 and 3.7 as of April. I believe that this is consistent with NEP 29.

jwnimmer-tri commented 2 years ago

Also worth a shout is #16215 -- related to drake-visualizer.

BetsyMcPhail commented 2 years ago

In addition to the outstanding changes in #16931 and #16938, Bionic or 18.04 is still mentioned / used in the following places:

Various packages in tools/workspace:

The following comments:

Note: I haven't looked far into the difficulty of removing Bionic support from anything listed, just that it was beyond a simple one line deletion.

jwnimmer-tri commented 2 years ago

Stable Release instructions in doc/_pages/from_binary.md and doc/_pages/docker.md (to be removed after next release)

The required changes to the stable release documentation have been added to #16939 now.

BetsyMcPhail commented 2 years ago

@svenevs is going to take a look at tools/workspace/...