Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 902 Bytes

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)