From 1517ab039209f368ba281b9bc2bcbdabfc96cc99 Mon Sep 17 00:00:00 2001 From: JoshuaWilkes <14214200+JoshuaWilkes@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:13:20 +0800 Subject: [PATCH] Update application to 4.12.4 (#374) * Update application to 4.12.4 * Update .changeset/serious-years-remember.md --------- Co-authored-by: Chris Norman <17420369+chrnorm@users.noreply.github.com> --- .changeset/serious-years-remember.md | 5 +++++ variables.tf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/serious-years-remember.md diff --git a/.changeset/serious-years-remember.md b/.changeset/serious-years-remember.md new file mode 100644 index 00000000..a5b6b6d3 --- /dev/null +++ b/.changeset/serious-years-remember.md @@ -0,0 +1,5 @@ +--- +"@common-fate/terraform-aws-common-fate-deployment": patch +--- + +Fixes an issue where Cedar policies for Access::Action::"Request" which could cause no entitlements to be available in certain circumstances. diff --git a/variables.tf b/variables.tf index bcd0f3ee..91cecb1b 100644 --- a/variables.tf +++ b/variables.tf @@ -18,7 +18,7 @@ variable "aws_region" { variable "release_tag" { description = "Override the application release tag to be used in the deployment. As of module version v1.13.0, application versions are bundled into the Terraform module, and so in most cases you should not override this." type = string - default = "v4.12.3" + default = "v4.12.4" } variable "app_certificate_arn" {