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

Remove Debian 10 from Test Matrix #19

Merged
merged 4 commits into from
Nov 4, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [centos9, debian10, debian11, debian12, ubuntu2004, ubuntu2204, ubuntu2404]
distro: [centos9, debian11, debian12, ubuntu2004, ubuntu2204, ubuntu2404]
experimental: [false]
molecule_scenario: ["-s default", "-s step_ssh"]
uses: ./.github/workflows/test.yml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Breaking Changes / Porting Guide
--------------------------------

- Remove testing support for CentOS 8 due to EOL.
- Remove testing support for Debian 10 due to EOL.

Bugfixes
--------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ ansible-galaxy collection install trfore.smallstep

## Tested Platforms

- `ansible-core` 2.14, 2.15 & 2.16
- CentOS Stream 8 & 9
- Debian 10, 11 & 12
- `ansible-core` 2.15, 2.16 & 2.17
- CentOS Stream 9
- Debian 11 & 12
- Ubuntu 20.04, 22.04 & 24.04

## Example Playbook
Expand Down
1 change: 1 addition & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ releases:
changes:
breaking_changes:
- Remove testing support for CentOS 8 due to EOL.
- Remove testing support for Debian 10 due to EOL.
bugfixes:
- Pulling the latest smallstep CLI package, due to the GitHub tag not aligning
with the package name.
Expand Down
1 change: 1 addition & 0 deletions changelogs/fragments/release_v1.2.0.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
release_summary: Fix installing Smallstep CLI > 0.27.2, add testing for Ansible 2.17, and remove testing/support for CentOS 8
breaking_changes:
- Remove testing support for CentOS 8 due to EOL.
- Remove testing support for Debian 10 due to EOL.
bugfixes:
- Pulling the latest smallstep CLI package, due to the GitHub tag not aligning with the package name.
trivial:
Expand Down
2 changes: 1 addition & 1 deletion roles/step_ca/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion roles/step_ca_cert/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion roles/step_cert/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion roles/step_cli/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion roles/step_provisioner/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion roles/step_ssh/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms:
- name: Debian
versions: [buster, bullseye, bookworm]
versions: [bullseye, bookworm]
- name: EL
versions: ["9"]
- name: Ubuntu
Expand Down