[PR #3728] [MERGED] Release v21.5.0 #4109

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/3728
Author: @dgibbs64
Created: 12/31/2021
Status: Merged
Merged: 12/31/2021
Merged by: @dgibbs64

Base: masterHead: release/21.5.0


📝 Commits (10+)

📊 Changes

44 files changed (+1134 additions, -76 deletions)

View changed files

📝 lgsm/config-default/config-lgsm/arkserver/_default.cfg (+1 -1)
lgsm/config-default/config-lgsm/cdserver/_default.cfg (+180 -0)
📝 lgsm/config-default/config-lgsm/colserver/_default.cfg (+1 -1)
lgsm/config-default/config-lgsm/dayzserver/_default.cfg (+202 -0)
📝 lgsm/config-default/config-lgsm/dodrserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/pstbsserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/pzserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/sfserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/squadserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/stnserver/_default.cfg (+1 -1)
lgsm/config-default/config-lgsm/tiserver/_default.cfg (+187 -0)
📝 lgsm/config-default/config-lgsm/vhserver/_default.cfg (+1 -1)
📝 lgsm/data/almalinux-8.csv (+3 -0)
📝 lgsm/data/centos-7.csv (+3 -0)
📝 lgsm/data/centos-8.csv (+3 -0)
📝 lgsm/data/debian-10.csv (+4 -1)
📝 lgsm/data/debian-11.csv (+7 -4)
📝 lgsm/data/debian-9.csv (+4 -1)
📝 lgsm/data/rhel-7.csv (+3 -0)
📝 lgsm/data/rhel-8.csv (+3 -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/3728 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 12/31/2021 **Status:** ✅ Merged **Merged:** 12/31/2021 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/21.5.0` --- ### 📝 Commits (10+) - [`7ae226a`](https://github.com/GameServerManagers/LinuxGSM/commit/7ae226a1e42562b74e5c3f4887ec4be29a904325) Merge branch 'hotfix/v21.4.1' into develop - [`18833ad`](https://github.com/GameServerManagers/LinuxGSM/commit/18833adde1c5cdd19e286670bea97d7715ec26a3) feat(mc): update Minecraft java requirements (#3697) - [`fa73a72`](https://github.com/GameServerManagers/LinuxGSM/commit/fa73a72521a0316d3124fef2ce68d8b834489224) fix(core_dl): fix position of force_install_dir (#3693) - [`809305d`](https://github.com/GameServerManagers/LinuxGSM/commit/809305d838b372d3fa92575f15d129bbb84d80f1) fix(ts3): fix missing details (#3682) - [`07715b7`](https://github.com/GameServerManagers/LinuxGSM/commit/07715b73cdb96de8a9b0b61747f1365fe6367265) feat(ark): Add Genesis 2 (#3678) - [`3c9d112`](https://github.com/GameServerManagers/LinuxGSM/commit/3c9d112ae29e42cad9f3c2fc01b0362a0d9728f5) fix: typo in fix_vh.sh (#3674) - [`a908e18`](https://github.com/GameServerManagers/LinuxGSM/commit/a908e18c12b7f94c9a596590e9395f09c9624fd4) feat(etl): update Enemy Territory: Legacy to 2.78.1 (#3684) - [`72cf56b`](https://github.com/GameServerManagers/LinuxGSM/commit/72cf56bd2740f7026ce40f03fb5b1ce279b3a218) fix(sf): add multihome parameter (#3667) - [`4b95e7f`](https://github.com/GameServerManagers/LinuxGSM/commit/4b95e7f120c8909dd87eaf990a7268b5134c58ea) fix(details): check as well queryport via steam (#3719) - [`a0d9707`](https://github.com/GameServerManagers/LinuxGSM/commit/a0d970758c96cc50c593be5c63b8a858fd53bc12) feat(newserver): Crafting Dead (#3691) ### 📊 Changes **44 files changed** (+1134 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `lgsm/config-default/config-lgsm/arkserver/_default.cfg` (+1 -1) ➕ `lgsm/config-default/config-lgsm/cdserver/_default.cfg` (+180 -0) 📝 `lgsm/config-default/config-lgsm/colserver/_default.cfg` (+1 -1) ➕ `lgsm/config-default/config-lgsm/dayzserver/_default.cfg` (+202 -0) 📝 `lgsm/config-default/config-lgsm/dodrserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/pstbsserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/pzserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/sfserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/squadserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/stnserver/_default.cfg` (+1 -1) ➕ `lgsm/config-default/config-lgsm/tiserver/_default.cfg` (+187 -0) 📝 `lgsm/config-default/config-lgsm/vhserver/_default.cfg` (+1 -1) 📝 `lgsm/data/almalinux-8.csv` (+3 -0) 📝 `lgsm/data/centos-7.csv` (+3 -0) 📝 `lgsm/data/centos-8.csv` (+3 -0) 📝 `lgsm/data/debian-10.csv` (+4 -1) 📝 `lgsm/data/debian-11.csv` (+7 -4) 📝 `lgsm/data/debian-9.csv` (+4 -1) 📝 `lgsm/data/rhel-7.csv` (+3 -0) 📝 `lgsm/data/rhel-8.csv` (+3 -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:53:53 +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#4109
No description provided.