[PR #4320] [MERGED] Release v23.5.3 #4306

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/4320
Author: @dgibbs64
Created: 9/26/2023
Status: Merged
Merged: 9/26/2023
Merged by: @dgibbs64

Base: masterHead: release/v23.5.3


📝 Commits (10+)

  • d9bf89d Merge branch 'release/v23.5.0' into develop
  • a7330b8 Merge branch 'hotfix/v23.5.1' into develop
  • 1892288 feat: add uuid-runtime to Debian and Ubuntu CSV files
  • a0402ff Merge branch 'hotfix/v23.5.2' into develop
  • 4f2acdd refactor: minor _default.cfg changes
  • 5c33eb3 feat: add curl command to query Steam Master Server
  • 79dc5f7 fix(steamcmd): hide steamcmd output
  • 753eb2a feat: moved last-updated.lock file
  • 4a02dfd fix: set $USER if missing
  • 13c6243 refactor: improve log file display in info_messages.sh

📊 Changes

33 files changed (+43 additions, -37 deletions)

View changed files

📝 lgsm/config-default/config-lgsm/ckserver/_default.cfg (+1 -0)
📝 lgsm/config-default/config-lgsm/colserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/fctrserver/_default.cfg (+1 -2)
📝 lgsm/config-default/config-lgsm/hwserver/_default.cfg (+3 -3)
📝 lgsm/config-default/config-lgsm/ohdserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/pvrserver/_default.cfg (+0 -1)
📝 lgsm/config-default/config-lgsm/rustserver/_default.cfg (+3 -3)
📝 lgsm/config-default/config-lgsm/untserver/_default.cfg (+2 -2)
📝 lgsm/data/debian-10.csv (+1 -1)
📝 lgsm/data/debian-11.csv (+1 -1)
📝 lgsm/data/debian-12.csv (+1 -1)
📝 lgsm/data/ubuntu-16.04.csv (+1 -1)
📝 lgsm/data/ubuntu-18.04.csv (+1 -1)
📝 lgsm/data/ubuntu-20.04.csv (+1 -1)
📝 lgsm/data/ubuntu-22.04.csv (+1 -1)
📝 lgsm/data/ubuntu-23.04.csv (+1 -1)
📝 lgsm/modules/command_dev_query_raw.sh (+2 -0)
📝 lgsm/modules/core_functions.sh (+1 -1)
📝 lgsm/modules/core_modules.sh (+6 -1)
📝 lgsm/modules/core_steamcmd.sh (+1 -1)

...and 13 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/4320 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 9/26/2023 **Status:** ✅ Merged **Merged:** 9/26/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v23.5.3` --- ### 📝 Commits (10+) - [`d9bf89d`](https://github.com/GameServerManagers/LinuxGSM/commit/d9bf89d20d62b21972b556221363526c05f47d0d) Merge branch 'release/v23.5.0' into develop - [`a7330b8`](https://github.com/GameServerManagers/LinuxGSM/commit/a7330b81d029f993cb9071307a1080fe6bccd2b9) Merge branch 'hotfix/v23.5.1' into develop - [`1892288`](https://github.com/GameServerManagers/LinuxGSM/commit/1892288a73220feb51b9e7b96afbfb199976c1a5) feat: add uuid-runtime to Debian and Ubuntu CSV files - [`a0402ff`](https://github.com/GameServerManagers/LinuxGSM/commit/a0402ff35f89eca0f14c6f7c124df493c8e87488) Merge branch 'hotfix/v23.5.2' into develop - [`4f2acdd`](https://github.com/GameServerManagers/LinuxGSM/commit/4f2acdd12a439e832b9f5cca47a5c3a1f0388f75) refactor: minor _default.cfg changes - [`5c33eb3`](https://github.com/GameServerManagers/LinuxGSM/commit/5c33eb33c4a135fb0492918089bf930ca3c64938) feat: add curl command to query Steam Master Server - [`79dc5f7`](https://github.com/GameServerManagers/LinuxGSM/commit/79dc5f7a1349eb7171885cd6463aa8c1de40eaad) fix(steamcmd): hide steamcmd output - [`753eb2a`](https://github.com/GameServerManagers/LinuxGSM/commit/753eb2a99a68fb4561f544c9017315498626cdcd) feat: moved last-updated.lock file - [`4a02dfd`](https://github.com/GameServerManagers/LinuxGSM/commit/4a02dfd382fba689e6a01fa78e33f35d278022ae) fix: set $USER if missing - [`13c6243`](https://github.com/GameServerManagers/LinuxGSM/commit/13c62431d01ae72eef060baabf631d27799329f4) refactor: improve log file display in info_messages.sh ### 📊 Changes **33 files changed** (+43 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `lgsm/config-default/config-lgsm/ckserver/_default.cfg` (+1 -0) 📝 `lgsm/config-default/config-lgsm/colserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/fctrserver/_default.cfg` (+1 -2) 📝 `lgsm/config-default/config-lgsm/hwserver/_default.cfg` (+3 -3) 📝 `lgsm/config-default/config-lgsm/ohdserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/pvrserver/_default.cfg` (+0 -1) 📝 `lgsm/config-default/config-lgsm/rustserver/_default.cfg` (+3 -3) 📝 `lgsm/config-default/config-lgsm/untserver/_default.cfg` (+2 -2) 📝 `lgsm/data/debian-10.csv` (+1 -1) 📝 `lgsm/data/debian-11.csv` (+1 -1) 📝 `lgsm/data/debian-12.csv` (+1 -1) 📝 `lgsm/data/ubuntu-16.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-18.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-20.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-22.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-23.04.csv` (+1 -1) 📝 `lgsm/modules/command_dev_query_raw.sh` (+2 -0) 📝 `lgsm/modules/core_functions.sh` (+1 -1) 📝 `lgsm/modules/core_modules.sh` (+6 -1) 📝 `lgsm/modules/core_steamcmd.sh` (+1 -1) _...and 13 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#4306
No description provided.