Skip to content

Commit 58c29c9

Browse files
committed
chg: officially support Debian 12, drop Debian 9
1 parent bd82ee4 commit 58c29c9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Also don't forget to customize your `bastion.conf` file, which can be found in `
7272

7373
Linux distros below are tested with each release, but as this is a security product, you are **warmly** advised to run it on the latest up-to-date stable version of your favorite OS:
7474

75-
- Debian 11 (Bullseye), 10 (Buster), 9 (Stretch)
75+
- Debian 12 (Bookworm), 11 (Bullseye), 10 (Buster)
7676
- CentOS 7.x
7777
- RockyLinux 8.x, 9.x
7878
- Ubuntu LTS 22.04, 20.04, 18.04, 16.04

doc/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- feat: add 2 configurable knobs to ``(self|account)AddPersonalAccess``
33
- feat: add dryrun in ``access_modify()`` and widest prefix precondition check
44
- feat: plugins: add loadConfig parameter & config validator support
5-
- chg: remove Debian 9 tests and dockerfile
5+
- chg: drop support for Debian 9, add support for Debian 12
66
- fix: ``accountList``: crash in some cases
77
- fix: add missing autocompletions, readonly flags and help category for some plugins
88
- fix: update undocumented ``rename-group.sh`` script

doc/sphinx/installation/basic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ some of the below steps will be done by Puppet. Hence, you might want to only co
3232
The following Linux distros are tested with each release, but as this is a security product,
3333
you are *warmly* advised to run it on the latest up-to-date stable version of your favorite OS:
3434

35-
- Debian 11 (Bullseye), 10 (Buster), 9 (Stretch)
35+
- Debian 12 (Bookworm), 11 (Bullseye), 10 (Buster)
3636
- CentOS 7.x
3737
- RockyLinux 8.x, 9.x
3838
- Ubuntu LTS 22.04, 20.04, 18.04, 16.04

doc/sphinx/installation/upgrading.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ Version-specific upgrade instructions
3030
v3.12.00 - 2023/06/27
3131
*********************
3232

33-
No specific upgrade instructions.
33+
Support for Debian 9 has been dropped. This doesn't mean that the code will suddenly stop working under this version,
34+
but that tests no longer include this OS. Please consider upgrading to a more recent OS, as ensuring the underlying
35+
OS is up to date and still supported is paramount to the security of The Bastion (or any other software).
36+
37+
Support of Debian "Bookworm" 12 is now official, as this is now Debian stable.
3438

3539
v3.11.02 - 2023/04/18
3640
*********************

0 commit comments

Comments
 (0)