-
-
Notifications
You must be signed in to change notification settings - Fork 607
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
Ubuntu 20.04 support #1197
Ubuntu 20.04 support #1197
Conversation
dec94e2
to
1cdc05c
Compare
any updates on the status of this PR? i'm going to being a new deployment over the next few weeks and was hoping to have |
It's getting close since I've merged almost all parts of it separately already. You could even make the change in #1212 manually (or just override that variable in group_vars) and using 20.04 should work 😄 |
b3f3653
to
57cca12
Compare
That's great, I want to install Trellis onto a new server which got Ubuntu LTS 20.x. So, apparently all the related PRs have been already merged into master. |
@strarsis yeah, I'll do it by this weekend 😓 |
I released v1.6.0 without changing the default 20.04 first: https://github.com/roots/trellis/releases/tag/1.6.0 1.7.0 will just be to make 20.04 the default version for Vagrant at least. |
Officially support and recommend Ubuntu 20.04 Focal. The only tangible change is bumping the Vagrant box from 18.04 to 20.04. Trellis has been made compatible with 20.04 already.
57cca12
to
6bfb56f
Compare
The good news is that Trellis didn't require many updates to support Ubuntu 20.04 (Focal). The main work was getting compatible releases of MariaDB and Nginx which was done in #1212 and #1208.
This PR itself just defaults the Vagrant image to 20.04 and updates our warning for supported Ubuntu versions.
Note: if you want to continue to use 18.04 locally with Vagrant, you can override the
vagrant_box
andvagrant_box_version
options in yourvagrant.local.yml
config file.