v0.24.2
enable http3 @kevcube (#90)
what
- Enable HTTP/3 support in CloudFront
why
- It's faster, and shinier than http/2
references
git.io->cloudposse.tools update @dylanbannon (#87)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
🤖 Automatic Updates
Update Terraform cloudposse/route53-alias/aws to v0.13.0 @renovate (#81)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-alias/aws (source) | module | minor | 0.12.1 -> 0.13.0 |
Release Notes
cloudposse/terraform-aws-route53-alias
v0.13.0
BREAKING CHANGE: Because this release changes resource addresses, it will result in Terraform destroying and recreating some resources. Please consider removing
aws_route53_record
resources from the state and importing them to the new resource addresses if you do not with for any destructive changes.
Fix: Add BridgeCrew Suppressions @korenyoni (#39)
##### what- Add BridgeCrew suppressions
why
Add suppressions appearing in #37
##### references * #37Chore: Run 'make github/init' @korenyoni (#38)
##### what * Run `make github/init` ##### why * Updates GHA-workflow-related files to their latest distribution in https://github.com/cloudposse/build-harness * Allows using `no-release` label for consolidating multiple PRs into a single release. ##### references * N/AFix: create records using `for_each` instead of `count` @1david5 (#37)
##### what * Modify `default` and `ipv6` `aws_route53_record` resources to use `for_each` instead of `count`. ##### why * Prevent destroying and recreating DNS records when removing elements from `aliases` list.Update Terraform cloudposse/s3-log-storage/aws to v0.26.0 @renovate (#71)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-log-storage/aws (source) | module | minor | 0.24.1 -> 0.26.0 |