-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[BUG] issues with loading boto modules with salt 3006.5 #65691
Comments
After deeper investigation, it turned out that reverting this change fixes the issue:
Corresponding commit with breaking changes: 989790c cc/ @dwoz |
This issue also exist in salt-minion x86_64 3006.6-0 version |
Agreed. 3006.6. - same issue...
|
Confirming that 3006.6 still include this bug. |
I've confirmed this is fixed by #65696, I thought that went out with 3006.5 but was wrong. It'll be fixed in 3006.7. |
Just wondering if there's timing on the 3006.7 release? |
We're held up by some failures in the test pipeline. Once they are resolved we'll do the release. Hopefully this week, if not, next. |
Fixed in |
Description
After upgrading from 3006.4 to 3006.5 we are no longer able to use states that rely on a family of
boto_*
modules.Setup
TBA
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Try to apply corresponding states.
Expected behavior
No errors while loading modules.
Actual behavior
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Installed boto versions:
Debug log excerpts while trying to apply states through
salt-call
:The text was updated successfully, but these errors were encountered: