Releases: schubergphilis/terraform-aws-mcaf-lambda
Releases · schubergphilis/terraform-aws-mcaf-lambda
v2.0.0
What's Changed
🚀 Features
- feature: add support for providing an lambda image & update default runtime (#80) @marwinbaumannsbp
- breaking: Update all execution role related variables (#79) @marlonparmentier
Full Changelog: v1.4.1...v2.0.0
v1.4.1
What's Changed
🐛 Bug Fixes
- fix: Fix the check on given RoleArn (#77) @fatbasstard
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
🚀 Features
- feature: Refactor role and policy (#75) @fatbasstard
🐛 Bug Fixes
- bug: Refactor role_arn variable to list of strings to cope with 'Invalid count' error (#76) @stefanwb
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
What's Changed
🐛 Bug Fixes
- bug: Fix no VPC SG checks (#71) @fatbasstard
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
🚀 Features
- feature: Add security group as input (#67) @fatbasstard
🐛 Bug Fixes
- bug: fixes creating role when no role_arn is specified (#69) @stefanwb
- feature: Add security group as input (#67) @fatbasstard
Full Changelog: v1.1.2...v1.2.0
v1.1.2-hotfix-reuse-sg
This is a temporary hotfix release to enable the reuse of Security Groups. This is done to prevent hitting Hyperplane ENI limits.
See:
- https://aws.plainenglish.io/dealing-with-you-have-exceeded-the-maximum-limit-for-hyperplane-enis-for-your-account-223147e7ab64
- https://docs.aws.amazon.com/lambda/latest/dg/foundation-networking.html
Structural implementation requires refactoring, therefor a temporary hotfix release (on a hotfix branch)
v1.1.2
What's Changed
🐛 Bug Fixes
- fix: Allow sourcecode hash also for s3 (#66) @jverhoeks
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
🐛 Bug Fixes
- fix: SG already exists error when recreating with create_before_destroy by introducing a
security_group_name_prefix
variable (#64) @stefanwb
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
🚀 Features
- feature: allow referencing ipv6 and other security groups in the
security_group_egress_rules
variable (#63) @marwinbaumannsbp
Full Changelog: v1.0.0...v1.1.0