Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Deinhamer committed Dec 19, 2016
2 parents 08583be + c91b7eb commit b7b1654
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [next]

## [0.7.1]

### Added
- Add the label `academy.dst.config.update` to the image for supporting auto-update strategies.

## [0.7.0]

### Added
Expand Down Expand Up @@ -121,7 +126,8 @@
### Added
- Initial release.

[next]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.7.0...HEAD
[next]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/dst-academy/docker-dontstarvetogether/compare/v0.4.0...v0.5.0
Expand Down
3 changes: 3 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ENV DESCRIPTION="Powered by DST Academy." \
SHARD_BIND_IP="0.0.0.0" \
BACKUP_LOG_COUNT=0

# Add labels.
LABEL academy.dst.config.update="true"

# Install dependencies.
RUN set -x \
&& dpkg --add-architecture i386 \
Expand Down

0 comments on commit b7b1654

Please sign in to comment.