Skip to content

feat(rds): add MySQL enginge versions 5.7.44(patch), 8.0.41 and 8.4.4#33732

Merged
mergify[bot] merged 2 commits intoaws:mainfrom
Tietew:rds-mysql-versions
Mar 11, 2025
Merged

feat(rds): add MySQL enginge versions 5.7.44(patch), 8.0.41 and 8.4.4#33732
mergify[bot] merged 2 commits intoaws:mainfrom
Tietew:rds-mysql-versions

Conversation

@Tietew
Copy link
Contributor

@Tietew Tietew commented Mar 11, 2025

Issue # (if applicable)

N/A

Reason for this change

New MySQL engine versions are available.
https://aws.amazon.com/about-aws/whats-new/2025/02/amazon-rds-mysql-new-minor-versions-8-0-41-8-4-4/
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html

Description of changes

Added following versions:

  • 5.7.44-rds.20250103
  • 5.7.44-rds.20250213
  • 8.0.41
  • 8.4.4

Describe any new or updated permissions being added

N/A

Description of how you validated changes

$ aws --region us-east-1 rds describe-db-engine-versions --engine mysql --query 'DBEngineVersions[?EngineVersion==`5.7.44-rds.20250103`||EngineVersion==`5.7.44-rds.20250213`||EngineVersion==`8.0.41`||EngineVersion==`8.4.4`].[DBEngineVersionDescription,Status]'
[
    [
        "MySQL 5.7.44-rds.20250103",
        "available"
    ],
    [
        "MySQL 5.7.44-rds.20250213",
        "available"
    ],
    [
        "MySQL 8.0.41",
        "available"
    ],
    [
        "MySQL 8.4.4",
        "available"
    ]
]

Checklist


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

@github-actions github-actions bot added p2 star-contributor [Pilot] contributed between 25-49 PRs to the CDK labels Mar 11, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team March 11, 2025 09:03
@codecov
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.37%. Comparing base (c4fceb2) to head (33f22ef).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #33732   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files         120      120           
  Lines        6933     6933           
  Branches     1169     1169           
=======================================
  Hits         5711     5711           
  Misses       1119     1119           
  Partials      103      103           
Flag Coverage Δ
suite.unit 82.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk ∅ <ø> (∅)
packages/aws-cdk-lib/core 82.37% <ø> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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 Mar 11, 2025
@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 11, 2025
Co-authored-by: Matsuda <yiyth.fcb6@gmail.com>
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

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

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

Copy link
Contributor

@mazyu36 mazyu36 left a comment

Choose a reason for hiding this comment

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

Thanks!

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 11, 2025
@moelasmar moelasmar changed the title chore(rds): add MySQL enginge versions 5.7.44(patch), 8.0.41 and 8.4.4 feat(rds): add MySQL enginge versions 5.7.44(patch), 8.0.41 and 8.4.4 Mar 11, 2025
@moelasmar moelasmar added pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Mar 11, 2025
@mergify
Copy link
Contributor

mergify bot commented Mar 11, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit d1a8cbe into aws:main Mar 11, 2025
42 checks passed
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2025
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 11, 2025
@Tietew Tietew deleted the rds-mysql-versions branch March 12, 2025 00:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes star-contributor [Pilot] contributed between 25-49 PRs to the CDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants