You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [1.1.0] - 2017-11-06
7
+
## [2.0.0] - 2017-11-06
8
8
#### Added
9
9
* added `create_log_bucket` and `enable_logging` to help control logging more granularly.
10
10
11
11
#### Changed
12
-
* existing related variables made more descriptive
12
+
* existing log-related variables made more descriptive (this is the breaking change)
13
13
* S3 policy related test made more explicit (⭐ @antonbabenko)
14
14
15
15
## [1.0.3] - 2017-10-19
@@ -26,13 +26,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
26
* ruby version bump means `Rhcl` becomes `rhcl`.
27
27
28
28
## [1.0.2] - 2017-10-12
29
-
### Added
29
+
####Added
30
30
* moved data sources to dedicated `data.tf` file.
31
31
*`aws_caller_identity` now used to gather account_id rather than using a variable.
32
32
* tests added for `target_group` and expanded for `alb`.
33
33
* input variables added for health checks, bucket policy, force_destroy_log_bucket - increasing flexibility.
34
34
35
-
### Changed
35
+
####Changed
36
36
* altered structure of module to conform to the new [Terraform registry standards](https://www.terraform.io/docs/registry/modules/publish.html#requirements)
37
37
*`principle_account_id` (sp) moved to a data source rather than variable map. Spelling corrected.
38
38
* removed redundant `/test/alb` directory which had module contents copied. Test kitchen now uses the module itself.
@@ -43,25 +43,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
43
43
* stringed list variables moved to native lists
44
44
45
45
## [1.0.1] - 2017-09-14
46
-
### Added
46
+
####Added
47
47
* tag maps can now be provided (thanks @kwach)
48
48
49
-
### Changed
49
+
####Changed
50
50
* optional S3 logging (thanks @marocchino)
51
51
52
52
## [1.0.0] - 2017-03-16
53
-
### Added
53
+
####Added
54
54
* Tests and fixtures for ALB components using awspec and test kitchen
55
55
* S3 log bucket and policy rendering for logging now in place
56
56
* root_principle_id added and referenced through a map for s3 bucket policy
57
57
* string lists moved to native list types
58
58
* default region removed
59
59
60
-
### Changed
60
+
####Changed
61
61
* Restructured project templates to alb dir to add testing. This is a breaking change so upping major version.
0 commit comments