From b8ad11fb6499c5f18560054ff5ed43c328a680be Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Tue, 14 Jun 2022 12:17:42 +0000 Subject: [PATCH 1/3] chore(release): 1.160.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ version.v1.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e366d4ad1f45c..7645ad217fad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.160.0](https://github.com/aws/aws-cdk/compare/v1.159.0...v1.160.0) (2022-06-14) + + +### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES + +* **deps:** Starting with this release, Node 12 is no longer +supported and customers should upgrade to Node 14, 16, or 18. + +### Features + +* **cfnspec:** cloudformation spec v75.0.0 ([#20615](https://github.com/aws/aws-cdk/issues/20615)) ([0a13e09](https://github.com/aws/aws-cdk/commit/0a13e09af6299afed031c4c1814f621e4dd8e975)) + + +### Bug Fixes + +* **lambda:** deprecate Python3.6 ([#19988](https://github.com/aws/aws-cdk/issues/19988)) ([9602229](https://github.com/aws/aws-cdk/commit/9602229b6c9105fc4c0ade3348d0c250a2f39c6d)), closes [#20085](https://github.com/aws/aws-cdk/issues/20085) + + +### Miscellaneous Chores + +* **deps:** npm-check-updates && yarn upgrade ([#20684](https://github.com/aws/aws-cdk/issues/20684)) ([e661fe9](https://github.com/aws/aws-cdk/commit/e661fe9fa8c4978ea321507063d6739089bc69db)) + ## [1.159.0](https://github.com/aws/aws-cdk/compare/v1.158.0...v1.159.0) (2022-06-02) diff --git a/version.v1.json b/version.v1.json index 49cbd4aa4fe3c..eb36cdb438a40 100644 --- a/version.v1.json +++ b/version.v1.json @@ -1,3 +1,3 @@ { - "version": "1.159.0" + "version": "1.160.0" } \ No newline at end of file From b8f328210a33fade4068008fb31266ee1e1f6361 Mon Sep 17 00:00:00 2001 From: epolon Date: Tue, 14 Jun 2022 15:25:21 +0300 Subject: [PATCH 2/3] fix changelog --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7645ad217fad1..9ece490751347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ All notable changes to this project will be documented in this file. See [standa ## [1.160.0](https://github.com/aws/aws-cdk/compare/v1.159.0...v1.160.0) (2022-06-14) -### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES +### ⚠Removal of Node 12 -* **deps:** Starting with this release, Node 12 is no longer -supported and customers should upgrade to Node 14, 16, or 18. +- Starting with this release, Node 12 is no longer supported and customers should upgrade to Node 14, 16, or 18. ### Features @@ -776,13 +775,13 @@ languages, and required convoluted workarounds, which can now be removed. ### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES -* **appsync:** The `CachingConfig#ttl` property is now required. +* **appsync:** The `CachingConfig#ttl` property is now required. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl * **glue:** the grantRead API previously included 'glue:BatchDeletePartition', and now it does not. - + ### Features From 47da8a5e705ca17615609861e171e4a8dd84e1dc Mon Sep 17 00:00:00 2001 From: epolon Date: Tue, 14 Jun 2022 15:28:25 +0300 Subject: [PATCH 3/3] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ece490751347..8abeea5a12433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. See [standa ## [1.160.0](https://github.com/aws/aws-cdk/compare/v1.159.0...v1.160.0) (2022-06-14) -### ⚠Removal of Node 12 +### ⚠ Removal of Node 12 - Starting with this release, Node 12 is no longer supported and customers should upgrade to Node 14, 16, or 18.