-
Notifications
You must be signed in to change notification settings - Fork 551
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
Added support for Amazon 2023, Debian 12, Ubuntu 24.04, removed EOL and BSD OSs and Python 2.7 support #1987
Conversation
Cleaned up script with shellcheck before removing the EOL OS and Python 2.7 support. |
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.
Do you mean to leave all the ## DGM
comments?
Ensure the bootstrap script works on Centosstream 8 with redhat-lsb-core installed, it might be affecting distro |
…e assumption is they are Python 2 mostly)
…s and Salt versions
CI indicates this is failing with |
@Foorack WIP - Work In Progress, read the title. Still have to implement GitHub Actions runners |
…atform == 'win32'
Running into issue with Amazon 2023 with current stable version Ruby 3.3.4 for Create Test Instance, reverting to original 2.6.10
|
…ating Amazon 2023 Test Instance
…curl issue is resolved
What does this PR do?
Adds support for Amazon 2023, Debian 11 and 12.
Removes support for Debian 7, 8 & 9, RHEL 6, Amazon Linux (RHEL 6 clone) and Python 2.7
What issues does this PR fix or reference?
Fixes: #1940, #1986
Previous Behavior
Amazon 2023, Debian 11 and 12 failed to install with bootstrap script
New Behavior
Amazon 2023, Debian 11 and 12 now install with bootstrap script.
Debian 7, 8 and 9, RHEL 6, Amazon Linux (RHEL 6 clone) and Python 2.7 are no longer supported