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 Ubuntu 24 to tested/supported versions #207

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:

strategy:
matrix:
# Remove debian10 until dependency gets re-added.
# https://github.com/dokku/docker-container-healthchecker/issues/129
distro: [ubuntu2004, ubuntu2204, debian11, debian12]
distro: [ubuntu2004, ubuntu2204, ubuntu2404, debian11, debian12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: flake8

- repo: https://github.com/ansible/ansible-lint
rev: v24.2.0
rev: v24.9.2
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ Minimum Ansible Version: 2.2

Supported Platforms

- Ubuntu: xenial
- Ubuntu: yakkety
- Ubuntu: zesty
- Ubuntu: artful
- Ubuntu: bionic
- Ubuntu: noble
- Ubuntu: jammy
- Ubuntu: focal
- Debian: stretch
- Debian: buster
- Debian: bookworm
- Debian: bullseye

## Dependencies
Expand Down
10 changes: 3 additions & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- xenial
- yakkety
- zesty
- artful
- bionic
- noble
- jammy
- focal
- name: Debian
versions:
- stretch
- buster
- bookworm
- bullseye
galaxy_tags:
- networking
Expand Down