Skip to content

Commit edeb135

Browse files
committed
Drop support for Debian 10 buster
Signed-off-by: Norman Ziegner <[email protected]>
1 parent 9aeee30 commit edeb135

File tree

12 files changed

+2
-14
lines changed

12 files changed

+2
-14
lines changed

.github/workflows/gitlab_runner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4747
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4848
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
49-
- "ghcr.io/hifis-net/debian-systemd:10"
5049
- "ghcr.io/hifis-net/debian-systemd:11"
5150
- "ghcr.io/hifis-net/debian-systemd:12"
5251

.github/workflows/haproxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4444
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4545
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
46-
- "ghcr.io/hifis-net/debian-systemd:10"
4746
- "ghcr.io/hifis-net/debian-systemd:11"
4847
- "ghcr.io/hifis-net/debian-systemd:12"
4948

.github/workflows/ssh_keys.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4646
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4747
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
48-
- "ghcr.io/hifis-net/debian-systemd:10"
4948
- "ghcr.io/hifis-net/debian-systemd:11"
5049
- "ghcr.io/hifis-net/debian-systemd:12"
5150

.github/workflows/unattended_upgrades.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4646
- "ghcr.io/hifis-net/debian-systemd:12"
4747
- "ghcr.io/hifis-net/debian-systemd:11"
48-
- "ghcr.io/hifis-net/debian-systemd:10"
4948

5049
steps:
5150
- name: "Check out the codebase."

roles/gitlab_runner/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Currently [supported platforms](meta/main.yml) are:
1616
- Ubuntu 20.04 LTS
1717
- Ubuntu 22.04 LTS
1818
- Ubuntu 24.04 LTS
19-
- Debian Buster
2019
- Debian Bullseye
2120
- Debian Bookworm
2221

roles/gitlab_runner/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ galaxy_info:
2121
- "noble"
2222
- name: "Debian"
2323
versions:
24-
- "buster"
2524
- "bullseye"
2625
- "bookworm"
2726

roles/haproxy/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ Currently [supported platforms](meta/main.yml) are:
1717
- Ubuntu 24.04 LTS
1818
- Ubuntu 22.04 LTS
1919
- Ubuntu 20.04 LTS
20-
- Debian 10 (Buster)
2120
- Debian 11 (Bullseye)
2221
- Debian 12 (Bookworm)
2322

2423
This role is tested against the four latest LTS versions of HAProxy.
2524
Currently, this results in official support for the HAProxy release series:
2625

27-
- `3.0` (not supported on Debian 10 and Ubuntu 20.04)
28-
- `2.8` (not supported on Debian 10 and Ubuntu 24.04)
26+
- `3.0` (not supported on Ubuntu 20.04)
27+
- `2.8` (not supported on Ubuntu 24.04)
2928
- `2.6` (not supported on Ubuntu 24.04)
3029
- `2.4` (not supported on Debian 12 and Ubuntu 24.04)
3130

roles/haproxy/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ galaxy_info:
2424
- "noble"
2525
- name: "Debian"
2626
versions:
27-
- "buster"
2827
- "bullseye"
2928
- "bookworm"
3029

roles/ssh_keys/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Currently [supported platforms](meta/main.yml) are:
1818
- Ubuntu 20.04 LTS
1919
- Ubuntu 22.04 LTS
2020
- Ubuntu 24.04 LTS
21-
- Debian 10 Buster
2221
- Debian 11 Bullseye
2322
- Debian 12 Bookworm
2423

roles/ssh_keys/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ galaxy_info:
2727
- "noble"
2828
- name: "Debian"
2929
versions:
30-
- "buster"
3130
- "bullseye"
3231
- "bookworm"
3332

0 commit comments

Comments
 (0)