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 default engine version for aurora mysql version "3.04.2" #30306

Merged
merged 11 commits into from
May 24, 2024

Conversation

yasomaru
Copy link
Contributor

@yasomaru yasomaru commented May 22, 2024

Issue # (if applicable)

Closes #30109

Reason for this change

Currently CDK does not show option to select the Engine version 3.04.2

Description of changes

Update the below class name to include "3.04.2"

export class AuroraMysqlEngineVersion {
public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2');
}

Description of how you validated changes

unit and integration tests

Checklist

@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 labels May 22, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team May 22, 2024 10:07
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@yasomaru yasomaru changed the title aws-rds: CDK to support default engine version for Aurora MySQL Version 3 chore(rds): CDK to support default engine version for Aurora MySQL Version 3 May 22, 2024
@yasomaru yasomaru changed the title chore(rds): CDK to support default engine version for Aurora MySQL Version 3 chore(rds): add default engine version for aurora mysql version May 22, 2024
@aws-cdk-automation aws-cdk-automation dismissed their stale review May 22, 2024 10:17

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. labels May 22, 2024
@yasomaru yasomaru closed this May 22, 2024
@yasomaru yasomaru reopened this May 22, 2024
@yasomaru yasomaru closed this May 22, 2024
@yasomaru yasomaru reopened this May 22, 2024
@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 May 22, 2024
Copy link
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

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

Thanks 👍 Can you please update the title to specify the added engine version?

@aws-cdk-automation aws-cdk-automation added pr/needs-maintainer-review This PR needs a review from a Core Team Member and removed pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. labels May 22, 2024
@yasomaru yasomaru changed the title chore(rds): add default engine version for aurora mysql version chore(rds): add default engine version for aurora mysql version "3.04.2" May 22, 2024
@yasomaru
Copy link
Contributor Author

I specified the version and updated the title.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

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

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

Copy link
Contributor

mergify bot commented May 24, 2024

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 4857239 into aws:main May 24, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 24, 2024
This was referenced May 27, 2024
atanaspam pushed a commit to atanaspam/aws-cdk that referenced this pull request Jun 3, 2024
….2" (aws#30306)

### Issue # (if applicable)

Closes aws#30109 

### Reason for this change


Currently CDK does not show option to select the Engine version `3.04.2`


### Description of changes


Update the below class name to include "3.04.2"

```ts
export class AuroraMysqlEngineVersion {
public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2');
}

```

### Description of how you validated changes


unit and integration tests

### 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)
vdahlberg pushed a commit to vdahlberg/aws-cdk that referenced this pull request Jun 10, 2024
….2" (aws#30306)

### Issue # (if applicable)

Closes aws#30109 

### Reason for this change


Currently CDK does not show option to select the Engine version `3.04.2`


### Description of changes


Update the below class name to include "3.04.2"

```ts
export class AuroraMysqlEngineVersion {
public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2');
}

```

### Description of how you validated changes


unit and integration tests

### 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)
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 effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-rds: CDK to support default engine version for Aurora MySQL Version 3 "3.04.2"
4 participants