-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat(neptune-alpha): add engine versions up to v1.4.5.0 #33989
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
feat(neptune-alpha): add engine versions up to v1.4.5.0 #33989
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
Can i make some changes on this PR? |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
It should be complete now. If anyone wants to take a look and provide me with some feedback? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution.
I've added two minor comments.
/** | ||
* Neptune engine version 1.4.4.0 | ||
*/ | ||
public static readonly V1_4_4_0 = new EngineVersion('1.4.4.0'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add ver 1.4.5.0?
https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
testCases: [stack], | ||
}); | ||
|
||
app.synth(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is not needed.
Could you please remove it?
Thank you for the feedback. I implemented the changes you suggested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks for adding these missing versions! And thank you for helping to review @mazyu36 @masterhugo! |
@Mergifyio update |
☑️ Nothing to do
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
Sorry, I think I accidentally cancelled the merge by updating it with the main branch. Rookie mistake, won't happen again! |
@Mergifyio update |
❌ Mergify doesn't have permission to updateFor security reasons, Mergify can't update this pull request. Try updating locally. |
@Mergifyio update |
☑️ Nothing to do
|
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). |
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). |
@iridescent99 No worries! I think the merge had already failed before you Updated Branch due some mergify issue. I've re-approved and it should be queued to merge now! |
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
same error 🥹 Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
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). |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #33807
Reason for this change
Neptune engine versions not up-to-date.
Description of changes
Added engine up to most recently released version as specified here https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
Describe any new or updated permissions being added
N/A
Description of how you validated changes
Integration test
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license