Drop support for Debian 10/11 #182
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PVC currently supports Debian version 10, 11, and 12. However 10 is reaching end of life (without ELTS) in mid-2024, and thus should be retired. Dropping Debian 11 at the same time is also feasible, leaving Debian 12 with another ~4 years of support as the only supported distribution version. This should be fairly trivial from a code perspective, and would open up several new possibilities for enhancements (e.g. using
pystemd
for systemd integration and cleaning up some legacy code handlers in thepvcworkerd
system).Creating issue for tracking.
Drop support for Debian 10to Drop support for Debian 10/11To avoid compromising un-upgraded installations, the first step should be to disable future code updates to the Debian 10 and 11 repositories, thus ensuring that future versions are not pushed to those repository versions.
Debian 10/11 deprecation is scheduled for version 0.9.100, i.e. 0.9.99 will be the last version that supports Debian 10/11.
Debian 10/11 has been officially deprecated and 0.9.101 and newer are not released for it.