-
Notifications
You must be signed in to change notification settings - Fork 7
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 v18.3.1 Upgrade #198
Conversation
Curious what people think we should do here in core: CUMULUS-3433 Update to node.js v20 As part of the node v20 update process, a new version (49) of the Core Users making use of a custom image configuration should note the base image CUMULUS-3617 Migration of DLA messages should be performed after Cumulus is upgraded YYYY-MM-DD subfolders to organize by date aws lambda invoke --function-name $PREFIX-migrationHelperAsyncOperation {"id":"41c9fbbf-a031-4dd8-91cc-8ec2d8b5e31a","description":"Migrate Dead Letter Archive Messages", CUMULUS-3779 async_operations Docker image version upgrade CUMULUS-3776 cumulus-ecs-task Docker image version upgrade there appears to be nothing to be done in core for this. The lambda is an invoke with this payload. IMO its seems like it wont need a migration script. The container updates are more an FYI.. |
9145d4e
to
e26cec6
Compare
e26cec6
to
557efd2
Compare
Some context for why we are moving to Amazon Linux 2023. Node 20.x can not be installed on Amazon Linux 2 because the node system required a GLIBC 2.28 and Amazon Linux 2 does not have a non trivial way of doing this. We found many blog posts of people asking if GLIBC 2.27+ is possible on Amazon Linux 2 with no solutions. What this means is the baseline python version is now 3.9. ASF is prepared to accept this and handle updating our dependencies. We would like feedback from other DAACs here if this is reasonable. There is a chance we could install 3.8 on the container but if no one has a strong reason to support 3.8 I would be in favor of moving forward from 3.8 as its EOL in Oct 2024. What do you all think? @lindsleycj @mikedorfman |
557efd2
to
4498702
Compare
4498702
to
695accf
Compare
I am fine with removing python 3.8 from this. |
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.
I'm fine with these changes.
I am fine with this as well. Thanks! |
No description provided.