From 6af95bcdc62022c271ab133d291d328fef99c13a Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Tue, 26 Jul 2022 15:31:14 +0000 Subject: [PATCH 1/4] chore(release): 2.12.0 --- CHANGELOG.v2.md | 2 ++ source/lerna.v2.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 87eae3d84..bf4a4bf1a 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.12.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v2.12.0) (2022-07-26) + ## [2.11.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.10.0...v2.11.0) (2022-07-18) * Built upon underlying CDK version V2.24.0 diff --git a/source/lerna.v2.json b/source/lerna.v2.json index 0a3022dea..a7788ca8d 100644 --- a/source/lerna.v2.json +++ b/source/lerna.v2.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.11.0" + "version": "2.12.0" } From 28f1a637d5463b7e4a0ad5eafcd53cfe3fd0d2db Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:35:02 -0400 Subject: [PATCH 2/4] chore(changelog): Updated CHANGELOG.v2.md, version --- CHANGELOG.v2.md | 2 ++ deployment/v2/align-version.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index bf4a4bf1a..fd3f42a7a 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [standa ## [2.12.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v2.12.0) (2022-07-26) +* Built upon underlying CDK version V2.25.0 + ## [2.11.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.10.0...v2.11.0) (2022-07-18) * Built upon underlying CDK version V2.24.0 diff --git a/deployment/v2/align-version.js b/deployment/v2/align-version.js index d798207ef..88dc416c0 100755 --- a/deployment/v2/align-version.js +++ b/deployment/v2/align-version.js @@ -10,7 +10,7 @@ const findVersion = process.argv[2]; const replaceVersion = process.argv[3]; // these versions need to be sourced from a config file -const awsCdkLibVersion = '2.24.0'; +const awsCdkLibVersion = '2.25.0'; const constructsVersion = '10.0.0'; const MODULE_EXEMPTIONS = new Set([ '@aws-cdk/cloudformation-diff', From 3081d0f6de4738ca20059f6e0d40245df20f9fd9 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Mon, 1 Aug 2022 14:05:44 +0000 Subject: [PATCH 3/4] chore(release): 1.159.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5d44040..a33dd589b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.159.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.12.0...v1.159.0) (2022-08-01) + ## [1.158.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v1.158.0) (2022-07-26) * Upgraded all patterns to CDK v1.158.0 diff --git a/source/lerna.json b/source/lerna.json index 886f3571d..ce625a32f 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.158.0" + "version": "1.159.0" } From 9cbdcf38b97ca0e15c8344659b3a720f32f3722b Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:07:34 -0400 Subject: [PATCH 4/4] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33dd589b..f7fde29ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [standa ## [1.159.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.12.0...v1.159.0) (2022-08-01) +* Upgraded all patterns to CDK v1.159.0 + ## [1.158.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v1.158.0) (2022-07-26) * Upgraded all patterns to CDK v1.158.0