[PR #270] [MERGED] feat: add new OSes and deprecate old ones #360

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/270
Author: @speed47
Created: 12/20/2021
Status: Merged
Merged: 12/21/2021
Merged by: @speed47

Base: masterHead: distrosupport


📝 Commits (1)

  • c123733 feat: add new OSes and deprecate old ones

📊 Changes

15 files changed (+84 additions, -47 deletions)

View changed files

📝 .github/workflows/tests.yml (+2 -2)
📝 README.md (+5 -4)
📝 bin/admin/check-ssh-hardening.pl (+1 -2)
📝 bin/admin/install (+4 -1)
📝 bin/admin/packages-check.sh (+8 -4)
📝 doc/sphinx/installation/basic.rst (+7 -9)
📝 docker/Dockerfile.centos7 (+0 -1)
📝 docker/Dockerfile.centos8 (+0 -1)
docker/Dockerfile.rockylinux8 (+27 -0)
📝 etc/ssh/ssh_config.default (+3 -3)
📝 etc/ssh/sshd_config.debian7 (+0 -3)
📝 etc/ssh/sshd_config.debian8 (+0 -3)
📝 etc/ssh/sshd_config.debian9 (+0 -3)
📝 etc/ssh/sshd_config.default (+26 -10)
📝 tests/functional/tests.d/325-accountinfo.sh (+1 -1)

📄 Description

add:

  • Debian 11
  • RockyLinux 8

remove:

  • OpenSUSE Leap 15.2
  • Old minor versions of CentOS 7.x
  • Old minor versions of CentOS 8.x

🔄 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/270 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/20/2021 **Status:** ✅ Merged **Merged:** 12/21/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `distrosupport` --- ### 📝 Commits (1) - [`c123733`](https://github.com/ovh/the-bastion/commit/c123733115a1fa655b40f6ce7b9fc48ebc2ad370) feat: add new OSes and deprecate old ones ### 📊 Changes **15 files changed** (+84 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+2 -2) 📝 `README.md` (+5 -4) 📝 `bin/admin/check-ssh-hardening.pl` (+1 -2) 📝 `bin/admin/install` (+4 -1) 📝 `bin/admin/packages-check.sh` (+8 -4) 📝 `doc/sphinx/installation/basic.rst` (+7 -9) 📝 `docker/Dockerfile.centos7` (+0 -1) 📝 `docker/Dockerfile.centos8` (+0 -1) ➕ `docker/Dockerfile.rockylinux8` (+27 -0) 📝 `etc/ssh/ssh_config.default` (+3 -3) 📝 `etc/ssh/sshd_config.debian7` (+0 -3) 📝 `etc/ssh/sshd_config.debian8` (+0 -3) 📝 `etc/ssh/sshd_config.debian9` (+0 -3) 📝 `etc/ssh/sshd_config.default` (+26 -10) 📝 `tests/functional/tests.d/325-accountinfo.sh` (+1 -1) </details> ### 📄 Description add: - Debian 11 - RockyLinux 8 remove: - OpenSUSE Leap 15.2 - Old minor versions of CentOS 7.x - Old minor versions of CentOS 8.x --- <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:32 +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#360
No description provided.