Skip to content

Commit 9ab27b6

Browse files
authored
chore(rds): deprecate unsupported engine version 3.03 for aurora mysql (#31386)
### Reason for this change Aurora MySQL version 3.03 (3.03.0 - 3.03.3) is deprecated now. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.30Updates.html ### Description of changes Deprecated the versions and no longer use the versions in integ tests. ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent e91eec2 commit 9ab27b6

File tree

56 files changed

+1629
-1104
lines changed

Some content is hidden

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

56 files changed

+1629
-1104
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/cdk-rds-cluster-instance-ca-certificate-integ.assets.json

+3-3
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-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/cdk-rds-cluster-instance-ca-certificate-integ.template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"Ref": "DatabaseSubnets56F17B9A"
431431
},
432432
"Engine": "aurora-mysql",
433-
"EngineVersion": "8.0.mysql_aurora.3.03.0",
433+
"EngineVersion": "8.0.mysql_aurora.3.07.1",
434434
"MasterUserPassword": "7959866cacc02c2d243ecfe177464fe6",
435435
"MasterUsername": "admin",
436436
"VpcSecurityGroupIds": [
@@ -448,7 +448,7 @@
448448
"DatabaseInstance1844F58FD": {
449449
"Type": "AWS::RDS::DBInstance",
450450
"Properties": {
451-
"CACertificateIdentifier": "rds-ca-2019",
451+
"CACertificateIdentifier": "rds-ca-rsa4096-g1",
452452
"DBClusterIdentifier": {
453453
"Ref": "DatabaseB269D8BB"
454454
},
@@ -471,7 +471,7 @@
471471
"DatabaseInstance2AA380DEE": {
472472
"Type": "AWS::RDS::DBInstance",
473473
"Properties": {
474-
"CACertificateIdentifier": "rds-ca-2019",
474+
"CACertificateIdentifier": "rds-ca-rsa4096-g1",
475475
"DBClusterIdentifier": {
476476
"Ref": "DatabaseB269D8BB"
477477
},

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/cdk.out

+1-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-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/cdkrdsclusterinstancecacertificatetestDefaultTestDeployAssertBEAA84EE.assets.json

+1-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-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/integ.json

+1-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-rds/test/integ.cluster-instance-ca-certificate.js.snapshot/manifest.json

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

0 commit comments

Comments
 (0)