[PR #3887] [MERGED] Release v22.1.0 #4156

Closed
opened 2026-02-27 04:54:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/3887
Author: @dgibbs64
Created: 6/2/2022
Status: Merged
Merged: 6/2/2022
Merged by: @dgibbs64

Base: masterHead: release/v22.1.0


📝 Commits (10+)

  • 771aa97 Merge branch 'release/21.5.0' into develop
  • 4ce005c Merge branch 'master' into develop
  • 643a6fe feat(ark): increase glibc requirement to 2.17
  • 0465e09 fix(deps): add missing dep for distro-info (#3732)
  • 079fe07 fix(vh): log a message when the password is not set or to short (#3738)
  • 1a022ca fix(unt): resolve start parameter issues #2681 (#3733)
  • f60c65a refactor(core): move curl check to main file (#3740)
  • 9737de5 Merge branch 'hotfix/v21.5.1' into develop
  • ff7a9e7 build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#3783)
  • ef583bd build(deps): bump dessant/lock-threads from 2.1.2 to 3 (#3782)

📊 Changes

44 files changed (+656 additions, -105 deletions)

View changed files

📝 .github/workflows/create-release.yml (+6 -0)
📝 .github/workflows/labeler.yml (+6 -0)
📝 .github/workflows/lock.yml (+6 -0)
📝 .github/workflows/version-check.yml (+3 -0)
📝 lgsm/config-default/config-lgsm/arkserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/arma3server/_default.cfg (+1 -1)
lgsm/config-default/config-lgsm/armarserver/_default.cfg (+187 -0)
📝 lgsm/config-default/config-lgsm/mcbserver/_default.cfg (+3 -0)
📝 lgsm/config-default/config-lgsm/ns2server/_default.cfg (+1 -5)
lgsm/config-default/config-lgsm/pc2server/_default.cfg (+184 -0)
📝 lgsm/config-default/config-lgsm/sdtdserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/tfcserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/untserver/_default.cfg (+7 -2)
📝 lgsm/data/almalinux-8.csv (+1 -0)
📝 lgsm/data/centos-7.csv (+1 -0)
📝 lgsm/data/centos-8.csv (+1 -0)
📝 lgsm/data/debian-10.csv (+2 -1)
📝 lgsm/data/debian-11.csv (+4 -3)
📝 lgsm/data/debian-9.csv (+2 -1)
📝 lgsm/data/rhel-7.csv (+1 -0)

...and 24 more files

📄 Description

No description provided


🔄 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/GameServerManagers/LinuxGSM/pull/3887 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 6/2/2022 **Status:** ✅ Merged **Merged:** 6/2/2022 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v22.1.0` --- ### 📝 Commits (10+) - [`771aa97`](https://github.com/GameServerManagers/LinuxGSM/commit/771aa97aba09d9bcdc661bd82a578907f0035800) Merge branch 'release/21.5.0' into develop - [`4ce005c`](https://github.com/GameServerManagers/LinuxGSM/commit/4ce005ccc84347c8461c3da0a1172e961ec71ff6) Merge branch 'master' into develop - [`643a6fe`](https://github.com/GameServerManagers/LinuxGSM/commit/643a6fed2628d4488ac7fe5884b28a97d9eb7071) feat(ark): increase glibc requirement to 2.17 - [`0465e09`](https://github.com/GameServerManagers/LinuxGSM/commit/0465e0970bb1e9909269c7aba186d91e4d78a0db) fix(deps): add missing dep for distro-info (#3732) - [`079fe07`](https://github.com/GameServerManagers/LinuxGSM/commit/079fe0766e98bc0a1a191ecb7e576a05d25bc273) fix(vh): log a message when the password is not set or to short (#3738) - [`1a022ca`](https://github.com/GameServerManagers/LinuxGSM/commit/1a022caf21b9f4c7716b5e3d542c78d8f4d3f675) fix(unt): resolve start parameter issues #2681 (#3733) - [`f60c65a`](https://github.com/GameServerManagers/LinuxGSM/commit/f60c65a744fe82410f947e85b5d8ae93387d9406) refactor(core): move curl check to main file (#3740) - [`9737de5`](https://github.com/GameServerManagers/LinuxGSM/commit/9737de5086de4c2f05fc550992e9b05bb39968ec) Merge branch 'hotfix/v21.5.1' into develop - [`ff7a9e7`](https://github.com/GameServerManagers/LinuxGSM/commit/ff7a9e788f0005ce012b24438a0762698a80bed0) build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#3783) - [`ef583bd`](https://github.com/GameServerManagers/LinuxGSM/commit/ef583bdf33a3e612d5b095e80fd65945046d0561) build(deps): bump dessant/lock-threads from 2.1.2 to 3 (#3782) ### 📊 Changes **44 files changed** (+656 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/create-release.yml` (+6 -0) 📝 `.github/workflows/labeler.yml` (+6 -0) 📝 `.github/workflows/lock.yml` (+6 -0) 📝 `.github/workflows/version-check.yml` (+3 -0) 📝 `lgsm/config-default/config-lgsm/arkserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/arma3server/_default.cfg` (+1 -1) ➕ `lgsm/config-default/config-lgsm/armarserver/_default.cfg` (+187 -0) 📝 `lgsm/config-default/config-lgsm/mcbserver/_default.cfg` (+3 -0) 📝 `lgsm/config-default/config-lgsm/ns2server/_default.cfg` (+1 -5) ➕ `lgsm/config-default/config-lgsm/pc2server/_default.cfg` (+184 -0) 📝 `lgsm/config-default/config-lgsm/sdtdserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/tfcserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/untserver/_default.cfg` (+7 -2) 📝 `lgsm/data/almalinux-8.csv` (+1 -0) 📝 `lgsm/data/centos-7.csv` (+1 -0) 📝 `lgsm/data/centos-8.csv` (+1 -0) 📝 `lgsm/data/debian-10.csv` (+2 -1) 📝 `lgsm/data/debian-11.csv` (+4 -3) 📝 `lgsm/data/debian-9.csv` (+2 -1) 📝 `lgsm/data/rhel-7.csv` (+1 -0) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:54:04 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
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/LinuxGSM#4156
No description provided.