Releases: honeycombio/terraform-aws-integrations
Releases · honeycombio/terraform-aws-integrations
v1.3.0 🌈
v1.2.1 🌈
Changes
- bug: give lambda parameters a fixed order @RainofTerra (#64)
v1.2.0 🌈
Changes
- maint: upgrade from go1.x to provided.al2 @brookesargent (#65)
v1.1.0 🌈
v1.0.0 🌈
Changes
- feature: support AWS Provider 5.x @jharley | (#53)
- feature: Moving
s3_configuration {}
from root block tohttp_endpoint_configuration
@ryan-keswick | (#49)
📣 This drops support for AWS Provider 4.x. If you are still on v4 of the AWS provider, please continue to use v0.5.0
of this module.
v0.5.0🌈
v0.4.0 🌈
Changes
- fix: be explicit about S3 access policies @dstrelau (#45)
- This is technically a breaking change, in that it changes the exact resources created by the root module, but
AWS changed the defaults of S3 buckets such that the old version does not work. The new resources match the new AWS defaults and are functionally equivalent to the old ones (ensuring the S3 is completely private). Only users of the root module should see a diff. Individual sub-modules are not effected.
- This is technically a breaking change, in that it changes the exact resources created by the root module, but
v0.3.0 🌈
Changes
- Supporting running lambda in a vpc @ryan-keswick (#41)
- [build] add repo name and repo link to asana task @brookesargent (#39)
v0.2.8 🌈
Changes
- Remove 'pro/enterprise only' disclaimer for metrics @jharley (#37)
- [ci] update workflow to work for pull_request_target @brookesargent (#36)
- [ci] send Github issues and PRs to Asana @brookesargent (#35)