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

CUMULUS-3906 - Update to ORCA v10.0.0 #3813

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Conversation

paulpilone
Copy link
Contributor

Summary: Summary of changes

Addresses CUMULUS-3906: Update ORCA source to reference final v10.0.0 release archive

Changes

  • Bumps example orca deployment to v10.0.0
  • Removes deprecated variables per orca v10.0.0 release notes

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests

@@ -13,7 +13,7 @@ locals {
# ORCA Module
module "orca" {
aws_region = var.region
source = "https://github.com/nasa/cumulus-orca/releases/download/v9.0.4/cumulus-orca-terraform.zip"
source = "https://github.com/nasa/cumulus-orca/releases/download/v10.0.0/cumulus-orca-terraform.zip"
Copy link
Contributor

Choose a reason for hiding this comment

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

So Aurora Serverless v2 still works with orca v9.0.4, right? Since the build works without your change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe so. The orca team said it's required but I don't agree. It's only required if you force SSL so maybe that's what they meant.

CHANGELOG.md Outdated Show resolved Hide resolved
@paulpilone paulpilone requested a review from jennyhliu October 7, 2024 17:26
Copy link
Contributor

@jennyhliu jennyhliu left a comment

Choose a reason for hiding this comment

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

👍

@paulpilone paulpilone force-pushed the pp/CUMULUS-3906-orca-v10 branch from dff7980 to 0bbff2a Compare October 7, 2024 20:21
@paulpilone paulpilone merged commit 2b25cfa into master Oct 8, 2024
3 checks passed
@paulpilone paulpilone deleted the pp/CUMULUS-3906-orca-v10 branch October 8, 2024 15:17
@paulpilone paulpilone mentioned this pull request Oct 10, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants