mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #381] [MERGED] chore: adjust OSes support #437
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#437
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 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:
master← Head:OSes📝 Commits (7)
f4ac0d7chore: push sandbox and tester images from Deb10 to Deb11701755achore: bump OpenSUSE Leap tests from 15.3 to 15.4b8759efchore: remove Debian openssh-blacklist logic2f61953chore: add Debian 12 to tests941f07echore: remove deprecated UseRoaming option from ssh_config5d058c8chore: add RockyLinux 9 support838b22efix: 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.