diff --git a/.changeset/cuddly-llamas-train.md b/.changeset/cuddly-llamas-train.md deleted file mode 100644 index b7a0a59a..00000000 --- a/.changeset/cuddly-llamas-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Introduce stacksets for deploying audit and rds roles, migrate to using tag based assume role policy conditions for control plane and provisioner. diff --git a/.changeset/gorgeous-coats-attack.md b/.changeset/gorgeous-coats-attack.md deleted file mode 100644 index d495ee9d..00000000 --- a/.changeset/gorgeous-coats-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Relax the AWS RDS database version constraint to be '15' rather than '15.4'. This fixes an issue where deployment updates could fail due to automatic minor version updates. diff --git a/.changeset/odd-mugs-speak.md b/.changeset/odd-mugs-speak.md deleted file mode 100644 index 6f3a1e77..00000000 --- a/.changeset/odd-mugs-speak.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -A default application release tag is now specified as part of the Terraform module. If you've been using the `release_tag` parameter, you should now remove this parameter from the stack to use the application versions bundled with the Terraform module. - -The initial bundled application release is v1.3.1. diff --git a/.changeset/polite-falcons-sleep.md b/.changeset/polite-falcons-sleep.md deleted file mode 100644 index ff09b516..00000000 --- a/.changeset/polite-falcons-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds modules required for Least Privilege Analysis. This module adds an S3 bucket used to store analysis reports. diff --git a/.changeset/yellow-tables-cover.md b/.changeset/yellow-tables-cover.md deleted file mode 100644 index 080689cf..00000000 --- a/.changeset/yellow-tables-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Add lifecycle ignore_changes blocks for uncontrolled values on cognito saml_idp and stacksets to prevent update warnings that don't make any changes diff --git a/CHANGELOG.md b/CHANGELOG.md index a8437f9b..4a6aa101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @common-fate/terraform-aws-common-fate-deployment +## 1.13.0 + +### Minor Changes + +- 7a609e6: Introduce stacksets for deploying audit and rds roles, migrate to using tag based assume role policy conditions for control plane and provisioner. +- eefebfb: A default application release tag is now specified as part of the Terraform module. If you've been using the `release_tag` parameter, you should now remove this parameter from the stack to use the application versions bundled with the Terraform module. + + The initial bundled application release is v1.3.1. + +- 47d06e6: Adds modules required for Least Privilege Analysis. This module adds an S3 bucket used to store analysis reports. + +### Patch Changes + +- 713855f: Relax the AWS RDS database version constraint to be '15' rather than '15.4'. This fixes an issue where deployment updates could fail due to automatic minor version updates. +- 714a2c3: Add lifecycle ignore_changes blocks for uncontrolled values on cognito saml_idp and stacksets to prevent update warnings that don't make any changes + ## 1.12.0 ### Minor Changes diff --git a/package.json b/package.json index 6cd7d9dd..745c3c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/terraform-aws-common-fate-deployment", - "version": "1.12.0", + "version": "1.13.0", "description": "", "main": "index.js", "keywords": [],