From ed6683e0a3ace4abaa3729e65d56259e09061812 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Aug 2022 19:50:49 +0000 Subject: [PATCH] chore(release): version 5.3.0 [skip ci] ## [5.3.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.2.0...v5.3.0) (2022-08-10) ### Features * Add additional permission for `karpenter` IAM policy added in v0.14.0 release ([#264](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/264)) ([bce17b2](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/bce17b240f79121660d0a84ac0c161dd3806d3e6)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d64700..d959107a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.3.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.2.0...v5.3.0) (2022-08-10) + + +### Features + +* Add additional permission for `karpenter` IAM policy added in v0.14.0 release ([#264](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/264)) ([bce17b2](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/bce17b240f79121660d0a84ac0c161dd3806d3e6)) + ## [5.2.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.1.0...v5.2.0) (2022-06-27)