Skip to content

Latest commit

 

History

History
91 lines (47 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

91 lines (47 loc) · 1.53 KB

1.8.0

FEATURES:

  • [GH-45] - Add possibility to apply changes immediately once launch configuration is changed (lukaspour)

1.7.0

FEATURES:

  • [GH-42] - Add the root volume size as a variable (spikeheap)

1.6.0

FEATURES:

  • Added pre-commit hooks (antonbabenko)

1.5.0

FEATURES:

  • [GH-43] - Replace older local keys with newer S3 keys (lachlancooper)

1.4.0

FEATURES:

  • [GH-40] - Fix deprecation warning for IAM instance profile (JimiHFord)

1.3.0

FEATURES:

  • [GH-39] - Fix deprecation warning for IAM role (JimiHFord)

1.2.4

FEATURES:

  • [GH-30] - Added possibility to specify IPv6 CIDR blocks to allow SSH access (antonbabenko)

1.2.3

FEATURES:

  • [GH-29] - Added ability to pass a list of security groups to allow SSH access (tfhartmann)

1.2.2

FEATURES:

  • [GH-28] - Added possibility to customize CIDR networks for SSH access (tfhartmann)

1.2.1

FEATURES:

  • Support lists introduced in Terraform 0.7.0

1.2.0

FEATURES:

  • [GH-7] - Minor fixes for compatibility with Terraform 0.7.0

1.1.1

FEATURES:

  • [GH-6] - Ensure each key is on a newline (crumley)
  • [GH-5] - Allows specifying security group ids to be added to the bastion box(es) (crumley)

1.1.0

FEATURES:

  • [GH-4] - Bastion host is now starting in auto-scaling group (antonbabenko)

1.0.1

FEATURES:

  • [GH-3] - Allow specifying update frequency and S3 URI (bnordbo)

1.0.0

FEATURES:

  • [GH-2] - Add crontab setup and support for additional user data script (antonbabenko)
  • [GH-1] - Append keys, instead of overwrite (blotto)