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(rds): Add support for RDS MySQL minor versions of 8.0.33 and 5.7.42 #26050

Merged
merged 5 commits into from
Jun 21, 2023
Merged

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

merged 5 commits into from
Jun 21, 2023

Conversation

bhanutejags
Copy link
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

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
@@ -578,6 +578,8 @@ export class MysqlEngineVersion {
public static readonly VER_5_7_40 = MysqlEngineVersion.of('5.7.40', '5.7');
/** 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
Contributor

Choose a reason for hiding this comment

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

@@ -613,6 +615,8 @@ export class MysqlEngineVersion {
public static readonly VER_8_0_31 = MysqlEngineVersion.of('8.0.31', '8.0');
/** 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
Contributor

Choose a reason for hiding this comment

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

@colifran
Copy link
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
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