Skip to content

Commit 306dfdb

Browse files
authored
Merge branch 'main' into fix_20304
2 parents 931372a + 50c8f80 commit 306dfdb

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.v2.alpha.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [2.28.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.28.0-alpha.0...v2.28.1-alpha.0) (2022-06-15)
6+
57
## [2.28.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.27.0-alpha.0...v2.28.0-alpha.0) (2022-06-14)
68

79

@@ -279,7 +281,7 @@ All notable changes to this project will be documented in this file. See [standa
279281

280282
* **lambda-python:** `assetHashType` and `assetHash` properties moved to new `bundling` property.
281283
* **lambda-python:** Runtime is now required for `LambdaPython`
282-
* **appsync:** The `CachingConfig#ttl` property is now required.
284+
* **appsync:** The `CachingConfig#ttl` property is now required.
283285

284286
[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl
285287

@@ -311,7 +313,7 @@ All notable changes to this project will be documented in this file. See [standa
311313
* **glue:** the grantRead API previously included 'glue:BatchDeletePartition', and now it does not.
312314

313315

314-
316+
315317

316318
### Features
317319

CHANGELOG.v2.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.28.1](https://github.com/aws/aws-cdk/compare/v2.28.0...v2.28.1) (2022-06-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **init-templates:** unable to initialize typescript templates ([#20752](https://github.com/aws/aws-cdk/issues/20752)) ([7c06164](https://github.com/aws/aws-cdk/commit/7c061640bc829157ecdcf3fc8c470c5d5aebc3a4)), closes [#20751](https://github.com/aws/aws-cdk/issues/20751)
11+
512
## [2.28.0](https://github.com/aws/aws-cdk/compare/v2.27.0...v2.28.0) (2022-06-14)
613

714

@@ -1959,7 +1966,7 @@ section is changed from `HttpMethod` to `CorsHttpMethod`.
19591966

19601967
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
19611968

1962-
* **ecs-patterns:** ** the desiredCount property stored on the above constructs will be optional, allowing them to be undefined. This is enabled through the `@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount` feature flag. We would recommend all aws-cdk users to set the `REMOVE_DEFAULT_DESIRED_COUNT` flag to true for all of their existing applications.
1969+
* **ecs-patterns:** ** the desiredCount property stored on the above constructs will be optional, allowing them to be undefined. This is enabled through the `@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount` feature flag. We would recommend all aws-cdk users to set the `REMOVE_DEFAULT_DESIRED_COUNT` flag to true for all of their existing applications.
19631970

19641971
Fixes: https://github.com/aws/aws-cdk/issues/12990
19651972
* **aws-appsync:** RdsDataSource now takes a ServerlessCluster instead of a DatabaseCluster

version.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.28.0",
3-
"alphaVersion": "2.28.0-alpha.0"
2+
"version": "2.28.1",
3+
"alphaVersion": "2.28.1-alpha.0"
44
}

0 commit comments

Comments
 (0)