feat: Officialize Debian 12 support (#206)

* feat: Officialize Debian 12 support

Functional tests now pass
CIS Benchmark PDF for Debian 12 is not out yet, but the hardening points checked
are still relevant in Debian 12.
OVHcloud is now using it in critical production, hence making it officially supported

---------

Co-authored-by: ThibaultDewailly <ThibaultDewailly@users.noreply.github.com>
This commit is contained in:
GoldenKiwi
2023-09-29 16:20:34 +02:00
committed by GitHub
parent 08aff5d3fc
commit 2e53dfb573
4 changed files with 6 additions and 6 deletions

View File

@ -59,4 +59,4 @@ get_debian_major_version
# shellcheck disable=SC2034
SMALLEST_SUPPORTED_DEBIAN_VERSION=10
# shellcheck disable=SC2034
HIGHEST_SUPPORTED_DEBIAN_VERSION=11
HIGHEST_SUPPORTED_DEBIAN_VERSION=12