Releases: ministryofjustice/modernisation-platform-terraform-lambda-function
Releases · ministryofjustice/modernisation-platform-terraform-lambda-function
v.3.1,0
What's Changed
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test by @dependabot in #90
- feat: vpc config functionality by @haitchison in #89
New Contributors
- @haitchison made their first contribution in #89
Full Changelog: v2.1.0...v3.1.0
Introducing event invoke config Latest
This release allows to pass an SNS topic(s) ARN that can be used for reporting on success and/or on failure. This release also addresses tflint issues and contains security releases.
NOTE: This release contains breaking changes introduced with this commit.
In order to remediate the issue, make sure to set policy_json_attached
variable when using the module.
V2.1
What's Changed
- MOJ Compliant Badge Update by @ASTRobinson in #83
- Adding explicit attach json policy var to avoid plan failures. by @julialawrence in #85
New Contributors
- @ASTRobinson made their first contribution in #83
Full Changelog: v2.0.1...V2.1
v2.0.1
What's Changed
- Bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /test by @dependabot in #81
- add invoke_arn lambda function output by @bogdan-mania-moj in #82
New Contributors
- @bogdan-mania-moj made their first contribution in #82
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking Changes
- AWS Provider constraint is now set to
~> 5.x
. - This will conflict with modules that enforce a constraint of
~> 4.x
. You can useterraform providers
to show any potential conflicts.
What's Changed
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Add OSSF scorecards and pin github actions to specific versions as recommended in the github actions security hardening guidance by @davidkelliott in #3
- Many, many iterative dependabot updates
- Adding CONTRIBUTING.md to the top level by @SteveLinden in #78
- adding in variable for memory_size arg of lambda function by @LavMatt in #79
New Contributors
- @davidkelliott made their first contribution in #3
- @dependabot made their first contribution in #4
- @dms1981 made their first contribution in #5
- @SteveLinden made their first contribution in #78
- @LavMatt made their first contribution in #79
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Module to create a lambda function with associated IAM. by @julialawrence in #2
New Contributors
- @julialawrence made their first contribution in #2
Full Changelog: https://github.com/ministryofjustice/modernisation-platform-terraform-lambda-function/commits/v1.0.0