-
Notifications
You must be signed in to change notification settings - Fork 5
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
Imds ver #106
Conversation
The bumpversion config setup was not in sync with the actual version
Support the new --imds-support command line argument. This allows the user to upload an image that will switch launched instances to the IMDS v2 implementation.
The AWS toolchain is moving to a Python 3.11 based build in SLE 15 SP4 and later. Accomodate this change by updating the RPM dependencies and adjusting the path to the interpreter.
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.
LGTM
Flake8 is complaining about a couple things (we might want to disable E402 and E124 there?)
DIdn't even notice. Thanks for pointing it out. flake8 issues fixed. |
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.
After merge we want to make sure a tag is cut for the new version.
Support the new --imds-support command line argument. This allows the user to upload an image that will switch launched instances to the IMDS v2 implementation.
This should not be merged with squash