v9.0.4
Release v9.0.4
Important information
This release is only compatible with Cumulus v18.x.x and up.
- Full Change Comparison: v9.0.3...v9.0.4
Migration Notes
- For users upgrading from ORCA v8.x.x to v9.x.x, follow the below steps before deploying:
- Run the Lambda deletion script found in
python3 bin/delete_lambda.py
which will delete all of the ORCA lambdas with a provided prefix. You can also delete them manually in the AWS console. - Navigate to the AWS console and search for the Cumulus RDS security group.
- Remove the inbound rule with the source of
PREFIX-vpc-ingress-all-egress
in Cumulus RDS security group. - Search for
PREFIX-vpc-ingress-all-egress
and delete the security group NOTE: Due to the Lambdas using ENIs, when deleting the security groups it may say they are still associated with a Lambda that was deleted by the script. AWS may need a few minutes to refresh to fully disassociate the ENIs completely, if this error appears wait a few minutes and then try again.
- Run the Lambda deletion script found in
Changed
- ORCA-826 - Changed
bin/delete_lambda.py
to delete ORCA lambdas based on their tags. - ORCA-827 - Changed ORCA API gateway stage name from
orca
toorca_api
to avoid confusion in the URL path. The new ORCA execute API URL will behttps://<API_ID>.execute-api.<AWS_REGION>.amazonaws.com/orca_api
.
Fixed
- ORCA-827 Fixed API gateway URL not found issue seen in ORCA v9.0.3.