From 4f1fca3aabc2bfce6763dc09e7473f5935ce1fb9 Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Thu, 26 Nov 2020 19:00:11 +0100 Subject: [PATCH] Bump version to v5.6.0 Signed-off-by: Moritz Zimmer --- README.md | 4 ++-- VERSION.txt | 2 +- docs/part1.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db90ccc..0dca722 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.5.2-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.5.2) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.6.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.6.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) resources with configurable event sources, IAM configuration (following the [principal of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege)), VPC as well as SSM and log streaming support. @@ -38,7 +38,7 @@ provider "aws" { module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.5.2" + version = "5.6.0" filename = "my-package.zip" function_name = "my-function" handler = "my-handler" diff --git a/VERSION.txt b/VERSION.txt index 3c95f37..7aefc82 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v5.5.2 +v5.6.0 diff --git a/docs/part1.md b/docs/part1.md index 1b7e63e..135410a 100644 --- a/docs/part1.md +++ b/docs/part1.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.5.2-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.5.2) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.6.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.6.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) resources with configurable event sources, IAM configuration (following the [principal of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege)), VPC as well as SSM and log streaming support. @@ -38,7 +38,7 @@ provider "aws" { module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.5.2" + version = "5.6.0" filename = "my-package.zip" function_name = "my-function" handler = "my-handler"