Skip to content

Commit 1764f09

Browse files
author
AWS CDK Team
committed
chore(release): 2.145.0
1 parent 8f4d4d7 commit 1764f09

File tree

5 files changed

+41
-10
lines changed

5 files changed

+41
-10
lines changed

Diff for: CHANGELOG.v2.alpha.md

+2
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.145.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.144.0-alpha.0...v2.145.0-alpha.0) (2024-06-07)
6+
57
## [2.144.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.143.1-alpha.0...v2.144.0-alpha.0) (2024-05-31)
68

79

Diff for: CHANGELOG.v2.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.145.0](https://github.com/aws/aws-cdk/compare/v2.144.0...v2.145.0) (2024-06-07)
6+
7+
8+
### Features
9+
10+
* **config:** proactive evaluation mode ([#30174](https://github.com/aws/aws-cdk/issues/30174)) ([516ecef](https://github.com/aws/aws-cdk/commit/516ecef9a5504c19558367c360a2791559b929eb)), closes [#30172](https://github.com/aws/aws-cdk/issues/30172)
11+
* **eks:** support for Kubernetes version 1.30 ([#30454](https://github.com/aws/aws-cdk/issues/30454)) ([d2ea280](https://github.com/aws/aws-cdk/commit/d2ea2809cd3024052b8cfa76a990cbc9e9224688))
12+
* update L1 CloudFormation resource definitions ([#30438](https://github.com/aws/aws-cdk/issues/30438)) ([3ee5ce0](https://github.com/aws/aws-cdk/commit/3ee5ce03905e5d12d569bcc58b8134c81a97d7c7))
13+
* **chatbot:** configure `userRoleRequired` for the `SlackChannelConfiguration` ([#30420](https://github.com/aws/aws-cdk/issues/30420)) ([5b84ca6](https://github.com/aws/aws-cdk/commit/5b84ca6f41bd4417654ff8f0b3a4602524037894)), closes [#30403](https://github.com/aws/aws-cdk/issues/30403)
14+
* **codebuild:** `Fleet` L2 ([#29754](https://github.com/aws/aws-cdk/issues/29754)) ([940e799](https://github.com/aws/aws-cdk/commit/940e7990e1f6750f55f7e2bf95d936d8ec90cd36)), closes [#29617](https://github.com/aws/aws-cdk/issues/29617) [#29616](https://github.com/aws/aws-cdk/issues/29616)
15+
* **codepipeline:** `GitPushFilter` with branches and file paths for trigger ([#29127](https://github.com/aws/aws-cdk/issues/29127)) ([ddbbd00](https://github.com/aws/aws-cdk/commit/ddbbd002da6298679500d4dd6b6c5b1487bd5f5d)), closes [#29124](https://github.com/aws/aws-cdk/issues/29124)
16+
* **logs:** add distribution property to the Subscription class ([#30423](https://github.com/aws/aws-cdk/issues/30423)) ([0e95bf0](https://github.com/aws/aws-cdk/commit/0e95bf0032f1beada8a1806724ef241613c3b41d)), closes [#30422](https://github.com/aws/aws-cdk/issues/30422)
17+
18+
19+
### Bug Fixes
20+
21+
* **custom-resources:** `logApiResponseData` is added to custom resource event properties by default ([#30418](https://github.com/aws/aws-cdk/issues/30418)) ([a899ac6](https://github.com/aws/aws-cdk/commit/a899ac6692b1f36b4fe2cefb3268c4be10313ffa)), closes [#30121](https://github.com/aws/aws-cdk/issues/30121) [#29949](https://github.com/aws/aws-cdk/issues/29949) [#29648](https://github.com/aws/aws-cdk/issues/29648)
22+
* route53 CrossAccountZoneDelegationRecord fails at deployment time with imported `delegatedZone` ([#30440](https://github.com/aws/aws-cdk/issues/30440)) ([a3d9b10](https://github.com/aws/aws-cdk/commit/a3d9b10ad9036486961f74e852493aa9684cfdb4)), closes [#28581](https://github.com/aws/aws-cdk/issues/28581)
23+
* **apigateway:** allow overriding authorizer on methods ([#30415](https://github.com/aws/aws-cdk/issues/30415)) ([1b8d73c](https://github.com/aws/aws-cdk/commit/1b8d73cb33ca62dd035ca339d3f1b5acc251338c)), closes [#8827](https://github.com/aws/aws-cdk/issues/8827)
24+
25+
26+
### Reverts
27+
28+
* "feat(codepipeline): `GitPushFilter` with branches and file paths for trigger" ([#30462](https://github.com/aws/aws-cdk/issues/30462)) ([0fa3b1e](https://github.com/aws/aws-cdk/commit/0fa3b1efe94692859de9e7dff63a14edaa415fd0)), closes [aws/aws-cdk#29127](https://github.com/aws/aws-cdk/issues/29127)
29+
530
## [2.144.0](https://github.com/aws/aws-cdk/compare/v2.143.1...v2.144.0) (2024-05-31)
631

732

Diff for: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Flags come in three types:
7171
| [@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume) | When enabled, the default volume type of the EBS volume will be GP3 | 2.140.0 | (default) |
7272
| [@aws-cdk/pipelines:reduceAssetRoleTrustScope](#aws-cdkpipelinesreduceassetroletrustscope) | Remove the root account principal from PipelineAssetsFileRole trust policy | 2.141.0 | (default) |
7373
| [@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm](#aws-cdkaws-ecsremovedefaultdeploymentalarm) | When enabled, remove default deployment alarm settings | 2.143.0 | (default) |
74-
| [@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault](#aws-cdkcustom-resourceslogapiresponsedatapropertytruedefault) | When enabled, the custom resource used for AwsCustomResource will configure the logApiResponseData property as true by default | V2NEXT | (fix) |
74+
| [@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault](#aws-cdkcustom-resourceslogapiresponsedatapropertytruedefault) | When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default | 2.145.0 | (fix) |
7575

7676
<!-- END table -->
7777

@@ -1338,18 +1338,22 @@ When this featuer flag is enabled, remove the default deployment alarm settings
13381338

13391339
### @aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault
13401340

1341-
*When enabled, the custom resource used for AwsCustomResource will configure the logApiResponseData property as true by default* (fix)
1341+
*When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default* (fix)
13421342

1343-
When this feature flag is enabled, the custom resource used for AwsCustomResource will configure the logApiResponseData property as true by default. This
1344-
results in logApiResponseData being passed as true to the custom resource provider. Unlike most feature flags, we don't recommend setting this feature flag
1345-
to true unless you're using the AwsCustomResource construct with logApiResponseData set to true as a custom resource event property by default and do not
1346-
want to trigger an update by letting the default logApiResponseData value go back to undefined.
1343+
This results in 'logApiResponseData' being passed as true to the custom resource provider. This will cause the custom resource handler to receive an 'Update' event. If you don't
1344+
have an SDK call configured for the 'Update' event and you're dependent on specific SDK call response data, you will see this error from CFN:
1345+
1346+
CustomResource attribute error: Vendor response doesn't contain <attribute-name> attribute in object. See https://github.com/aws/aws-cdk/issues/29949) for more details.
1347+
1348+
Unlike most feature flags, we don't recommend setting this feature flag to true. However, if you're using the 'AwsCustomResource' construct with 'logApiResponseData' as true in
1349+
the event object, then setting this feature flag will keep this behavior. Otherwise, setting this feature flag to false will trigger an 'Update' event by removing the 'logApiResponseData'
1350+
property from the event object.
13471351

13481352

13491353
| Since | Default | Recommended |
13501354
| ----- | ----- | ----- |
13511355
| (not in v1) | | |
1352-
| V2NEXT | `false` | `false` |
1356+
| 2.145.0 | `false` | `false` |
13531357

13541358

13551359
<!-- END details -->

Diff for: packages/aws-cdk-lib/cx-api/lib/features.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ export const FLAGS: Record<string, FlagInfo> = {
11041104
the event object, then setting this feature flag will keep this behavior. Otherwise, setting this feature flag to false will trigger an 'Update' event by removing the 'logApiResponseData'
11051105
property from the event object.
11061106
`,
1107-
introducedIn: { v2: 'V2NEXT' },
1107+
introducedIn: { v2: '2.145.0' },
11081108
recommendedValue: false,
11091109
},
11101110
};

Diff for: version.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.144.0",
3-
"alphaVersion": "2.144.0-alpha.0"
2+
"version": "2.145.0",
3+
"alphaVersion": "2.145.0-alpha.0"
44
}

0 commit comments

Comments
 (0)