[PR #381] [MERGED] chore: adjust OSes support #437

Closed
opened 2026-05-07 00:20:54 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/381
Author: @speed47
Created: 3/23/2023
Status: Merged
Merged: 4/7/2023
Merged by: @speed47

Base: masterHead: OSes


📝 Commits (7)

  • f4ac0d7 chore: push sandbox and tester images from Deb10 to Deb11
  • 701755a chore: bump OpenSUSE Leap tests from 15.3 to 15.4
  • b8759ef chore: remove Debian openssh-blacklist logic
  • 2f61953 chore: add Debian 12 to tests
  • 941f07e chore: remove deprecated UseRoaming option from ssh_config
  • 5d058c8 chore: add RockyLinux 9 support
  • 838b22e fix: tests: race condition after sshd reload

📊 Changes

27 files changed (+187 additions, -336 deletions)

View changed files

📝 .github/workflows/tests.yml (+5 -5)
📝 README.md (+3 -3)
📝 bin/admin/install (+3 -4)
📝 bin/admin/packages-check.sh (+18 -16)
📝 doc/sphinx/installation/basic.rst (+3 -3)
docker/Dockerfile.debian12 (+30 -0)
docker/Dockerfile.rockylinux9 (+27 -0)
📝 docker/Dockerfile.sandbox (+1 -1)
📝 docker/Dockerfile.tester (+1 -1)
etc/pam.d/sshd.debian12 (+91 -0)
📝 etc/ssh/ssh_config.centos7 (+0 -3)
📝 etc/ssh/ssh_config.centos8 (+0 -3)
📝 etc/ssh/ssh_config.centos9 (+0 -3)
📝 etc/ssh/ssh_config.debian10 (+0 -3)
📝 etc/ssh/ssh_config.debian11 (+0 -3)
📝 etc/ssh/ssh_config.debian12 (+0 -3)
etc/ssh/ssh_config.debian7 (+0 -113)
📝 etc/ssh/ssh_config.debian9 (+0 -3)
📝 etc/ssh/ssh_config.default (+0 -3)
📝 etc/ssh/ssh_config.freebsd (+0 -3)

...and 7 more files

📄 Description

Move OpenSUSE 15.3 to 15.4
Remove old unused code from already dropped distro versions
Add preliminary support for Debian 12 (not released yet)
Push sandbox OS version from Debian 10 to Debian 11


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/381 **Author:** [@speed47](https://github.com/speed47) **Created:** 3/23/2023 **Status:** ✅ Merged **Merged:** 4/7/2023 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `OSes` --- ### 📝 Commits (7) - [`f4ac0d7`](https://github.com/ovh/the-bastion/commit/f4ac0d7e01d8b2789d02cd91940bbc9ad283acfe) chore: push sandbox and tester images from Deb10 to Deb11 - [`701755a`](https://github.com/ovh/the-bastion/commit/701755a987141e5810efd40036a70d364493b060) chore: bump OpenSUSE Leap tests from 15.3 to 15.4 - [`b8759ef`](https://github.com/ovh/the-bastion/commit/b8759ef75ee1924509aa52569c60a94e7c3f35f2) chore: remove Debian openssh-blacklist logic - [`2f61953`](https://github.com/ovh/the-bastion/commit/2f61953528e899a1593fa20e71e1196c4d92437e) chore: add Debian 12 to tests - [`941f07e`](https://github.com/ovh/the-bastion/commit/941f07e1b32d8cbd47d74063c5ee098e93233173) chore: remove deprecated UseRoaming option from ssh_config - [`5d058c8`](https://github.com/ovh/the-bastion/commit/5d058c8e50628a801d18ffa6de6f0404c460cb71) chore: add RockyLinux 9 support - [`838b22e`](https://github.com/ovh/the-bastion/commit/838b22e1de95b25f1178107e9511414b4dadc685) fix: tests: race condition after sshd reload ### 📊 Changes **27 files changed** (+187 additions, -336 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+5 -5) 📝 `README.md` (+3 -3) 📝 `bin/admin/install` (+3 -4) 📝 `bin/admin/packages-check.sh` (+18 -16) 📝 `doc/sphinx/installation/basic.rst` (+3 -3) ➕ `docker/Dockerfile.debian12` (+30 -0) ➕ `docker/Dockerfile.rockylinux9` (+27 -0) 📝 `docker/Dockerfile.sandbox` (+1 -1) 📝 `docker/Dockerfile.tester` (+1 -1) ➕ `etc/pam.d/sshd.debian12` (+91 -0) 📝 `etc/ssh/ssh_config.centos7` (+0 -3) 📝 `etc/ssh/ssh_config.centos8` (+0 -3) 📝 `etc/ssh/ssh_config.centos9` (+0 -3) 📝 `etc/ssh/ssh_config.debian10` (+0 -3) 📝 `etc/ssh/ssh_config.debian11` (+0 -3) 📝 `etc/ssh/ssh_config.debian12` (+0 -3) ➖ `etc/ssh/ssh_config.debian7` (+0 -113) 📝 `etc/ssh/ssh_config.debian9` (+0 -3) 📝 `etc/ssh/ssh_config.default` (+0 -3) 📝 `etc/ssh/ssh_config.freebsd` (+0 -3) _...and 7 more files_ </details> ### 📄 Description Move OpenSUSE 15.3 to 15.4 Remove old unused code from already dropped distro versions Add preliminary support for Debian 12 (not released yet) Push sandbox OS version from Debian 10 to Debian 11 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:54 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#437
No description provided.