v1.0.18
What's Changed
New Features π
- feat: β¨ Setup three new pre-configured images for the pre-25th anniversary builds of
Half-Life Deathmatch (jives/hlds:valve-legacy)
,Counter-Strike (jives:hlds:cstrike-legacy)
andCounter-Strike: Condition-Zero (jives:hlds/czero-legacy)
. If in the future Valve adds legacy versions for the other mods, they will also receive their own legacy image.
Build π§
- build: Adds the ability to pass an environment variable called
FLAG
which passes along any arbitrary command line flags to SteamCMD when it installs a title. For exampleexport FLAG=-beta steam_legacy
can be used to specify a specific beta branch. This is the same flag utilized under the hood to generate the new legacy images in the build script.
Other Changes
- docs: π Improved bug report form and added rcon_password example by @JamesIves in #26
- docs: π removed the
build: docker
option in thedocker-compose
example as it was unneeded and sometimes caused startup errors by @JamesIves in #26
Full Changelog: v1.0.17...v1.1.0