Skip to content

Commit bd6e5ee

Browse files
authored
2 parents d5ab0df + 0dad8cd commit bd6e5ee

File tree

299 files changed

+18697
-1758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+18697
-1758
lines changed

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.130.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.129.0-alpha.0...v2.130.0-alpha.0) (2024-02-23)
6+
57
## [2.129.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.128.0-alpha.0...v2.129.0-alpha.0) (2024-02-21)
68

79

CHANGELOG.v2.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.130.0](https://github.com/aws/aws-cdk/compare/v2.129.0...v2.130.0) (2024-02-23)
6+
7+
8+
### Features
9+
10+
* **appconfig:** graduate to stable 🚀 ([#29188](https://github.com/aws/aws-cdk/issues/29188)) ([7feabc1](https://github.com/aws/aws-cdk/commit/7feabc1796cef3bd120af92525b49fe34fb7fd19))
11+
* **bedrock:** stabilityai model ([#29210](https://github.com/aws/aws-cdk/issues/29210)) ([6c17ca5](https://github.com/aws/aws-cdk/commit/6c17ca5dbd00ed94ce41beeafe81383a97c5564c))
12+
13+
14+
### Bug Fixes
15+
16+
* **custom-resources-handlers:** s3 deployment handler log injection vulnerability ([#28599](https://github.com/aws/aws-cdk/issues/28599)) ([83aa395](https://github.com/aws/aws-cdk/commit/83aa3956ad035f534a7d96374844085919be3e8a)), closes [#28469](https://github.com/aws/aws-cdk/issues/28469)
17+
* **pipelines:** generates warning since CDK 2.128.0 due to addition of v2 pipeline support in aws-codepipeline ([#29199](https://github.com/aws/aws-cdk/issues/29199)) ([eca1bcf](https://github.com/aws/aws-cdk/commit/eca1bcf0b8a449d07692e6363cefa149b1fe0ce4)), closes [#29190](https://github.com/aws/aws-cdk/issues/29190) [/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/pipelines/lib/codepipeline/codepipeline.ts#L467-L480](https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/pipelines/lib/codepipeline/codepipeline.ts/issues/L467-L480)
18+
519
## [2.129.0](https://github.com/aws/aws-cdk/compare/v2.128.0...v2.129.0) (2024-02-21)
620

721

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
2222
"aws-sdk-js-codemod": "^0.28.2",
23-
"cdk-generate-synthetic-examples": "^0.1.303",
23+
"cdk-generate-synthetic-examples": "^0.1.304",
2424
"conventional-changelog-cli": "^2.2.2",
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
2828
"jsii-diff": "1.94.0",
2929
"jsii-pacmak": "1.94.0",
3030
"jsii-reflect": "1.94.0",
31-
"jsii-rosetta": "~5.3.15",
31+
"jsii-rosetta": "~5.3.18",
3232
"lerna": "^7.4.2",
3333
"nx": "^16.10.0",
3434
"patch-package": "^6.5.1",
@@ -159,6 +159,8 @@
159159
"aws-cdk-lib/ignore/**",
160160
"aws-cdk-lib/jsonschema",
161161
"aws-cdk-lib/jsonschema/**",
162+
"aws-cdk-lib/mime-types",
163+
"aws-cdk-lib/mime-types/**",
162164
"aws-cdk-lib/minimatch",
163165
"aws-cdk-lib/minimatch/**",
164166
"aws-cdk-lib/punycode",

packages/@aws-cdk-testing/cli-integ/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1557.0",
42+
"aws-sdk": "^2.1562.0",
4343
"axios": "^1.6.7",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",

packages/@aws-cdk-testing/framework-integ/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@aws-cdk/integ-tests-alpha": "0.0.0",
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4343
"aws-cdk-lib": "0.0.0",
44-
"aws-sdk": "^2.1557.0",
44+
"aws-sdk": "^2.1562.0",
4545
"aws-sdk-mock": "5.6.0",
46-
"cdk8s": "2.68.37",
47-
"cdk8s-plus-27": "2.7.77",
46+
"cdk8s": "2.68.40",
47+
"cdk8s-plus-27": "2.7.80",
4848
"constructs": "^10.0.0"
4949
},
5050
"repository": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"content": "This is the configuration content"
3+
}

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.application.js.snapshot/appconfigapplicationDefaultTestDeployAssertD6537C40.assets.json

+19
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-appconfig/test/integ.application.js.snapshot/appconfigapplicationDefaultTestDeployAssertD6537C40.template.json

+36
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-appconfig/test/integ.application.js.snapshot/aws-appconfig-application.assets.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"Resources": {
3+
"MyAppConfigB4B63E75": {
4+
"Type": "AWS::AppConfig::Application",
5+
"Properties": {
6+
"Description": "This is my application for testing",
7+
"Name": "MySampleApplication"
8+
}
9+
},
10+
"MyTaskDefTaskRole727F9D3B": {
11+
"Type": "AWS::IAM::Role",
12+
"Properties": {
13+
"AssumeRolePolicyDocument": {
14+
"Statement": [
15+
{
16+
"Action": "sts:AssumeRole",
17+
"Effect": "Allow",
18+
"Principal": {
19+
"Service": "ecs-tasks.amazonaws.com"
20+
}
21+
}
22+
],
23+
"Version": "2012-10-17"
24+
}
25+
}
26+
},
27+
"MyTaskDef01F0D39B": {
28+
"Type": "AWS::ECS::TaskDefinition",
29+
"Properties": {
30+
"ContainerDefinitions": [
31+
{
32+
"Essential": true,
33+
"Image": "public.ecr.aws/aws-appconfig/aws-appconfig-agent:latest",
34+
"Name": "AppConfigAgentContainer"
35+
}
36+
],
37+
"Cpu": "256",
38+
"Family": "awsappconfigapplicationMyTaskDef7372410D",
39+
"Memory": "512",
40+
"NetworkMode": "awsvpc",
41+
"RequiresCompatibilities": [
42+
"FARGATE"
43+
],
44+
"TaskRoleArn": {
45+
"Fn::GetAtt": [
46+
"MyTaskDefTaskRole727F9D3B",
47+
"Arn"
48+
]
49+
}
50+
}
51+
}
52+
},
53+
"Parameters": {
54+
"BootstrapVersion": {
55+
"Type": "AWS::SSM::Parameter::Value<String>",
56+
"Default": "/cdk-bootstrap/hnb659fds/version",
57+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
58+
}
59+
},
60+
"Rules": {
61+
"CheckBootstrapVersion": {
62+
"Assertions": [
63+
{
64+
"Assert": {
65+
"Fn::Not": [
66+
{
67+
"Fn::Contains": [
68+
[
69+
"1",
70+
"2",
71+
"3",
72+
"4",
73+
"5"
74+
],
75+
{
76+
"Ref": "BootstrapVersion"
77+
}
78+
]
79+
}
80+
]
81+
},
82+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
83+
}
84+
]
85+
}
86+
}
87+
}

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.application.js.snapshot/cdk.out

+1
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-appconfig/test/integ.application.js.snapshot/integ.json

+12
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-appconfig/test/integ.application.js.snapshot/manifest.json

+125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)