Skip to content

feat(rds): support minor engine versions for oracle#32058

Merged
mergify[bot] merged 3 commits intoaws:mainfrom
go-to-k:rds-oracle-engine
Nov 8, 2024
Merged

feat(rds): support minor engine versions for oracle#32058
mergify[bot] merged 3 commits intoaws:mainfrom
go-to-k:rds-oracle-engine

Conversation

@go-to-k
Copy link
Copy Markdown
Contributor

@go-to-k go-to-k commented Nov 8, 2024

This PR supports minor versions for oracle 19c and 21c.

  • 19c
    • 19.0.0.0.ru-2024-07.rur-2024-07.r1
    • 19.0.0.0.ru-2024-10.rur-2024-10.r1
  • 21c
    • 21.0.0.0.ru-2024-07.rur-2024-07.r1
    • 21.0.0.0.ru-2024-10.rur-2024-10.r1

What's new and Ref

❯ aws rds describe-db-engine-versions --engine oracle-ee-cdb --query "DBEngineVersions[?EngineVersion=='19.0.0.0.ru-2024-07.rur-2024-07.r1'||EngineVersion=='19.0.0.0.ru-2024-10.rur-2024-10.r1'||EngineVersion=='21.0.0.0.ru-2024-07.rur-2024-07.r1'||EngineVersion=='21.0.0.0.ru-2024-10.rur-2024-10.r1'].[DBEngineVersionDescription,EngineVersion,DBParameterGroupFamily,MajorEngineVersion,Status]"
[
    [
        "Oracle 19.0.0.0.ru-2024-07.rur-2024-07.r1",
        "19.0.0.0.ru-2024-07.rur-2024-07.r1",
        "oracle-ee-cdb-19",
        "19",
        "available"
    ],
    [
        "Oracle 19.0.0.0.ru-2024-10.rur-2024-10.r1",
        "19.0.0.0.ru-2024-10.rur-2024-10.r1",
        "oracle-ee-cdb-19",
        "19",
        "available"
    ],
    [
        "Oracle 21.0.0.0.ru-2024-07.rur-2024-07.r1",
        "21.0.0.0.ru-2024-07.rur-2024-07.r1",
        "oracle-ee-cdb-21",
        "21",
        "available"
    ],
    [
        "Oracle 21.0.0.0.ru-2024-10.rur-2024-10.r1",
        "21.0.0.0.ru-2024-10.rur-2024-10.r1",
        "oracle-ee-cdb-21",
        "21",
        "available"
    ]
]

Checklist


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

@aws-cdk-automation aws-cdk-automation requested a review from a team November 8, 2024 03:28
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Nov 8, 2024
@go-to-k go-to-k changed the title chore(rds): support minor versions for oracle chore(rds): support minor engine versions for oracle Nov 8, 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 Nov 8, 2024
@moelasmar moelasmar changed the title chore(rds): support minor engine versions for oracle feat(rds): support minor engine versions for oracle Nov 8, 2024
@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 Nov 8, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 8, 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 3d72b63 into aws:main Nov 8, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 8, 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).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 8, 2024

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 Nov 8, 2024
@go-to-k go-to-k deleted the rds-oracle-engine branch December 4, 2024 04:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants