[PR #4453] [MERGED] Release v24.1.0 #4346

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/4453
Author: @dgibbs64
Created: 1/21/2024
Status: Merged
Merged: 1/21/2024
Merged by: @dgibbs64

Base: masterHead: release/v24.1.0


📝 Commits (10+)

  • ddd3056 Merge branch 'release/v23.7.0' into develop
  • c23b067 Merge branch 'hotfix/v23.7.1' into develop
  • b554c4e fix: quake2 and quake3 protocol query (#4410)
  • e53d2a2 Fix valheimplus updateurl and typo (#4438)
  • e2bdefd chore: only run GitHub actions when on main account (#4433)
  • 2fff61f feat(cs2): update parameters and add workshop support (#4405)
  • b58016d docs(license): update copyright year(s) (#4432)
  • ae3deee feat(rust): Add server browser tags to rustserver config (#4418)
  • 9bad6cf feat(new server): Palworld (#4449)
  • 12b60d4 Release v24.1.0

📊 Changes

45 files changed (+272 additions, -48 deletions)

View changed files

📝 .github/labeler.yml (+4 -2)
📝 .github/workflows/add-to-project.yml (+1 -0)
📝 .github/workflows/details-check.yml (+2 -0)
📝 .github/workflows/git-sync.yml (+1 -0)
📝 .github/workflows/labeler.yml (+2 -0)
📝 .github/workflows/lock.yml (+1 -0)
📝 .github/workflows/potential-duplicates.yml (+1 -0)
📝 .github/workflows/serverlist-validate.yml (+1 -0)
📝 .github/workflows/trigger-docker-build.yml (+2 -0)
📝 .github/workflows/update-check.yml (+1 -0)
📝 .github/workflows/update-copyright-years-in-license-file.yml (+1 -0)
📝 .github/workflows/version-check.yml (+1 -0)
📝 LICENSE.md (+1 -1)
📝 lgsm/config-default/config-lgsm/cs2server/_default.cfg (+2 -30)
lgsm/config-default/config-lgsm/pwserver/_default.cfg (+185 -0)
📝 lgsm/config-default/config-lgsm/rustserver/_default.cfg (+2 -1)
📝 lgsm/data/almalinux-8.csv (+1 -0)
📝 lgsm/data/almalinux-9.csv (+1 -0)
📝 lgsm/data/centos-7.csv (+1 -0)
📝 lgsm/data/centos-8.csv (+1 -0)

...and 25 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/4453 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 1/21/2024 **Status:** ✅ Merged **Merged:** 1/21/2024 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/v24.1.0` --- ### 📝 Commits (10+) - [`ddd3056`](https://github.com/GameServerManagers/LinuxGSM/commit/ddd30562101b39eb1fe7f1fe89a62f553b2fa45f) Merge branch 'release/v23.7.0' into develop - [`c23b067`](https://github.com/GameServerManagers/LinuxGSM/commit/c23b067951469287083c9f2d4f534a78b7c8b174) Merge branch 'hotfix/v23.7.1' into develop - [`b554c4e`](https://github.com/GameServerManagers/LinuxGSM/commit/b554c4eb211342b50986eba85d298c5a457ee287) fix: quake2 and quake3 protocol query (#4410) - [`e53d2a2`](https://github.com/GameServerManagers/LinuxGSM/commit/e53d2a27bf8c71a34f6d88b8363ae735b44e0359) Fix valheimplus updateurl and typo (#4438) - [`e2bdefd`](https://github.com/GameServerManagers/LinuxGSM/commit/e2bdefdf9a66042329436ed9188b9529465d17bf) chore: only run GitHub actions when on main account (#4433) - [`2fff61f`](https://github.com/GameServerManagers/LinuxGSM/commit/2fff61f41a6ad0e0540d06db82e33c50b02a5145) feat(cs2): update parameters and add workshop support (#4405) - [`b58016d`](https://github.com/GameServerManagers/LinuxGSM/commit/b58016d896c46e772e7c6da25b839cbda7c8a2c6) docs(license): update copyright year(s) (#4432) - [`ae3deee`](https://github.com/GameServerManagers/LinuxGSM/commit/ae3deee7a8a31e9c56936c688ba736f2ed664432) feat(rust): Add server browser tags to rustserver config (#4418) - [`9bad6cf`](https://github.com/GameServerManagers/LinuxGSM/commit/9bad6cfea94b8afcd07326b898f8dc398f89339d) feat(new server): Palworld (#4449) - [`12b60d4`](https://github.com/GameServerManagers/LinuxGSM/commit/12b60d40e4b807adb16c440eb076d8267f14467d) Release v24.1.0 ### 📊 Changes **45 files changed** (+272 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.github/labeler.yml` (+4 -2) 📝 `.github/workflows/add-to-project.yml` (+1 -0) 📝 `.github/workflows/details-check.yml` (+2 -0) 📝 `.github/workflows/git-sync.yml` (+1 -0) 📝 `.github/workflows/labeler.yml` (+2 -0) 📝 `.github/workflows/lock.yml` (+1 -0) 📝 `.github/workflows/potential-duplicates.yml` (+1 -0) 📝 `.github/workflows/serverlist-validate.yml` (+1 -0) 📝 `.github/workflows/trigger-docker-build.yml` (+2 -0) 📝 `.github/workflows/update-check.yml` (+1 -0) 📝 `.github/workflows/update-copyright-years-in-license-file.yml` (+1 -0) 📝 `.github/workflows/version-check.yml` (+1 -0) 📝 `LICENSE.md` (+1 -1) 📝 `lgsm/config-default/config-lgsm/cs2server/_default.cfg` (+2 -30) ➕ `lgsm/config-default/config-lgsm/pwserver/_default.cfg` (+185 -0) 📝 `lgsm/config-default/config-lgsm/rustserver/_default.cfg` (+2 -1) 📝 `lgsm/data/almalinux-8.csv` (+1 -0) 📝 `lgsm/data/almalinux-9.csv` (+1 -0) 📝 `lgsm/data/centos-7.csv` (+1 -0) 📝 `lgsm/data/centos-8.csv` (+1 -0) _...and 25 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:48 +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#4346
No description provided.