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
7 changes: 7 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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


### Features

* **pipes-targets-alpha:** support Amazon Data Firehose target ([#33860](https://github.com/aws/aws-cdk/issues/33860)) ([ebf1ea2](https://github.com/aws/aws-cdk/commit/ebf1ea2a57ec7876fffbe16eddac6b409ae79074))

## [2.192.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.191.0-alpha.0...v2.192.0-alpha.0) (2025-04-24)


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

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.193.0](https://github.com/aws/aws-cdk/compare/v2.192.0...v2.193.0) (2025-04-30)


### Features

* **appsync:** add support for data source integrations ([#34248](https://github.com/aws/aws-cdk/issues/34248)) ([2fac64e](https://github.com/aws/aws-cdk/commit/2fac64eda44710f6a70661555d0ab84bb76a279c)), closes [#34264](https://github.com/aws/aws-cdk/issues/34264)
* **codepipeline-actions:** add pipeline invoke action support. ([#34039](https://github.com/aws/aws-cdk/issues/34039)) ([5488048](https://github.com/aws/aws-cdk/commit/5488048e0aa5b7237087cd36a99b0c118e6ba180)), closes [#33818](https://github.com/aws/aws-cdk/issues/33818)
* **eks:** pass additional helm chart values to aws-load-balancer-controller ([#34077](https://github.com/aws/aws-cdk/issues/34077)) ([6f0605b](https://github.com/aws/aws-cdk/commit/6f0605b5cfb8f4bfe9fa67ef88fb875cb1c589e7)), closes [#29707](https://github.com/aws/aws-cdk/issues/29707) [/github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L199](https://github.com/aws//github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml/issues/L199)
* **kinesis:** throw `ValidationErrors` instead of untyped Errors ([#34239](https://github.com/aws/aws-cdk/issues/34239)) ([7f378b6](https://github.com/aws/aws-cdk/commit/7f378b6ee87a9ad89772d3cdd77c89d6a9ab8209)), closes [#32569](https://github.com/aws/aws-cdk/issues/32569)


### Bug Fixes

* **efs:** support imported subnet ([#34041](https://github.com/aws/aws-cdk/issues/34041)) ([20df8fb](https://github.com/aws/aws-cdk/commit/20df8fb9fdc41f65ce80e45bdb9aa8aa1da83fac)), closes [#33876](https://github.com/aws/aws-cdk/issues/33876)
* **stepfunctions:** containsTaskToken doesn't handle null values ([#34295](https://github.com/aws/aws-cdk/issues/34295)) ([37a66da](https://github.com/aws/aws-cdk/commit/37a66da60a4fa9626780e63abbe1d3fabaf93258)), closes [#34293](https://github.com/aws/aws-cdk/issues/34293)

## [2.192.0](https://github.com/aws/aws-cdk/compare/v2.191.0...v2.192.0) (2025-04-24)


Expand Down
22 changes: 20 additions & 2 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8512,6 +8512,16 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'channelNamespaceName': '*',
'code': '*',
'publishHandlerConfig': {
'direct': 'boolean',
'dataSource': '*',
'lambdaInvokeType': 'LambdaInvokeType'
},
'subscribeHandlerConfig': {
'direct': 'boolean',
'dataSource': '*',
'lambdaInvokeType': 'LambdaInvokeType'
},
'authorizationConfig': {
'publishAuthModeTypes': 'AppSyncAuthorizationType',
'subscribeAuthModeTypes': 'AppSyncAuthorizationType'
Expand Down Expand Up @@ -15218,7 +15228,11 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'albController': {
'version': '*',
'repository': '*',
'policy': '*'
'policy': '*',
'additionalHelmChartValues': {
'enableWafv2': 'boolean',
'enableWaf': 'boolean'
}
},
'clusterLogging': 'ClusterLoggingTypes',
'authenticationMode': 'AuthenticationMode',
Expand Down Expand Up @@ -15807,7 +15821,11 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'albController': {
'version': '*',
'repository': '*',
'policy': '*'
'policy': '*',
'additionalHelmChartValues': {
'enableWafv2': 'boolean',
'enableWaf': 'boolean'
}
},
'clusterLogging': 'ClusterLoggingTypes',
'authenticationMode': 'AuthenticationMode',
Expand Down
23 changes: 23 additions & 0 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
'OPENID_CONNECT',
'AWS_LAMBDA'
],
'AppSyncDataSourceType': [
'AWS_LAMBDA',
'AMAZON_DYNAMODB',
'AMAZON_EVENTBRIDGE',
'AMAZON_OPENSEARCH_SERVICE',
'HTTP',
'RELATIONAL_DATABASE',
'AMAZON_BEDROCK_RUNTIME'
],
'AppSyncFieldLogLevel': [
'NONE',
'ERROR',
Expand Down Expand Up @@ -1312,6 +1321,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
'resource-exhausted',
'unavailable'
],
'HandlerBehavior': [
'CODE',
'DIRECT'
],
'HandlerName': [
'user',
'table',
Expand Down Expand Up @@ -2036,6 +2049,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
'Event',
'DryRun'
],
'LambdaInvokeType': [
'EVENT',
'REQUEST_RESPONSE'
],
'LambdaVersion': [
'V1_0',
'V2_0',
Expand Down Expand Up @@ -2861,6 +2878,12 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
'ALL_ACTIONS',
'FAILED_ACTIONS'
],
'RevisionType': [
'COMMIT_ID',
'IMAGE_DIGEST',
'S3_OBJECT_VERSION_ID',
'S3_OBJECT_KEY'
],
'RevocationType': [
'CRL'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,27 @@
"AWS_LAMBDA"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-appsync/lib/channel-namespace.ts": {
"HandlerBehavior": [
"CODE",
"DIRECT"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-appsync/lib/data-source-common.ts": {
"AppSyncDataSourceType": [
"AWS_LAMBDA",
"AMAZON_DYNAMODB",
"AMAZON_EVENTBRIDGE",
"AMAZON_OPENSEARCH_SERVICE",
"HTTP",
"RELATIONAL_DATABASE",
"AMAZON_BEDROCK_RUNTIME"
],
"LambdaInvokeType": [
"EVENT",
"REQUEST_RESPONSE"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-appsync/lib/graphqlapi-base.ts": {
"Visibility": [
"GLOBAL",
Expand Down Expand Up @@ -2006,6 +2027,14 @@
"Events"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-codepipeline-actions/lib/codepipeline/invoke-action.ts": {
"RevisionType": [
"COMMIT_ID",
"IMAGE_DIGEST",
"S3_OBJECT_VERSION_ID",
"S3_OBJECT_KEY"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-codepipeline-actions/lib/ecr/build-and-publish-action.ts": {
"RegistryType": [
"private",
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.192.0",
"alphaVersion": "2.192.0-alpha.0"
"version": "2.193.0",
"alphaVersion": "2.193.0-alpha.0"
}
Loading