Release 2023.8.0

While this release doesn’t necessarily bring any new features, it fixes various compatibility issues with recent Salt releases, starting with Salt 3004:

Important

Beginning with Salt release 3006, in order to have enable the sproxy and sproxy_async clients, you need to explicitly list them under the netapi_enable_clients configuration option, otherwise, Salt will reject any API requests to either of these. See https://docs.saltproject.io/en/master/topics/netapi/netapi-enable-clients.html for more details.

Example: /etc/salt/master

netapi_enable_clients:
  - local
  - local_async
  - sproxy
  - sproxy_async

See also https://salt-sproxy.readthedocs.io/en/latest/salt_api.html for more documentation notes.