Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 2.124.0 #28889

Merged
merged 21 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c1f2abb
fix(iam): SamlConsolePrincipal returns incorrect url in GovCloud and …
badmintoncryer Jan 24, 2024
169fd91
feat(route53): latency based routing (#28723)
badmintoncryer Jan 24, 2024
4188eb3
Merge branch 'main' into merge-back/2.123.0
mergify[bot] Jan 24, 2024
4a460a4
chore(merge-back): 2.123.0 (#28846)
mergify[bot] Jan 24, 2024
2801355
fix(iam): allow intrinsic functions in deletion policy (#28834)
ConnorRobertson Jan 24, 2024
5ede456
feat(cloudfront): associate key value stores to functions (#28571)
kylelaker Jan 24, 2024
b1e3dfd
fix(cloudwatch-actions): multiple alarms with LambdaAction for the sa…
go-to-k Jan 25, 2024
1dbfa14
fix(cognito): allow custom email msg placeholder (#28832)
GavinZZ Jan 25, 2024
9864898
chore: run integration tests in javascript only (#28770)
GavinZZ Jan 25, 2024
2bf6d82
feat(sns): suffix matching to sub filter (#28795)
msambol Jan 25, 2024
c17dbde
fix(rds): proxy target is missing KMS permissions (#28858)
scub Jan 25, 2024
95d187e
feat(cloudfront): additional cloudfront distribution metrics (#28777)
badmintoncryer Jan 25, 2024
7a30f5d
fix(eks): helm uninstall in custom resource handler does not respect …
ellistarn Jan 25, 2024
2952408
feat(s3): date-based partitioning for log objects (#28790)
sakurai-ryo Jan 25, 2024
a5a8855
fix(opensearch): always create CloudWatch Logs resource policy when l…
sakurai-ryo Jan 25, 2024
efccfcb
docs(s3): better explain behavior of BUCKET_OWNER_PREFERRED (#28867)
jramacha Jan 25, 2024
589c19c
docs(lambda): log group docs not being rendered properly (#28871)
longtv2222 Jan 26, 2024
98cea43
feat: update L1 CloudFormation resource definitions (#28878)
aws-cdk-automation Jan 26, 2024
3d4c7fd
chore: remove modules from aws-cdk-lib (#28882)
kaizencc Jan 26, 2024
6a7a24a
feat: update L1 CloudFormation resource definitions (#28886)
aws-cdk-automation Jan 26, 2024
9092187
chore(release): 2.124.0
Jan 26, 2024
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
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.124.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.123.0-alpha.0...v2.124.0-alpha.0) (2024-01-26)

## [2.123.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.122.0-alpha.0...v2.123.0-alpha.0) (2024-01-24)


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

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.124.0](https://github.com/aws/aws-cdk/compare/v2.123.0...v2.124.0) (2024-01-26)


### Features

* update L1 CloudFormation resource definitions ([#28878](https://github.com/aws/aws-cdk/issues/28878)) ([98cea43](https://github.com/aws/aws-cdk/commit/98cea434e275f855274acbfd9bc24e9d6c9dfe83)), closes [/docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#create-s3](https://github.com/aws//docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html/issues/create-s3)
* update L1 CloudFormation resource definitions ([#28886](https://github.com/aws/aws-cdk/issues/28886)) ([6a7a24a](https://github.com/aws/aws-cdk/commit/6a7a24afcc1ebebf71c267b890732a455e865cc8))
* **cloudfront:** additional cloudfront distribution metrics ([#28777](https://github.com/aws/aws-cdk/issues/28777)) ([95d187e](https://github.com/aws/aws-cdk/commit/95d187e4aabf69b7210ffdf53e53eda077b46d6e)), closes [#22922](https://github.com/aws/aws-cdk/issues/22922)
* **cloudfront:** associate key value stores to functions ([#28571](https://github.com/aws/aws-cdk/issues/28571)) ([5ede456](https://github.com/aws/aws-cdk/commit/5ede4564ce77478a5e1340862f7fa9a686ff10dd)), closes [#28377](https://github.com/aws/aws-cdk/issues/28377)
* **route53:** latency based routing ([#28723](https://github.com/aws/aws-cdk/issues/28723)) ([169fd91](https://github.com/aws/aws-cdk/commit/169fd91e135556b8efb59d631acaf9a3426eaa53)), closes [#28722](https://github.com/aws/aws-cdk/issues/28722)
* **s3:** date-based partitioning for log objects ([#28790](https://github.com/aws/aws-cdk/issues/28790)) ([2952408](https://github.com/aws/aws-cdk/commit/29524089854d6f65805aca8ec78181ff39c5723f)), closes [/docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html#cfn-s3](https://github.com/aws//docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html/issues/cfn-s3) [#28141](https://github.com/aws/aws-cdk/issues/28141)
* **sns:** suffix matching to sub filter ([#28795](https://github.com/aws/aws-cdk/issues/28795)) ([2bf6d82](https://github.com/aws/aws-cdk/commit/2bf6d82b37779e3ab8700253323060925bfd7efb)), closes [#28765](https://github.com/aws/aws-cdk/issues/28765)


### Bug Fixes

* **cloudwatch-actions:** multiple alarms with LambdaAction for the same Lambda fail (under feature flag) ([#28712](https://github.com/aws/aws-cdk/issues/28712)) ([b1e3dfd](https://github.com/aws/aws-cdk/commit/b1e3dfd9d69770d59d711fc133eefd2ce99eaf31))
* **cognito:** allow custom email msg placeholder ([#28832](https://github.com/aws/aws-cdk/issues/28832)) ([1dbfa14](https://github.com/aws/aws-cdk/commit/1dbfa14b650e08a0b91ab2c367e37e54d81298c1))
* **eks:** helm uninstall in custom resource handler does not respect `Wait` ([#28830](https://github.com/aws/aws-cdk/issues/28830)) ([7a30f5d](https://github.com/aws/aws-cdk/commit/7a30f5db9f84f9bf8a62b35dd54ae987806eeb7e)), closes [#28831](https://github.com/aws/aws-cdk/issues/28831)
* **iam:** allow intrinsic functions in deletion policy ([#28834](https://github.com/aws/aws-cdk/issues/28834)) ([2801355](https://github.com/aws/aws-cdk/commit/280135567956b78fedd6a528cff0adda6171ec33))
* **iam:** SamlConsolePrincipal returns incorrect url in GovCloud and ISO regions ([#28704](https://github.com/aws/aws-cdk/issues/28704)) ([c1f2abb](https://github.com/aws/aws-cdk/commit/c1f2abb153789f0496e5194e65cfeacfafc65a32)), closes [#25723](https://github.com/aws/aws-cdk/issues/25723)
* **opensearch:** always create CloudWatch Logs resource policy when logging is enabled ([#28707](https://github.com/aws/aws-cdk/issues/28707)) ([a5a8855](https://github.com/aws/aws-cdk/commit/a5a8855e116dd0da9ebd35a3f40659df1ac562c3)), closes [#23637](https://github.com/aws/aws-cdk/issues/23637)
* **rds:** proxy target is missing KMS permissions ([#28858](https://github.com/aws/aws-cdk/issues/28858)) ([c17dbde](https://github.com/aws/aws-cdk/commit/c17dbdef15bf145b96366ceb6ae8c96343304af5)), closes [#28850](https://github.com/aws/aws-cdk/issues/28850)

## [2.123.0](https://github.com/aws/aws-cdk/compare/v2.122.0...v2.123.0) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "cdk-lint",
"pkglint": "pkglint -f",
"test": "cdk-test",
"integ": "integ-runner",
"integ": "integ-runner --language javascript",
"package": "cdk-package",
"build+test": "yarn build && yarn test",
"build+extract": "yarn build",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"Resources": {
"DistB3B78991": {
"Type": "AWS::CloudFront::Distribution",
"Properties": {
"DistributionConfig": {
"DefaultCacheBehavior": {
"CachePolicyId": "658327ea-f89d-4fab-a63d-7e88639e58f6",
"Compress": true,
"TargetOriginId": "MyTestStackDistOrigin1CBA48A7B",
"ViewerProtocolPolicy": "allow-all"
},
"Enabled": true,
"HttpVersion": "http2",
"IPV6Enabled": true,
"Origins": [
{
"CustomOriginConfig": {
"OriginProtocolPolicy": "https-only"
},
"DomainName": "www.example.com",
"Id": "MyTestStackDistOrigin1CBA48A7B"
}
]
}
}
},
"DistMonitoringSubscriptionDD7607C2": {
"Type": "AWS::CloudFront::MonitoringSubscription",
"Properties": {
"DistributionId": {
"Ref": "DistB3B78991"
},
"MonitoringSubscription": {
"RealtimeMetricsSubscriptionConfig": {
"RealtimeMetricsSubscriptionStatus": "Enabled"
}
}
}
},
"Alarm1F9009D71": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "OriginLatency",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm2A7122E13": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "CacheHitRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm32341D8D9": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "401ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm4671832C8": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "403ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm548383B2F": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "404ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm65738D89F": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "502ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm77B1024B6": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "503ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
},
"Alarm8AEE8034F": {
"Type": "AWS::CloudWatch::Alarm",
"Properties": {
"ComparisonOperator": "GreaterThanThreshold",
"Dimensions": [
{
"Name": "DistributionId",
"Value": {
"Ref": "DistB3B78991"
}
}
],
"EvaluationPeriods": 1,
"MetricName": "504ErrorRate",
"Namespace": "AWS/CloudFront",
"Period": 300,
"Statistic": "Average",
"Threshold": 1
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",
"Default": "/cdk-bootstrap/hnb659fds/version",
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
}
},
"Rules": {
"CheckBootstrapVersion": {
"Assertions": [
{
"Assert": {
"Fn::Not": [
{
"Fn::Contains": [
[
"1",
"2",
"3",
"4",
"5"
],
{
"Ref": "BootstrapVersion"
}
]
}
]
},
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
}
]
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading