Skip to content

Commit 2266ecb

Browse files
authored
Merge branch 'main' into automation/spec-update
2 parents 5b3a236 + 73f281c commit 2266ecb

File tree

14 files changed

+182
-49
lines changed

14 files changed

+182
-49
lines changed

.github/workflows/request-cli-integ-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
- packages/aws-cdk/bin/**
2828
- packages/aws-cdk/lib/**
2929
- packages/aws-cdk/test/**
30+
- packages/cdk-assets/bin/**
31+
- packages/cdk-assets/lib/**
32+
- packages/cdk-assets/test/**
33+
- packages/aws-cdk-lib/cloud-assembly-schema/lib/**
34+
- packages/aws-cdk-lib/cloud-assembly-schema/schema/**
35+
- packages/aws-cdk-lib/cloud-assembly-schema/scripts/**
36+
- packages/aws-cdk-lib/cloud-assembly-schema/test/**
37+
- packages/@aws-cdk/cloudformation-diff/lib/**
38+
- packages/@aws-cdk/cloudformation-diff/test/**
3039
submit-to-test-pipeline:
3140
environment: test-pipeline
3241
needs: cli-changes

CHANGELOG.v2.alpha.md

Lines changed: 7 additions & 0 deletions
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.137.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.136.1-alpha.0...v2.137.0-alpha.0) (2024-04-10)
6+
7+
8+
### Bug Fixes
9+
10+
* **integ-tests:** `httpApiCall.expect` with resolved URL ([#29705](https://github.com/aws/aws-cdk/issues/29705)) ([49b4aa1](https://github.com/aws/aws-cdk/commit/49b4aa1e22062a3183dce7092e740af49fa951bf)), closes [#29700](https://github.com/aws/aws-cdk/issues/29700) [#29701](https://github.com/aws/aws-cdk/issues/29701)
11+
512
## [2.136.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.136.0-alpha.0...v2.136.1-alpha.0) (2024-04-09)
613

714
## [2.136.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.135.0-alpha.0...v2.136.0-alpha.0) (2024-04-06)

CHANGELOG.v2.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.137.0](https://github.com/aws/aws-cdk/compare/v2.136.1...v2.137.0) (2024-04-10)
6+
7+
8+
### Features
9+
10+
* **assertions:** add stack tagging assertions ([#29247](https://github.com/aws/aws-cdk/issues/29247)) ([72f189d](https://github.com/aws/aws-cdk/commit/72f189d3287313a03b1a73a03cb098340f7b2530)), closes [#27620](https://github.com/aws/aws-cdk/issues/27620)
11+
* **cloudfront:** adding support for inline KeyValueStore sources ([#29419](https://github.com/aws/aws-cdk/issues/29419)) ([5675010](https://github.com/aws/aws-cdk/commit/56750107ab1946d3ff0842b3615c5f37c4bc719f)), closes [#29204](https://github.com/aws/aws-cdk/issues/29204)
12+
* **ec2:** `NatInstanceProviderV2` improvements ([#29729](https://github.com/aws/aws-cdk/issues/29729)) ([4eb02a4](https://github.com/aws/aws-cdk/commit/4eb02a4692f87cd9c2cea9aec6d67a25d23ba9f7)), closes [#29720](https://github.com/aws/aws-cdk/issues/29720)
13+
* **elasticloadbalancingv2:** application load balancer attributes ([#29586](https://github.com/aws/aws-cdk/issues/29586)) ([067c4a5](https://github.com/aws/aws-cdk/commit/067c4a5740dfdcc6c383b85bbbe65798e02b2431)), closes [#29585](https://github.com/aws/aws-cdk/issues/29585)
14+
15+
16+
### Bug Fixes
17+
18+
* **appsync:** source api association does not depend on schema ([#29455](https://github.com/aws/aws-cdk/issues/29455)) ([92a160b](https://github.com/aws/aws-cdk/commit/92a160bb0a2c6ca528fc3f4e3ca036d0c70e6ca5)), closes [#29044](https://github.com/aws/aws-cdk/issues/29044)
19+
* **s3-deployment:** `BucketDeployment` fails when bootstrap stack's `StagingBucket` is encrypted with customer managed KMS key ([#29540](https://github.com/aws/aws-cdk/issues/29540)) ([0b429fb](https://github.com/aws/aws-cdk/commit/0b429fb80e7820afb606d5424476444940166ade)), closes [#25100](https://github.com/aws/aws-cdk/issues/25100) [#25100](https://github.com/aws/aws-cdk/issues/25100) [#25100](https://github.com/aws/aws-cdk/issues/25100)
20+
* **sns:** contentBasedDeduplication is always false for imported topic ([#29542](https://github.com/aws/aws-cdk/issues/29542)) ([4a9e683](https://github.com/aws/aws-cdk/commit/4a9e68311018a42bc5961646dda4be6861f916a5)), closes [#29532](https://github.com/aws/aws-cdk/issues/29532)
21+
22+
523
## [2.136.1](https://github.com/aws/aws-cdk/compare/v2.136.0...v2.136.1) (2024-04-09)
624

725

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/aws-cdk-vpc-nat-instance-v2-custom.assets.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/aws-cdk-vpc-nat-instance-v2-custom.template.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,12 @@
350350
"MyVpcNatSecurityGroupAA76397E",
351351
"GroupId"
352352
]
353+
},
354+
{
355+
"Fn::GetAtt": [
356+
"SecurityGroupDD263621",
357+
"GroupId"
358+
]
353359
}
354360
],
355361
"SourceDestCheck": false,
@@ -566,6 +572,12 @@
566572
"MyVpcNatSecurityGroupAA76397E",
567573
"GroupId"
568574
]
575+
},
576+
{
577+
"Fn::GetAtt": [
578+
"SecurityGroupDD263621",
579+
"GroupId"
580+
]
569581
}
570582
],
571583
"SourceDestCheck": false,
@@ -763,9 +775,11 @@
763775
"GroupDescription": "Security Group for NAT instances",
764776
"SecurityGroupEgress": [
765777
{
766-
"CidrIp": "0.0.0.0/0",
767-
"Description": "Allow all outbound traffic by default",
768-
"IpProtocol": "-1"
778+
"CidrIp": "255.255.255.255/32",
779+
"Description": "Disallow all traffic",
780+
"FromPort": 252,
781+
"IpProtocol": "icmp",
782+
"ToPort": 86
769783
}
770784
],
771785
"Tags": [
@@ -779,6 +793,24 @@
779793
}
780794
}
781795
},
796+
"SecurityGroupDD263621": {
797+
"Type": "AWS::EC2::SecurityGroup",
798+
"Properties": {
799+
"GroupDescription": "aws-cdk-vpc-nat-instance-v2-custom/SecurityGroup",
800+
"SecurityGroupEgress": [
801+
{
802+
"CidrIp": "0.0.0.0/0",
803+
"Description": "Allow egress to S3",
804+
"FromPort": 443,
805+
"IpProtocol": "tcp",
806+
"ToPort": 443
807+
}
808+
],
809+
"VpcId": {
810+
"Ref": "MyVpcF9F0CA6F"
811+
}
812+
}
813+
},
782814
"ALBAEE750D2": {
783815
"Type": "AWS::ElasticLoadBalancingV2::LoadBalancer",
784816
"Properties": {

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/manifest.json

Lines changed: 10 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/natinstancev2customintegtestDefaultTestDeployAssertEFDD468A.assets.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/natinstancev2customintegtestDefaultTestDeployAssertEFDD468A.template.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.nat-instances-v2-custom.js.snapshot/tree.json

Lines changed: 53 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)