Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Releases: cpolanec/minecraft-server-farm

v2.1

21 Dec 16:21
50a5ebd
Compare
Choose a tag to compare

features:

  • automatically download new versions of PaperMC on deployment
  • support configurable definitions of PaperMC downloads
  • upgrade AWS Corretto Java to version 16

v2.0

18 May 03:49
df4aee3
Compare
Choose a tag to compare

convert to AWS Cloud Development Kit, including...

  • unit tests for CloudFormation construction
  • Lambda-backed Custom Resource for creating game backups

v1.2

16 Dec 15:50
e04c696
Compare
Choose a tag to compare

Features:

  • backup game data on GitHub action sync job
  • add documentation for public access

v1.1

02 Dec 15:57
a8f5ee3
Compare
Choose a tag to compare

Features:

  • Added restart configuration to Minecraft systemd definition (to resolve #6 )
  • Changed CloudFormation stack naming convention to minecraft-(env)-(resource)
  • Added AWS availability zone specification to VPC config (to avoid errors from insufficient availability of instance types in a zone)
  • Added main environment game server definitions

v1.0

02 Dec 15:38
d46c7e4
Compare
Choose a tag to compare

Features:

  • Makefile and shell scripts for simple resource creation
  • CloudFormation template for VPC networking foundation
  • CloudFormation template for EC2 Launch Templates
  • CloudFormation template for EC2 instance creation (with EBS volumes)
  • GitHub Actions for syncing resources on commit push events