[PR #4312] [MERGED] Release v23.5.0 #4304

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4312
Author: @dgibbs64
Created: 9/10/2023
Status: Merged
Merged: 9/10/2023
Merged by: @dgibbs64

Base: masterHead: release/v23.5.0


📝 Commits (10+)

  • 7d50e3a Merge branch 'release/v23.4.0' into develop
  • 6dd9709 fix: add new info about steamcmd failures
  • f68818d refactor: rename clear-modules command to cm;clear-modules
  • d83e9d9 feat: Migrate stats to Google GA-4 (#4295)
  • 290eb6b Update update_vintagestory.sh (#4286)
  • 4ddd8ee feat: tmux uniqueness (#4296)
  • 2d60921 fix(steamcmd): resolve steamcmd goldsource download issues (#4297)
  • 6b9393f fix: improve sed command in fn_info_game_valve_keyvalues (#4300)
  • 7b37424 feat: change extip to public ip (#4301)
  • b481ff1 fix: resolve edge case where RHEL servers might have dpkg installed (#4302)

📊 Changes

123 files changed (+878 additions, -766 deletions)

View changed files

📝 .github/workflows/details-check.yml (+1 -1)
.github/workflows/update-check.yml (+48 -0)
📝 README.md (+6 -6)
📝 lgsm/config-default/config-lgsm/arkserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/btlserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/inssserver/_default.cfg (+7 -2)
📝 lgsm/config-default/config-lgsm/pstbsserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/pvrserver/_default.cfg (+4 -2)
📝 lgsm/config-default/config-lgsm/pzserver/_default.cfg (+1 -2)
📝 lgsm/config-default/config-lgsm/untserver/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/vintsserver/_default.cfg (+3 -3)
📝 lgsm/data/almalinux-8.csv (+2 -2)
📝 lgsm/data/almalinux-9.csv (+2 -2)
📝 lgsm/data/centos-7.csv (+2 -2)
📝 lgsm/data/centos-8.csv (+2 -2)
📝 lgsm/data/centos-9.csv (+2 -2)
📝 lgsm/data/debian-10.csv (+2 -2)
📝 lgsm/data/debian-11.csv (+2 -2)
📝 lgsm/data/debian-12.csv (+2 -2)
📝 lgsm/data/debian-9.csv (+2 -2)

...and 80 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/4312 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 9/10/2023 **Status:** ✅ Merged **Merged:** 9/10/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v23.5.0` --- ### 📝 Commits (10+) - [`7d50e3a`](https://github.com/GameServerManagers/LinuxGSM/commit/7d50e3a3a653dcdfe03ebce48ea80114640d56e0) Merge branch 'release/v23.4.0' into develop - [`6dd9709`](https://github.com/GameServerManagers/LinuxGSM/commit/6dd9709edba395d8373cab3327a9db793986d9a6) fix: add new info about steamcmd failures - [`f68818d`](https://github.com/GameServerManagers/LinuxGSM/commit/f68818d62b760affa9ce4c2515207b9c174305b1) refactor: rename clear-modules command to cm;clear-modules - [`d83e9d9`](https://github.com/GameServerManagers/LinuxGSM/commit/d83e9d9c57009f4c245fbd15985b637883fea21c) feat: Migrate stats to Google GA-4 (#4295) - [`290eb6b`](https://github.com/GameServerManagers/LinuxGSM/commit/290eb6be3a452b66f9b048fcaeab76d96cb21ad0) Update update_vintagestory.sh (#4286) - [`4ddd8ee`](https://github.com/GameServerManagers/LinuxGSM/commit/4ddd8ee184301595dbcfe6e61c88706b6be12913) feat: tmux uniqueness (#4296) - [`2d60921`](https://github.com/GameServerManagers/LinuxGSM/commit/2d6092186c51aef573d9a608e65d2da0a406ae7f) fix(steamcmd): resolve steamcmd goldsource download issues (#4297) - [`6b9393f`](https://github.com/GameServerManagers/LinuxGSM/commit/6b9393f949af1f9d4bb8e69b7b175e8251fe799c) fix: improve sed command in fn_info_game_valve_keyvalues (#4300) - [`7b37424`](https://github.com/GameServerManagers/LinuxGSM/commit/7b374249eae27f0de7a2b564e0663e1d062c4f28) feat: change extip to public ip (#4301) - [`b481ff1`](https://github.com/GameServerManagers/LinuxGSM/commit/b481ff1989afa38024500c6cf0db19aa56199c9d) fix: resolve edge case where RHEL servers might have dpkg installed (#4302) ### 📊 Changes **123 files changed** (+878 additions, -766 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/details-check.yml` (+1 -1) ➕ `.github/workflows/update-check.yml` (+48 -0) 📝 `README.md` (+6 -6) 📝 `lgsm/config-default/config-lgsm/arkserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/btlserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/inssserver/_default.cfg` (+7 -2) 📝 `lgsm/config-default/config-lgsm/pstbsserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/pvrserver/_default.cfg` (+4 -2) 📝 `lgsm/config-default/config-lgsm/pzserver/_default.cfg` (+1 -2) 📝 `lgsm/config-default/config-lgsm/untserver/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/vintsserver/_default.cfg` (+3 -3) 📝 `lgsm/data/almalinux-8.csv` (+2 -2) 📝 `lgsm/data/almalinux-9.csv` (+2 -2) 📝 `lgsm/data/centos-7.csv` (+2 -2) 📝 `lgsm/data/centos-8.csv` (+2 -2) 📝 `lgsm/data/centos-9.csv` (+2 -2) 📝 `lgsm/data/debian-10.csv` (+2 -2) 📝 `lgsm/data/debian-11.csv` (+2 -2) 📝 `lgsm/data/debian-12.csv` (+2 -2) 📝 `lgsm/data/debian-9.csv` (+2 -2) _...and 80 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:38 +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#4304
No description provided.