Skip to content

Commit

Permalink
chore(release): version 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.2.0...v2.0.0) (2022-12-14)

### ⚠ BREAKING CHANGES

* **security:** Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources

### Features

* Add tags to all resources ([d86018e](d86018e))
* **iam:** Add permissions_boundary variable ([dc0bf06](dc0bf06))
* **lambda:** Add lambda_description variable ([b040993](b040993))
* **notifications:** Add var.webhook_type and improved teams notification ([0ef757b](0ef757b))
* **security:** Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources ([996b40f](996b40f))

### Bug Fixes

* **lambda:** Change timeout to 300sec ([25c45ec](25c45ec))
  • Loading branch information
semantic-release-bot committed Dec 14, 2022
1 parent 84fdc32 commit 8ae0fbe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [2.0.0](https://github.com/cloudandthings/terraform-aws-costnotifier/compare/v1.2.0...v2.0.0) (2022-12-14)


### ⚠ BREAKING CHANGES

* **security:** Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources

### Features

* Add tags to all resources ([d86018e](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/d86018ee08326c7dd4476a7e34ebbce962c3e8ae))
* **iam:** Add permissions_boundary variable ([dc0bf06](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/dc0bf0649fb10e38bdde7c6b64dba51e6cf0ed5d))
* **lambda:** Add lambda_description variable ([b040993](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/b04099344223c33b47eda93ad8a97d3090be1a33))
* **notifications:** Add var.webhook_type and improved teams notification ([0ef757b](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/0ef757b177af520adcf6e9260dee9b17e48d84cb))
* **security:** Rename sns_topic_kms_key_arn variable to kms_key_id and use for all resources ([996b40f](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/996b40f191fc24caeec6e184d82fe41d0a83fc82))


### Bug Fixes

* **lambda:** Change timeout to 300sec ([25c45ec](https://github.com/cloudandthings/terraform-aws-costnotifier/commit/25c45ecec91b420bb0a99b6f5865080e516b49ed))

## [1.2.0](https://github.com/cloudandthings/terraform-aws-costnotifier/compare/v1.1.0...v1.2.0) (2022-12-12)


Expand Down

0 comments on commit 8ae0fbe

Please sign in to comment.