Skip to content

feat(neptune): add engine version 1.0.5.0#16394

Merged
mergify[bot] merged 2 commits intoaws:masterfrom
jumic:neptune_1.0.5.0
Sep 10, 2021
Merged

feat(neptune): add engine version 1.0.5.0#16394
mergify[bot] merged 2 commits intoaws:masterfrom
jumic:neptune_1.0.5.0

Conversation

@jumic
Copy link
Copy Markdown
Contributor

@jumic jumic commented Sep 6, 2021

Add AWS Neptune engine versions 1.0.5.0.
https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.0.5.0.html

Closes #16388.

Deployment successfully testet:

new neptune.DatabaseCluster(this, 'Database', {
  vpc,
  instanceType: neptune.InstanceType.T3_MEDIUM,
  engineVersion: neptune.EngineVersion.V1_0_5_0,
});

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
Copy Markdown

gitpod-io bot commented Sep 6, 2021

Copy link
Copy Markdown
Contributor

@njlynch njlynch left a comment

Choose a reason for hiding this comment

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

Thanks!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 10, 2021

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

@njlynch njlynch added the pr-linter/exempt-readme The PR linter will not require README changes label Sep 10, 2021
@njlynch njlynch changed the title chore(neptune): add engine version 1.0.5.0 feat(neptune): add engine version 1.0.5.0 Sep 10, 2021
@njlynch njlynch added the pr-linter/exempt-test The PR linter will not require test changes label Sep 10, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 10, 2021

Thank you for contributing! Your pull request will be updated from master 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: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: b5cd799
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify mergify bot merged commit deaac4a into aws:master Sep 10, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

(aws-neptune): Include 1.0.5.0 in AWS Neptune Engine Version

3 participants