Releases: startersclan/docker-sourceservers
Releases · startersclan/docker-sourceservers
v1.31.0
Changes
🚀 Features
- Enhancement: Update
build/Dockerfileand.envINSTALL_COUNTandSTEAM_LOGINvalues @leojonathanoh (#196)
🐛 Bug Fixes
- Fix: Fix
Generate-GitBranches.ps1 -Pullbehavior to track remote branch if local branch does not exist @leojonathanoh (#193) - Fix: Fix
-Pulltest inGenerate-GitBranches.Tests.ps1@leojonathanoh (#195) - Fix (tests): Fix
GAME_VERSIONfor srcds/hl2mp tests @leojonathanoh (#194)
v1.30.0
Changes
🐛 Bug Fixes
- Fix (ci): Fix symlink paths for
srcds/cs2@joeltimothyoh (#188)
🖊️ Refactors
- Refactor (ci): Utilize variables for
Applying hotfixes for hldssection @joeltimothyoh (#187) - Refactor (ci): Standardize
lnparameters inbuild/Dockerfile@joeltimothyoh (#189)
📝 Documentation
- Docs (readme): Update write-up on update duration @joeltimothyoh (#192)
- Docs (readme): Update documentation on Source and Goldsource games @joeltimothyoh (#191)
- Docs (readme): Fix documentation on
ENTRYPOINT,CMD, andWORKDIR@joeltimothyoh (#185) - Docs (readme): Add documentation on Source 2 games @joeltimothyoh (#190)
- Docs (examples): Assign separate port for
srcds-csgo@joeltimothyoh (#186)
v1.29.2
Changes
🐛 Bug Fixes
- Fix (ci): Run
statejob only on update.statecommit @leojonathanoh (#183) - Fix (ci): Add separate
BUILD_PAUSEenv var in.stateto pause builds instead of usingBUILD_STATUS@leojonathanoh (#184) - Fix (ci): Add job for the
.stateupdate commit to mirror latest build status @leojonathanoh (#181)
📝 Documentation
- Docs (ci): Fix reference to game image build status badges @joeltimothyoh (#182)
v1.29.1
Changes
🐛 Bug Fixes
- Fix (ci): Run builds only on designated branches @leojonathanoh (#180)
- Fix (ci): Comment out secret env vars in
.envin generated branches @leojonathanoh (#179)
📝 Documentation
- Docs (ci): Fix build status badges @joeltimothyoh (#178)
v1.29.0
Changes
🚀 Features
- Feature: Add
games.jsonand script to create and update branches @leojonathanoh (#152)
v1.28.0
Changes
🚀 Features
- Enhancement (ci): Print tags at end of successful build @leojonathanoh (#175)
- Enhancement (ci): Add date at start and end of script, and show dates in ISO format @leojonathanoh (#170)
- Enhancement (ci): Add
NO_CACHEenv var @leojonathanoh (#172) - Enhancement (ci): Add
<version>-layered-<date>tag for layered image @leojonathanoh (#173)
🐛 Bug Fixes
- Fix: Hotfix 2023-11-23 hlds update @leojonathanoh (#169)
🖊️ Refactors
- Refactor (ci): Rename
$DOCKER_REPOSITORY:latestto$GAME_IMAGEfor readability @leojonathanoh (#174) - Refactor (ci): Rearrange and add missing variables in test
.envfiles @leojonathanoh (#176)
📝 Documentation
- Docs: Deprecate need for
FIX_APPMANIFESTforhldsin usage examples @leojonathanoh (#177)
v1.27.1
Changes
🐛 Bug Fixes
- Fix (ci): Show error if
--env-filedoes not exist @leojonathanoh (#168) - Fix (ci): Do not terminate prematurely without showing
GAME_IMAGE_VERSION_LINESwhen verifying image fails @leojonathanoh (#166)
v1.27.0
Changes
🚀 Features
- Enhancement (ci): Add support for
INSTALL_COUNT@joeltimothyoh (#167)
📝 Documentation
- Docs (examples): Use
/bin/bashas entrypoint indocs/samples/docker-compose/docker-compose.bash-c.yml@joeltimothyoh (#163) - Docs (examples): Tweak multi-line commands example reference @joeltimothyoh (#164)
v1.26.0
Changes
🐛 Bug Fixes
- Fix: Fix test for
srcds/cs2for CI environments @leojonathanoh (#155)
🖊️ Refactors
- Refactor (ci): Remove unneeded
-iforsrcds/cs2test container @joeltimothyoh (#157)
📝 Documentation
- Docs (readme): Update docs on
ENTRYPOINT,CMDandWORKDIR@joeltimothyoh (#156) - Docs (readme): Fix multi-line commands example reference @joeltimothyoh (#162)
- Docs (examples): Use
execfor game binary indocs/samples/docker-compose/docker-compose.bash-c.yml@joeltimothyoh (#159) - Docs (examples): Standardize multi-line command values in
docs/samples/docker-compose/docker-compose.bash-c.yml@joeltimothyoh (#161) - Docs (examples): Simplify
entrypointsyntax indocs/samples/docker-compose/docker-compose.binary.yml@joeltimothyoh (#158) - Docs (examples): Add additional examples to
docs/samples/docker-compose/docker-compose.bash-c.yml@joeltimothyoh (#160)
v1.25.0
Changes
🚀 Features
- Feature (ci): Add
srcds/cs2support @joeltimothyoh (#153)
🐛 Bug Fixes
- Fix (ci): Remove build job
serviceskey @leojonathanoh (#149)
📝 Documentation
- Docs (readme): Fix references to
buildDockerfile @joeltimothyoh (#150) - Docs (examples): Fix command values in
docs/samples/docker-compose/docker-compose.binary.yml@joeltimothyoh (#154)