Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Deinhamer committed Jan 7, 2016
2 parents 10eb16b + 68d863b commit 0ef5966
Show file tree
Hide file tree
Showing 14 changed files with 660 additions and 458 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: required
language: generic

services:
- docker

env:
- DOCKER_IMAGE_NAME=dstacademy/server

before_script: cd build
script:
- docker build -t $DOCKER_IMAGE_NAME .
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [next]

## [0.3.0]

### Added
- Add `UPDATE_ON_BOOT` variable to configure update-behavior on boot.
- Add `SERVER_NAME_PREFIX` variable to configure a prefix for the server's name.

### Changed
- Generate a random server name if no name was configured.
- Use the Debian base image instead of Ubuntu.
- Relocate Steam and DST files in the image.
- Create separate users for running Steam and the DST server.

### Removed
- Remove the `CONF_DIR` environment variable.
- Remove the `STORAGE_ROOT` environment variable.
- Remove the `STEAM_APP_ID` environment variable.

## [0.2.0]

### Added
Expand All @@ -19,6 +36,7 @@
### Added
- Initial release.

[next]: https://github.com/dst-academy/server/compare/v0.2.0...HEAD
[next]: https://github.com/dst-academy/server/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/dst-academy/server/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/dst-academy/server/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dst-academy/server/compare/da19beb5479033b82dd6dc1200bb0cf6724904c3...v0.1.0
Loading

0 comments on commit 0ef5966

Please sign in to comment.