File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
1
5
<a name =" unreleased " ></a >
2
6
## [ Unreleased]
3
7
4
8
5
9
10
+ <a name =" v1.7.0 " ></a >
11
+ ## [ v1.7.0] - 2020-05-24
12
+
13
+ - feat: Added modules/notifications for S3 bucket notifications ([ #31 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/31 ) )
14
+ - docs: Fix link for complete S3 example to replication S3 example ([ #19 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/19 ) )
15
+
16
+
6
17
<a name =" v1.6.0 " ></a >
7
18
## [ v1.6.0] - 2020-03-06
8
19
12
23
<a name =" v1.5.0 " ></a >
13
24
## [ v1.5.0] - 2020-01-07
14
25
15
- - Updated CHANGELOG
16
26
- Fix kms_master_key_id to conform with terraform resource ([ #5 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/5 ) )
17
27
18
28
19
29
<a name =" v1.4.0 " ></a >
20
30
## [ v1.4.0] - 2019-11-22
21
31
22
- - Updated CHANGELOG
23
32
- Fix for bucket policy count when value is not computed ([ #12 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/12 ) )
24
33
25
34
26
35
<a name =" v1.3.0 " ></a >
27
36
## [ v1.3.0] - 2019-11-22
28
37
29
- - Updated CHANGELOG
30
38
- Updated example to show bucket policy usage
31
39
32
40
33
41
<a name =" v1.2.0 " ></a >
34
42
## [ v1.2.0] - 2019-11-21
35
43
36
- - Updated CHANGELOG
37
44
- Output bucket id from s3_bucket_policy to make sure that policy is present before it can be used
38
45
39
46
40
47
<a name =" v1.1.0 " ></a >
41
48
## [ v1.1.0] - 2019-11-20
42
49
43
- - Updated CHANGELOG
44
50
- Added support for S3 bucket policy (incl. ELB logs delivery policy) ([ #10 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/10 ) )
45
51
46
52
52
58
<a name =" v1.0.0 " ></a >
53
59
## [ v1.0.0] - 2019-08-29
54
60
55
- - Updated CHANGELOG
56
61
- Rewrite to match other modules, added all existing S3 features
57
62
58
63
59
64
<a name =" v0.0.1 " ></a >
60
65
## v0.0.1 - 2019-07-21
61
66
62
- - Updated CHANGELOG
63
67
- Minor formatting, cleanups, readme
64
68
- Initial release of this module ([ #4 ] ( https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/4 ) )
65
69
- Initial commit
66
70
67
71
68
- [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.6.0...HEAD
72
+ [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.7.0...HEAD
73
+ [ v1.7.0 ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.6.0...v1.7.0
69
74
[ v1.6.0 ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.5.0...v1.6.0
70
75
[ v1.5.0 ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.4.0...v1.5.0
71
76
[ v1.4.0 ] : https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.3.0...v1.4.0
You can’t perform that action at this time.
0 commit comments