-
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
Sodium deprecations #57370
Sodium deprecations #57370
Conversation
or template_hash.startswith("file://") | ||
) | ||
if not isinstance(_managed, (list, tuple)) and isinstance( | ||
_managed, six.string_types |
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.
We could take the time and stop using six.string_types
in favor or str
on places where code is updated.
The tests failures are related BTW. |
cf5adbd
to
bee3442
Compare
@@ -1,6 +0,0 @@ | |||
===================== |
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.
As I can see the keystone module was deprecated and have to be removed but I don't see removal of the module in this PR.
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.
That's been punted to the next release - the state was not deprecated, and hasn't been re-written to take advantage of the keystoneng
module. Looks like I need to put the docs back, though 😝
Closes saltstack#57362 These arguments are no longer useful, since we no longer support using NAPALM native templates.
It was deprecated and slated for removal in Sodium. Closes saltstack#57363
Closes saltstack#57366 Parameter has been renamed to `refresh`
Closes saltstack#57367 sdecode and sdecode_if_string functionalities have both been moved to decode.
Closes saltstack#57368 - removed obsolete .destroy methods from zeromq channels - removed winexe support from salt.utils.cloud - removed obsolete override_name from salt.utils.context.NamespacedDictWrapper - removed obsolete `show_ipv4` parameter from salt.utils.minions - removed impacket support from salt.utils.smb - removed obsolete salt.transport.Channel, and fixed test.
837302f
to
90eee56
Compare
re-run full all |
re-run ubuntu |
The old |
What does this PR do?
Removes all the places that were marked with 'warn_until` and Sodium
What issues does this PR fix or reference?
Several - all referenced in the commit messages
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes