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

Add support for Ubuntu 24.04 #244

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Add support for Ubuntu 24.04 #244

merged 3 commits into from
Jul 22, 2024

Conversation

javierm
Copy link
Member

@javierm javierm commented Jul 3, 2024

Objectives

  • Point out that we now officially support installing Consul Democracy on the latest Ubuntu LTS version

Notes

We haven't had to change anything in the installer; we've only had to change the github actions workflow.

We don't need pip since commit b59bfae.
We were having problems with the python-setup action when trying to use
Ubuntu 24.04 because it uses Python 3.12 instead of Python 3.8 and
because the way to install ansible with pip has changed over the years.

So we're now installing ansible with apt, just like we do in Debian
workflows. This will also install the python3 package if it isn't
already installed.
@javierm javierm merged commit 77026cf into master Jul 22, 2024
10 checks passed
@javierm javierm deleted the ubuntu24.04 branch July 22, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release 2.2.1
Development

Successfully merging this pull request may close these issues.

2 participants