-
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
Fix this warning please. #50994
Comments
Fixed in #49487 and will be available in 2018.3.4 and future releases. |
It looks like this was merged into the 2018.3 branch but not into the develop branch? I still get this warning when using the develop branch. |
The fix in 2018.3 will be merged forward and make it's way into develop. A merge forward including that fix hasn't happened yet. Most likely sometime this week once the previous merge forward has cleared. |
@garethgreenaway Perfect, thanks for the confirmation. 👍 |
Upgraded to 2018.3.4 and still seeing this: Feb 28 17:42:41 host-smaster208 salt-master[7695]: [WARNING ] /usr/local/lib/python3.6/dist-packages/salt/payload.py:145: DeprecationWarning: encoding is deprecated, Use raw=False instead. |
It doesn't look like that PR addresses the msgpack deprecation warning. |
This issue has been fixed in 1ad8ed8#diff-30108e69fa3d1358454431c6c9b08965 |
OK, I see. |
This doesn't seem to be fixed, in 2019.2.0, although I do have that PR changes:
|
This doesn't seem to be fixed, in 2019.2.0, me too:
|
Same here when I use |
root@salt_master:/usr/local/etc/salt # salt '*' test.version [WARNING ] /usr/local/lib/python3.6/site-packages/salt/payload.py:149: DeprecationWarning: encoding is deprecated, Use raw=False instead. root@salt_master:/usr/local/etc/salt # salt --version |
It's OK ! Thanks |
Still happening in Salt 2019.20 with python3.6 (Ubuntu 18.04)
|
Still happening in Salt 2019.2.0 with python 2.7 (Fedora Server 30) installed from repository:
|
The text was updated successfully, but these errors were encountered: