Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.191.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.190.0-alpha.0...v2.191.0-alpha.0) (2025-04-22)


### Features

* **location:** throw ValidationError instead of untyped errors ([#34174](https://github.com/aws/aws-cdk/issues/34174)) ([2ecf14a](https://github.com/aws/aws-cdk/commit/2ecf14a0c3e5a988532975536980d81589ea448e))
* **msk:** throw ValidationError instead of untyped errors ([#34214](https://github.com/aws/aws-cdk/issues/34214)) ([02cb5a4](https://github.com/aws/aws-cdk/commit/02cb5a4284e9aad2f8cc4fc8fcb2c1aebe8f92be))

## [2.190.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.189.1-alpha.0...v2.190.0-alpha.0) (2025-04-16)


Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.191.0](https://github.com/aws/aws-cdk/compare/v2.190.0...v2.191.0) (2025-04-22)


### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

* **cloudformation:** Some L1 resources experienced breaking changes due to
updated CloudFormation resources. Please check the notes for each
specific module for more information.
* **neptune-alpha**: `Id` attribute is being removed from the
AWS::Neptune::DBClusterParameterGroup and AWS::Neptune::DBParameterGroup
resources
* **aws-launchwizard**: `specifications` prop moved from required to
optional in CfnDeployment
* **aws-ses**: `attribute` attribute moved from required to optional in
RuleBooleanToEvaluateProperty

### Features

* **cloudformation:** update L1 CloudFormation resource definitions ([#34207](https://github.com/aws/aws-cdk/issues/34207)) ([adfa416](https://github.com/aws/aws-cdk/commit/adfa416fba36a5cf25a6dcb1dbdbec18029d9860))
* update L1 CloudFormation resource definitions ([e3483c2](https://github.com/aws/aws-cdk/commit/e3483c2dc947d41059b127db77a6382ad1ed6f62))
* **codebuild:** add additional build images for lambda ([#34197](https://github.com/aws/aws-cdk/issues/34197)) ([5a265d1](https://github.com/aws/aws-cdk/commit/5a265d1f6f3ebfcade0cf2807b720a35845a0d60))
* **rds:** add Aurora MySQL versions 2.12.4, 3.08.2 ([#34045](https://github.com/aws/aws-cdk/issues/34045)) ([1dd993e](https://github.com/aws/aws-cdk/commit/1dd993e51dc90b13cec18809173275944075afdb))

## [2.190.0](https://github.com/aws/aws-cdk/compare/v2.189.1...v2.190.0) (2025-04-16)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -745,13 +745,17 @@
"LinuxArmLambdaBuildImage": [
"AMAZON_LINUX_2_NODE_18",
"AMAZON_LINUX_2023_NODE_20",
"AMAZON_LINUX_2023_NODE_22",
"AMAZON_LINUX_2_PYTHON_3_11",
"AMAZON_LINUX_2023_PYTHON_3_12",
"AMAZON_LINUX_2023_PYTHON_3_13",
"AMAZON_LINUX_2_RUBY_3_2",
"AMAZON_LINUX_2023_RUBY_3_4",
"AMAZON_LINUX_2023_CORRETTO_21",
"AMAZON_LINUX_2_CORRETTO_17",
"AMAZON_LINUX_2_CORRETTO_11",
"AMAZON_LINUX_2_GO_1_21",
"AMAZON_LINUX_2023_GO_1_24",
"AMAZON_LINUX_2_DOTNET_6",
"AMAZON_LINUX_2023_DOTNET_8"
]
Expand Down Expand Up @@ -781,13 +785,17 @@
"LinuxLambdaBuildImage": [
"AMAZON_LINUX_2_NODE_18",
"AMAZON_LINUX_2023_NODE_20",
"AMAZON_LINUX_2023_NODE_22",
"AMAZON_LINUX_2_PYTHON_3_11",
"AMAZON_LINUX_2023_PYTHON_3_12",
"AMAZON_LINUX_2023_PYTHON_3_13",
"AMAZON_LINUX_2_RUBY_3_2",
"AMAZON_LINUX_2023_RUBY_3_4",
"AMAZON_LINUX_2023_CORRETTO_21",
"AMAZON_LINUX_2_CORRETTO_17",
"AMAZON_LINUX_2_CORRETTO_11",
"AMAZON_LINUX_2_GO_1_21",
"AMAZON_LINUX_2023_GO_1_24",
"AMAZON_LINUX_2_DOTNET_6",
"AMAZON_LINUX_2023_DOTNET_8"
]
Expand Down Expand Up @@ -2354,6 +2362,7 @@
"VER_2_12_1",
"VER_2_12_2",
"VER_2_12_3",
"VER_2_12_4",
"VER_3_01_0",
"VER_3_01_1",
"VER_3_02_0",
Expand All @@ -2376,7 +2385,8 @@
"VER_3_07_0",
"VER_3_07_1",
"VER_3_08_0",
"VER_3_08_1"
"VER_3_08_1",
"VER_3_08_2"
],
"AuroraPostgresEngineVersion": [
"VER_9_6_8",
Expand Down Expand Up @@ -2452,6 +2462,7 @@
"VER_13_16",
"VER_13_17",
"VER_13_18",
"VER_13_20",
"VER_14_3",
"VER_14_4",
"VER_14_5",
Expand All @@ -2465,6 +2476,7 @@
"VER_14_13",
"VER_14_14",
"VER_14_15",
"VER_14_17",
"VER_15_2",
"VER_15_3",
"VER_15_4",
Expand All @@ -2474,6 +2486,7 @@
"VER_15_8",
"VER_15_9",
"VER_15_10",
"VER_15_12",
"VER_16_0",
"VER_16_1",
"VER_16_2",
Expand All @@ -2483,6 +2496,7 @@
"VER_16_5",
"VER_16_6",
"VER_16_6_LIMITLESS",
"VER_16_8",
"VER_17_1",
"VER_17_2"
],
Expand Down
4 changes: 2 additions & 2 deletions version.v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.190.0",
"alphaVersion": "2.190.0-alpha.0"
"version": "2.191.0",
"alphaVersion": "2.191.0-alpha.0"
}