chore(rds): add MariaDB engine versions and deprecate old ones#21323
chore(rds): add MariaDB engine versions and deprecate old ones#21323mergify[bot] merged 6 commits intoaws:mainfrom
Conversation
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Thank you for your contribution! Please see my note below about the 10.2 versions. Also, you don't necessarily have to do this in this PR, but I'm thinking we should maybe deprecate the old versions that aren't supported anymore. Thoughts on that?
Pull request has been modified.
93747d0 to
357e6b9
Compare
I think that it'll be better to do that in a new PR. |
I don't think we can just remove them but we should deprecate them. |
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Ah, now I see that we already have these deprecated in a bunch of places. I'm concerned that just removing them would break customer's code, which we don't want to do. I'm also concerned that there are no tests for the MariaDB versions. I know this seems like a very trivial change that shouldn't require tests but I'd like to see some sort of test to ensure we're generating the expected output of these new values. Doesn't need to be 100% coverage or anything.
Pull request has been modified.
@TheRealAmazonKendra I just added the deprecation notices for 10.2. About the tests, is this what you had in mind? |
Yeah, something like that is good. I was also thinking of asking for tests on the change to deprecated, but I think that's overkill. We've tested that functionality in general and that would just be extra busy work. Thanks for also adding the EOL notes in there! |
|
Ugh, the stupid trailing spaces issue. Just run |
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Just putting this back in request changes so I don't keep coming to look at it before change have been made.
Pull request has been modified.
|
@TheRealAmazonKendra Tests added for all major versions and fixed the trailing spaces, should be ready now! Just wondering, as this PR also contains the EOL notices maybe we should change the type to something else other than chore for making it show in the changelog? |
I think it's sufficient that it will show up in the doc string. |
|
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). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
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). |
Taken from Amazon RDS for MariaDB supports new minor versions 10.6.8, 10.5.16, 10.4.25, 10.3.35, 10.2.44
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integto deploy the infrastructure and generate the snapshot (i.e.yarn integwithout--dry-run)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license