Skip to content

chore(rds): Add support for RDS MySQL minor versions of 8.0.33 and 5.7.42#26050

Merged
colifran merged 5 commits intoaws:mainfrom
bhanutejags:main
Jun 21, 2023
Merged

chore(rds): Add support for RDS MySQL minor versions of 8.0.33 and 5.7.42#26050
colifran merged 5 commits intoaws:mainfrom
bhanutejags:main

Conversation

@bhanutejags
Copy link
Copy Markdown
Contributor

Add support for RDS MySQL minor versions of 8.0.33 and 5.7.42.

https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-rds-mysql-new-minor-versions/


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Jun 20, 2023

@aws-cdk-automation aws-cdk-automation requested a review from a team June 20, 2023 06:59
@github-actions github-actions bot added p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Jun 20, 2023
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jun 20, 2023
@colifran colifran self-requested a review June 21, 2023 06:19
/** Version "5.7.41". */
public static readonly VER_5_7_41 = MysqlEngineVersion.of('5.7.41', '5.7');
/** Version "5.7.42". */
public static readonly VER_5_7_42 = MysqlEngineVersion.of('5.7.42', '5.7');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/** Version "8.0.32". */
public static readonly VER_8_0_32 = MysqlEngineVersion.of('8.0.32', '8.0');
/** Version "8.0.33". */
public static readonly VER_8_0_33 = MysqlEngineVersion.of('8.0.33', '8.0');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@colifran
Copy link
Copy Markdown
Contributor

Looks great! Thank you for your contribution!

colifran
colifran previously approved these changes Jun 21, 2023
@mergify mergify bot dismissed colifran’s stale review June 21, 2023 16:46

Pull request has been modified.

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: ec1871d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@colifran colifran merged commit e09d1db into aws:main Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants