Skip to content

v1.0.18

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 13:00
· 10 commits to main since this release

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) and Counter-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 example export 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 the docker-compose example as it was unneeded and sometimes caused startup errors by @JamesIves in #26

Full Changelog: v1.0.17...v1.1.0