[PR #4215] [MERGED] Release v23.3.0 #4264

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4215
Author: @dgibbs64
Created: 5/28/2023
Status: Merged
Merged: 5/28/2023
Merged by: @dgibbs64

Base: masterHead: release/v23.3.0


📝 Commits (10+)

  • bc6ae39 Merge branch 'release/v23.2.0' into develop
  • 8b99b83 fix: GameServerManagers #4099
  • 0dfc510 feat: change donate to sponsor (#4164)
  • d099e7e feat: steamcmd install now goes via update_steamcmd.sh (#4165)
  • 0bec0ca feat: convert functions dir to modules dir (#4169)
  • aa4f75c chore: fix issue with vscode prettier
  • ed1fbbe build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 (#4167)
  • 8e3dfa1 fix: add command_update_linuxgsm.sh to functions dir
  • fd978ea Merge branch 'hotfix/v23.2.1' into develop
  • ff19348 build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 (#4176)

📊 Changes

335 files changed (+22044 additions, -330 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+1 -0)
📝 .github/ISSUE_TEMPLATE/feature_request.yml (+1 -0)
📝 .github/workflows/add-to-project.yml (+1 -1)
.github/workflows/details-check.yml (+74 -0)
.github/workflows/detals-check-generate-matrix.sh (+25 -0)
.github/workflows/serverlist-validate.sh (+22 -0)
.github/workflows/serverlist-validate.yml (+13 -0)
📝 .github/workflows/version-check.sh (+1 -1)
📝 .github/workflows/version-check.yml (+1 -12)
📝 .prettierrc (+0 -0)
📝 .vscode/extensions.json (+0 -1)
📝 lgsm/config-default/config-lgsm/acserver/_default.cfg (+0 -2)
📝 lgsm/config-default/config-lgsm/avserver/_default.cfg (+0 -2)
📝 lgsm/config-default/config-lgsm/boserver/_default.cfg (+0 -1)
lgsm/config-default/config-lgsm/ctserver/_default.cfg (+182 -0)
📝 lgsm/config-default/config-lgsm/dayzserver/_default.cfg (+0 -4)
lgsm/config-default/config-lgsm/hcuserver/_default.cfg (+199 -0)
📝 lgsm/config-default/config-lgsm/hwserver/_default.cfg (+1 -2)
📝 lgsm/config-default/config-lgsm/inssserver/_default.cfg (+1 -1)
📝 lgsm/config-default/config-lgsm/kf2server/_default.cfg (+1 -1)

...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/4215 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 5/28/2023 **Status:** ✅ Merged **Merged:** 5/28/2023 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v23.3.0` --- ### 📝 Commits (10+) - [`bc6ae39`](https://github.com/GameServerManagers/LinuxGSM/commit/bc6ae39e4d07104bcf4cfdf918604b5d5aa34f71) Merge branch 'release/v23.2.0' into develop - [`8b99b83`](https://github.com/GameServerManagers/LinuxGSM/commit/8b99b83ac56772eeaa7e4995451420ce204ec33e) fix: GameServerManagers #4099 - [`0dfc510`](https://github.com/GameServerManagers/LinuxGSM/commit/0dfc51098fef02fe15b9dc5dbe632b4667ae53c4) feat: change donate to sponsor (#4164) - [`d099e7e`](https://github.com/GameServerManagers/LinuxGSM/commit/d099e7ef72524947a7aa63a4f3f6c30ceb0251fd) feat: steamcmd install now goes via update_steamcmd.sh (#4165) - [`0bec0ca`](https://github.com/GameServerManagers/LinuxGSM/commit/0bec0ca21889a4f801a62b302b3e19b3ec6c7dc4) feat: convert functions dir to modules dir (#4169) - [`aa4f75c`](https://github.com/GameServerManagers/LinuxGSM/commit/aa4f75c9a3842001a2628c424a61d7fe33bcfa7e) chore: fix issue with vscode prettier - [`ed1fbbe`](https://github.com/GameServerManagers/LinuxGSM/commit/ed1fbbecdf7706035fe4edbcec527fd9ca5272ce) build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 (#4167) - [`8e3dfa1`](https://github.com/GameServerManagers/LinuxGSM/commit/8e3dfa1030aa9e787549045ae78e588e4216d4b0) fix: add command_update_linuxgsm.sh to functions dir - [`fd978ea`](https://github.com/GameServerManagers/LinuxGSM/commit/fd978eae06d42258fd6a4b7023156813ed44f7e1) Merge branch 'hotfix/v23.2.1' into develop - [`ff19348`](https://github.com/GameServerManagers/LinuxGSM/commit/ff19348722352501d8d50b199a132d4dc6957757) build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 (#4176) ### 📊 Changes **335 files changed** (+22044 additions, -330 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+1 -0) 📝 `.github/ISSUE_TEMPLATE/feature_request.yml` (+1 -0) 📝 `.github/workflows/add-to-project.yml` (+1 -1) ➕ `.github/workflows/details-check.yml` (+74 -0) ➕ `.github/workflows/detals-check-generate-matrix.sh` (+25 -0) ➕ `.github/workflows/serverlist-validate.sh` (+22 -0) ➕ `.github/workflows/serverlist-validate.yml` (+13 -0) 📝 `.github/workflows/version-check.sh` (+1 -1) 📝 `.github/workflows/version-check.yml` (+1 -12) 📝 `.prettierrc` (+0 -0) 📝 `.vscode/extensions.json` (+0 -1) 📝 `lgsm/config-default/config-lgsm/acserver/_default.cfg` (+0 -2) 📝 `lgsm/config-default/config-lgsm/avserver/_default.cfg` (+0 -2) 📝 `lgsm/config-default/config-lgsm/boserver/_default.cfg` (+0 -1) ➕ `lgsm/config-default/config-lgsm/ctserver/_default.cfg` (+182 -0) 📝 `lgsm/config-default/config-lgsm/dayzserver/_default.cfg` (+0 -4) ➕ `lgsm/config-default/config-lgsm/hcuserver/_default.cfg` (+199 -0) 📝 `lgsm/config-default/config-lgsm/hwserver/_default.cfg` (+1 -2) 📝 `lgsm/config-default/config-lgsm/inssserver/_default.cfg` (+1 -1) 📝 `lgsm/config-default/config-lgsm/kf2server/_default.cfg` (+1 -1) _...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:29 +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#4264
No description provided.