Releases: cloudposse/terraform-aws-lb-s3-bucket
v0.15.1
🤖 Automatic Updates
chore(deps): update terraform cloudposse/s3-log-storage/aws to v0.28.0 @renovate (#53)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-log-storage/aws (source) | module | minor | 0.26.0 -> 0.28.0 |
v0.15.0
Make use of S3 bucket ownership @max-lobur (#46)
v0.14.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#44)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.14.0
v0.13.0
Add support to set S3 access logs bucket @adamantike (#40)
What
Allow setting access_log_bucket_name
and access_log_bucket_prefix
variables, which will be bypassed to the cloudposse/s3-log-storage/aws
module as-is.
We need to bump the cloudposse/s3-log-storage/aws
module to version 0.24.0
, as that's where the access_log_bucket_prefix
variable was introduced.
Why
- Need to keep track of accesses to LB access logs.
References
v0.12.0
update s3_policy to work with all lb types @wmborelli (#38)
what
- All load balancer types will be able to log to the s3 bucket.
why
- The missing policy info prevents logging from all load balancer types and is incomplete according to AWS documentation.
references
- closes #9 which is technically not the actual issue which says server side encryption is preventing the logging capability.
- See the various bucket policies in the following links:
https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html
https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-access-logs.html
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html - hoping to add the fix in to the nlb here cloudposse/terraform-aws-nlb#13
v0.11.4
🤖 Automatic Updates
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#36)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.11.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/s3-log-storage/aws to v0.20.0 @renovate (#37)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-log-storage/aws (source) | terraform | minor | 0.19.0 -> 0.20.0 |
Release Notes
cloudposse/terraform-aws-s3-log-storage
v0.20.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#53)
#### what - update context.tf to v0.24.1 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added #### why - It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliantv0.11.2
🤖 Automatic Updates
Update context.tf @cloudpossebot (#31)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.11.1
🤖 Automatic Updates
chore(deps): update terraform cloudposse/s3-log-storage/aws to v0.19.0 @renovate (#35)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-log-storage/aws (source) | terraform | minor | 0.18.1 -> 0.19.0 |