Skip to content

Latest commit

 

History

History
187 lines (119 loc) · 3.5 KB

CHANGELOG.rst

File metadata and controls

187 lines (119 loc) · 3.5 KB

ansible-minecraft changelog

Unreleased

Added

Deprecated

  • Deprecate minecraft_supervisor_name in favour of minecraft_service_name.

Fixed

  • When using curl to check the latest release, execute the task locally instead of on the remote host.

3.1.0 (2016-12-10)

Added

  • Add support for Ubuntu 16.04 LTS (using systemd).

Fixed

  • Downgrade Travis CI Docker version by force to resolve build error.
  • Remove unsupported Debian version from Galaxy metadata.

3.0.1 (2016-12-10)

Fixed

  • (#9) Fixed RuntimeError regression when building ACL files.

3.0.0 (2016-07-15)

Added

  • (#5) Manage server.properties by setting minecraft_server_properties (Mark Côté).
  • (#6) Hooks: Include additional tasks at specific points during execution.

Changed

  • Install latest major release of Minecraft by default.

Fixed

  • (#4) Improve build documentation.

2.2.0 (2016-05-30)

Added

  • It is now possible to install the latest major release of Minecraft using minecraft_version: latest.

Deprecated

  • The hard-coded default version (currently 1.9) will be replaced with latest in the next major version.

Fixed

  • Only generate ACL JSON files if the variables (e.g., minecraft_ops) are non-empty.
  • Resolve deprecation warnings.

2.1.1 (2016-03-08)

  • Notify Galaxy on successful build.

2.1.0 (2016-03-08)

Added

  • Integrate Travis CI for automated integration testing.

Changed

  • Replace Vagrant test environments with Docker test harness.

Fixed

  • Correct minimum Ansible version (requires Ansible 1.8+).

2.0.0 (2016-03-01)

Added

Changed

  • Install latest 1.9 release by default.
  • Change default process supervisor (minecraft_process_control) from supervisor to systemd.

1.4.0 (2016-01-23)

Changed

  • Replace ACL script with Ansible module.

1.3.1 (2015-11-29)

Fixed

  • Fix table rendering on Ansible Galaxy.

1.3.0 (2015-11-29)

Added

  • Add Vagrant integration test suite.

Deprecated

  • The default process supervisor (minecraft_process_control) will change from supervisor to systemd in the next major version.

Fixed

  • Configure Supervisor to run Java with absolute path (/usr/bin/java).
  • Add RHEL/CentOS to supported platforms on Ansible Galaxy.

1.2.0 (2015-11-26)

Added

  • Add support for CentOS 7.

Fixed

  • Create /run/minecraft directory properly using systemd-tmpfiles
  • Fix socket permissions for systemd < 214.
  • Do not update apt cache.
  • Download server before starting the service for the first time.

1.1.0 (2015-11-24)

Added

  • Support systemd.
  • Add Debian 8 test environment.

Changed

  • Bump default server version to 1.8.8.

1.0.0 (2015-11-23)

Initial release