Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@thasmo thasmo released this 13 Dec 22:38
· 88 commits to master since this release
  • Add DST_BRANCH and DST_BRANCH_PASSWORD build arguments to enable building beta-branch images.
  • Support providing options only on the Docker CMD command.
  • Document the SERVER_PORT configuration variable.
  • Update the base-image to dstacademy/steamcmd:0.2.1.
  • Rename the repository name on GitHub and on Docker Hub.
  • Do not update the game and mods by default when starting a server/container.
  • Remove default value for MAX_PLAYERS to use the game's default value.
  • Remove default value for GAME_MODE to use the game's default value.
  • Remove default value for VOTE_KICK_ENABLE to use the game's default value.
  • Remove default value for PAUSE_WHEN_EMPTY to use the game's default value.
  • Optimize configuration creation script to handle some options better.
  • Remove the Vagrantfile.
  • Update examples documentation to use correct configuration variables.
  • Do not overwrite mod configuration files when the game-files get updated.
  • Use the correct configuration variable for enabling/disabling vote-kicking.
  • Rename obsolete setting offline_server to offline_cluster.