Skip to content

Commit ddf4e6d

Browse files
committed
TUN-9542: Remove unsupported Debian-based releases
## Summary This commit removes configurations and references for Debian-based releases that are no longer supported in the build and packaging processes. For Ubuntu versions for most of them only PRO users still have support, so we might decide remove some of them as well. Information available in: - Debian Releases: https://wiki.debian.org/LTS (we no longer support bullseye at Cloudflare) - Ubuntu Releases: https://ubuntu.com/about/release-cycle Closes TUN-9542
1 parent 8e7955a commit ddf4e6d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2025.7.1
2+
### Notices
3+
- `cloudflared` will no longer officially support Debian and Ubuntu distros that reached end-of-life: `buster`, `bullseye`, `impish`, `trusty`.
4+
15
## 2025.1.1
26
### New Features
37
- This release introduces the use of new Post Quantum curves and the ability to use Post Quantum curves when running tunnels with the QUIC protocol this applies to non-FIPS and FIPS builds.

cfsetup.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pinned_go: &pinned_go go-boring=1.24.4-1
33
build_dir: &build_dir /cfsetup_build
44
default-flavor: bookworm
55

6-
bullseye: &bullseye
6+
bookworm: &bookworm
77
build-linux:
88
build_dir: *build_dir
99
builddeps: &build_deps
@@ -253,5 +253,4 @@ bullseye: &bullseye
253253
- pip install pynacl==1.4.0 pygithub==1.55 boto3==1.22.9 python-gnupg==0.4.9
254254
- make r2-linux-release
255255

256-
bookworm: *bullseye
257-
trixie: *bullseye
256+
trixie: *bookworm

release_pkgs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ def parse_args():
346346
)
347347

348348
parser.add_argument(
349-
"--deb-based-releases", default=["any", "bookworm", "bullseye", "buster", "noble", "jammy", "impish", "focal", "bionic",
350-
"xenial", "trusty"],
349+
"--deb-based-releases", default=["any", "bookworm", "noble", "jammy", "focal", "bionic", "xenial"],
351350
help="list of debian based releases that need to be packaged for"
352351
)
353352

0 commit comments

Comments
 (0)