From 27345c573a3c20fd782f5058a9979bf4e81c58ce Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Tue, 24 Aug 2021 11:42:52 +0200 Subject: [PATCH] Bump version to v5.15.0 Signed-off-by: Moritz Zimmer --- README.md | 6 +++--- VERSION.txt | 2 +- docs/part1.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 88292c5..027a7a7 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.14.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.14.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) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.15.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.15.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) and accompanying resources for an efficient and secure development of Lambda functions like: @@ -50,7 +50,7 @@ provider "aws" { module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.14.0" + version = "5.15.0" filename = "my-package.zip" function_name = "my-function" @@ -67,7 +67,7 @@ see [example](examples/container-image) for details ```hcl module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.14.0" + version = "5.15.0" function_name = "my-function" image_uri = "111111111111.dkr.ecr.eu-west-1.amazonaws.com/my-image" diff --git a/VERSION.txt b/VERSION.txt index ec7fd1a..858aacc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v5.14.0 +v5.15.0 diff --git a/docs/part1.md b/docs/part1.md index 583693f..d1274bb 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.14.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.14.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) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-5.15.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/5.15.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) and accompanying resources for an efficient and secure development of Lambda functions like: @@ -50,7 +50,7 @@ provider "aws" { module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.14.0" + version = "5.15.0" filename = "my-package.zip" function_name = "my-function" @@ -67,7 +67,7 @@ see [example](examples/container-image) for details ```hcl module "lambda" { source = "moritzzimmer/lambda/aws" - version = "5.14.0" + version = "5.15.0" function_name = "my-function" image_uri = "111111111111.dkr.ecr.eu-west-1.amazonaws.com/my-image"