-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41f3385
commit 8eea551
Showing
7 changed files
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _release-2023.8.0: | ||
|
||
================ | ||
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: | ||
|
||
- `Chris Hills <https://github.com/Chaz6>`__: https://github.com/mirceaulinic/salt-sproxy/pull/264 | ||
- `Zpell82 <https://github.com/Zpell82>`__: https://github.com/mirceaulinic/salt-sproxy/pull/270 | ||
- https://github.com/mirceaulinic/salt-sproxy/pull/266 | ||
- https://github.com/mirceaulinic/salt-sproxy/pull/265 | ||
|
||
.. 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`` | ||
|
||
.. code-block:: yaml | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters