Skip to content

Latest commit

 

History

History
180 lines (106 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

180 lines (106 loc) · 5.81 KB

Change Log

All notable changes to this project will be documented in this file.

2.5.0 - 2023-07-17

  • AWS provider Upgrade (#23)

2.4.3 - 2023-04-27

  • Add 'tag_specifications' feature (#22)

2.4.2 - 2023-04-05

  • Re-add ssh-port variable (#21)

2.4.1 - 2023-04-04

  • DEVOPS-1761 Updated volume type for EBS volume for the instance to use (#20)

2.4.0 - 2022-07-13

  • Upgrade Amazon Linux AMI version to use 5.10 kernel version (#19)

2.3.0 - 2022-05-12

  • Add documentation (#18)
  • Allow setting time_zone for ASG schedules (#17)

2.2.0 - 2021-06-04

  • Add tags to IAM profile (#14)

2.1.0 - 2021-04-23

  • Update AWS partition sourcing (#13)

2.0.3 - 2021-02-19

  • Update bastion-userdata.sh (#12)

2.0.2 - 2021-02-19

  • Update bastion-userdata.sh (#11)

2.0.1 - 2021-02-19

  • Fix bastion policy to handle china partition (#10)

2.0.0 - 2021-02-17

  • Add support for different aws partitions (#9)

1.5.0 - 2020-12-18

  • [On Demand] Support for on-demand instance lifecycle type. (#8)
  • Update README.md

1.4.2 - 2020-11-09

  • Update module to remove 0.14 limit (#7)

1.4.1 - 2020-08-05

  • Feature/v3 provider support (#6)

1.4.0 - 2020-07-27

  • Feature/volume support (#5)

1.3.0 - 2020-05-21

  • Update security group configuration with lifecycle and revoke (#4)

1.2.0 - 2020-04-21

  • Feature/ipv6 (#3)

1.1.0 - 2020-04-21

  • Allow IPv6 to be utilized (#2)
  • add git hooks and update docs (#1)
  • Fix link in readme

1.0.3 - 2019-12-19

  • Update docs and fix hostedzone conditional creation
  • update README

1.0.2 - 2019-12-19

  • Add ability to have custom userdata script
  • add customisation for asg scaling events and termination policies
  • Add conditional scaling of auto scaling group

1.0.1 - 2019-12-18

  • fix important variable
  • update README with example usage

1.0.0 - 2019-12-18

  • add outputs and futher improvements
  • Add initial bastion configuration
  • Initial commit