From 24c4073586c5400fe7bb5a5d0930d28db4237882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:42:19 +0000 Subject: [PATCH] chore(main): release 7.2.0 --- .release-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-manifest.json b/.release-manifest.json index 58ef57e0..eb0c51f1 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c62da6ca..0f32c029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [7.2.0](https://github.com/uktrade/terraform-platform-modules/compare/7.1.0...7.2.0) (2025-02-07) + + +### Features + +* Add table to CloudWatch dashboard to show deployed images ([#328](https://github.com/uktrade/terraform-platform-modules/issues/328)) ([7eb3f2b](https://github.com/uktrade/terraform-platform-modules/commit/7eb3f2b95e43c89bffba0d05e333604132521689)) + + +### Bug Fixes + +* DBTP-1736 - Add custom slack channel id to image build project ([#326](https://github.com/uktrade/terraform-platform-modules/issues/326)) ([781b2f8](https://github.com/uktrade/terraform-platform-modules/commit/781b2f87a5adcf440f35bb561933e1c661ce4052)) +* DBTP-1749 - Fix deploy status is null error ([#329](https://github.com/uktrade/terraform-platform-modules/issues/329)) ([430ff02](https://github.com/uktrade/terraform-platform-modules/commit/430ff02c90ef26d627b36001dde828fb25512b03)) + ## [7.1.0](https://github.com/uktrade/terraform-platform-modules/compare/7.0.0...7.1.0) (2025-01-31)