Add netapi_enable_clients info to release doc

Adds information on the netapi_enable_clients changes to the 3006
release document.
This commit is contained in:
Barney Sowood 2022-12-02 12:47:52 +00:00
parent 1d6860c458
commit 896a7adaa2

View file

@ -28,6 +28,18 @@ supported versions. See
for more information.
All salt-api functionality disabled by default
----------------------------------------------
All netapi clients, which provide the functionality to salt-api, will now
be disabled by default. If you use the salt-api you must add the new
`netapi_enable_clients` option to your salt master config. This is
a breaking change and the salt-api will not function without this
new configuration option.
See `Netapi module <https://docs.saltproject.io/en/latest/topics/netapi/index.html#introduction-to-netapi-modules>`
for more information.
How do I migrate to the onedir packages?
----------------------------------------
The migration path from the classic, non-onedir packages to the onedir packages