Skip to content

Commit c91ce82

Browse files
committed
Update CHANGELOG
1 parent 841d122 commit c91ce82

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.0.0] - 2019-10-13
5+
Note that this release contains breaking changes. Hence the major version bump.
6+
7+
### Added
8+
- Support for TF v0.12
9+
- Support for Network Load Balancers
10+
- Variable `instance_type` added.
11+
- Variable `additional_security_group_ids` added to support more flexibility with security groups.
12+
- Variable `eip_id` added to pass in an EIP object
13+
- `asg_min_size`, `asg_max_size`, and `asg_desired_capacity` variables for autoscaling groups.
14+
- Variable `wg_persistent_keepalive` to set keepalive in seconds. Set to 0 to disable.
15+
16+
### Changed
17+
- Variable `public_subnet_ids` renamed to `subnet_ids`
18+
- Ubuntu AMI used will now default to the latest.
19+
20+
### Removed
21+
- An EIP is no longer created in this module, in order to support the option to use a ELB. Instead, a EIP ID must be passed in, if that is the desired configuration.
22+
423
## [0.0.2] - 2019-03-02
524
### Added
625
- Multi-client support via the module variable.

0 commit comments

Comments
 (0)