Skip to content

Commit eac629f

Browse files
authored
Merge branch 'main' into enum-updater-workflow-file
2 parents 10f2589 + df8b3fa commit eac629f

File tree

5 files changed

+45
-8
lines changed

5 files changed

+45
-8
lines changed

CHANGELOG.v2.alpha.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.185.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.184.1-alpha.0...v2.185.0-alpha.0) (2025-03-19)
6+
7+
8+
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
9+
10+
* **scheduler-targets-alpha:** The class `KinesisDataFirehosePutRecord` has been renamed to `FirehosePutRecord`.
11+
12+
### Bug Fixes
13+
14+
* **scheduler-targets-alpha:** rename `KinesisDataFirehosePutRecord` to `FirehosePutRecord` ([#33758](https://github.com/aws/aws-cdk/issues/33758)) ([e6f5bc8](https://github.com/aws/aws-cdk/commit/e6f5bc8915081a74a83e4055ccbaa11987ba943c)), closes [#33757](https://github.com/aws/aws-cdk/issues/33757) [#33798](https://github.com/aws/aws-cdk/issues/33798)
15+
516
## [2.184.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.184.0-alpha.0...v2.184.1-alpha.0) (2025-03-14)
617

718
## [2.184.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.183.0-alpha.0...v2.184.0-alpha.0) (2025-03-13)

CHANGELOG.v2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.185.0](https://github.com/aws/aws-cdk/compare/v2.184.1...v2.185.0) (2025-03-19)
6+
7+
8+
### Features
9+
10+
* **s3-deployment:** backfill missing enums for s3-deployment ([#33819](https://github.com/aws/aws-cdk/issues/33819)) ([2623e00](https://github.com/aws/aws-cdk/commit/2623e00546721f43a180871e2f8fb72712a9ffa1)), closes [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html#aws-properties-s3](https://github.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html/issues/aws-properties-s3)
11+
* update L1 CloudFormation resource definitions ([#33800](https://github.com/aws/aws-cdk/issues/33800)) ([fada917](https://github.com/aws/aws-cdk/commit/fada917f8197527cd90622614fe1b6769c6cab1a))
12+
* **ecs:** add validation checks to memory cpu combinations of FARGATE compatible task definitions ([#33608](https://github.com/aws/aws-cdk/issues/33608)) ([734ca66](https://github.com/aws/aws-cdk/commit/734ca662c82cbedf06393d223a870381ad55520c)), closes [#22216](https://github.com/aws/aws-cdk/issues/22216) [/github.com/aws/aws-cdk/issues/31106#issuecomment-2289166090](https://github.com/aws//github.com/aws/aws-cdk/issues/31106/issues/issuecomment-2289166090)
13+
* **ecs:** backfill missing enums for ecs ([#33644](https://github.com/aws/aws-cdk/issues/33644)) ([28c6a22](https://github.com/aws/aws-cdk/commit/28c6a22f14ea10c76c1aee87b57d3931809daba8))
14+
* **eks:** backfill missing enums for eks ([#33646](https://github.com/aws/aws-cdk/issues/33646)) ([f67a88b](https://github.com/aws/aws-cdk/commit/f67a88bf77db6b100fff07aab1a161167ba319e6))
15+
* **logs:** throw `ValidationError` instead of untyped Errors ([#33753](https://github.com/aws/aws-cdk/issues/33753)) ([1fea9f1](https://github.com/aws/aws-cdk/commit/1fea9f167a0521b49b5d0738b27f07fcfa3b36ad))
16+
17+
18+
### Bug Fixes
19+
20+
* **core:** remove whitespaces in tree.json ([#33784](https://github.com/aws/aws-cdk/issues/33784)) ([73b9138](https://github.com/aws/aws-cdk/commit/73b91382c6f681e91b662dc0599cc19ba91c8a5a)), closes [#27261](https://github.com/aws/aws-cdk/issues/27261) [#27261](https://github.com/aws/aws-cdk/issues/27261)
21+
* **s3:** add validation for lifecycle rule transitions ([#33731](https://github.com/aws/aws-cdk/issues/33731)) ([4128ff4](https://github.com/aws/aws-cdk/commit/4128ff44bf5f1112467851ce61c1826107e3a07d)), closes [#22103](https://github.com/aws/aws-cdk/issues/22103) [#22103](https://github.com/aws/aws-cdk/issues/22103)
22+
* **s3-deployment:** handle properly quoted strings in JSON files ([#33698](https://github.com/aws/aws-cdk/issues/33698)) ([bff85e8](https://github.com/aws/aws-cdk/commit/bff85e88fbe0ddb10bdcde8039af1736afa77cc2)), closes [#22661](https://github.com/aws/aws-cdk/issues/22661) [#22661](https://github.com/aws/aws-cdk/issues/22661)
23+
* **stepfunctions-tasks:** jobQueueArn support JsonPath or JSONata ([#33670](https://github.com/aws/aws-cdk/issues/33670)) ([1c09c8b](https://github.com/aws/aws-cdk/commit/1c09c8bb404b03929f245f7a888dfd84ac7cab32)), closes [#33580](https://github.com/aws/aws-cdk/issues/33580)
24+
525
## [2.184.1](https://github.com/aws/aws-cdk/compare/v2.184.0...v2.184.1) (2025-03-14)
626

727

packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
474474
],
475475
'CapacityType': [
476476
'SPOT',
477-
'ON_DEMAND'
477+
'ON_DEMAND',
478+
'CAPACITY_BLOCK'
478479
],
479480
'CfnCapabilities': [
480481
'',
@@ -1195,7 +1196,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
11951196
'FileSystemType': [
11961197
'ext3',
11971198
'ext4',
1198-
'xfs'
1199+
'xfs',
1200+
'ntfs'
11991201
],
12001202
'FileSystemTypeVersion': [
12011203
'2.10',
@@ -2952,7 +2954,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
29522954
],
29532955
'ServerSideEncryption': [
29542956
'AES256',
2955-
'aws:kms'
2957+
'aws:kms',
2958+
'aws:kms:dsse'
29562959
],
29572960
'ServiceIntegrationPattern': [
29582961
'FIRE_AND_FORGET',

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enums.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3450,7 +3450,8 @@
34503450
"FileSystemType": [
34513451
"ext3",
34523452
"ext4",
3453-
"xfs"
3453+
"xfs",
3454+
"ntfs"
34543455
],
34553456
"EbsPropagatedTagSource": [
34563457
"SERVICE",
@@ -3792,7 +3793,8 @@
37923793
],
37933794
"CapacityType": [
37943795
"SPOT",
3795-
"ON_DEMAND"
3796+
"ON_DEMAND",
3797+
"CAPACITY_BLOCK"
37963798
],
37973799
"TaintEffect": [
37983800
"NO_SCHEDULE",
@@ -4480,7 +4482,8 @@
44804482
"aws-cdk/packages/aws-cdk-lib/aws-s3-deployment/lib/bucket-deployment.ts": {
44814483
"ServerSideEncryption": [
44824484
"AES256",
4483-
"aws:kms"
4485+
"aws:kms",
4486+
"aws:kms:dsse"
44844487
],
44854488
"StorageClass": [
44864489
"STANDARD",

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.184.1",
3-
"alphaVersion": "2.184.1-alpha.0"
2+
"version": "2.185.0",
3+
"alphaVersion": "2.185.0-alpha.0"
44
}

0 commit comments

Comments
 (0)