Releases: startersclan/docker-sourceservers
Releases · startersclan/docker-sourceservers
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 hlds
section @joeltimothyoh (#187) - Refactor (ci): Standardize
ln
parameters 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
state
job only on update.state
commit @leojonathanoh (#183) - Fix (ci): Add separate
BUILD_PAUSE
env var in.state
to pause builds instead of usingBUILD_STATUS
@leojonathanoh (#184) - Fix (ci): Add job for the
.state
update 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
.env
in generated branches @leojonathanoh (#179)
📝 Documentation
- Docs (ci): Fix build status badges @joeltimothyoh (#178)
v1.29.0
Changes
🚀 Features
- Feature: Add
games.json
and 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_CACHE
env 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:latest
to$GAME_IMAGE
for readability @leojonathanoh (#174) - Refactor (ci): Rearrange and add missing variables in test
.env
files @leojonathanoh (#176)
📝 Documentation
- Docs: Deprecate need for
FIX_APPMANIFEST
forhlds
in usage examples @leojonathanoh (#177)
v1.27.1
Changes
🐛 Bug Fixes
- Fix (ci): Show error if
--env-file
does not exist @leojonathanoh (#168) - Fix (ci): Do not terminate prematurely without showing
GAME_IMAGE_VERSION_LINES
when verifying image fails @leojonathanoh (#166)
v1.27.0
Changes
🚀 Features
- Enhancement (ci): Add support for
INSTALL_COUNT
@joeltimothyoh (#167)
📝 Documentation
- Docs (examples): Use
/bin/bash
as 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/cs2
for CI environments @leojonathanoh (#155)
🖊️ Refactors
- Refactor (ci): Remove unneeded
-i
forsrcds/cs2
test container @joeltimothyoh (#157)
📝 Documentation
- Docs (readme): Update docs on
ENTRYPOINT
,CMD
andWORKDIR
@joeltimothyoh (#156) - Docs (readme): Fix multi-line commands example reference @joeltimothyoh (#162)
- Docs (examples): Use
exec
for 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
entrypoint
syntax 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/cs2
support @joeltimothyoh (#153)
🐛 Bug Fixes
- Fix (ci): Remove build job
services
key @leojonathanoh (#149)
📝 Documentation
- Docs (readme): Fix references to
build
Dockerfile @joeltimothyoh (#150) - Docs (examples): Fix command values in
docs/samples/docker-compose/docker-compose.binary.yml
@joeltimothyoh (#154)
v1.24.0
Changes
🖊️ Refactors
- Refactor (ci): Remove unused
.dockerignore
files @joeltimothyoh (#147)
📝 Documentation
- Docs (ci): Improve documentation on
build.sh
usage @joeltimothyoh (#148)