mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
include deprecation notice for firewalld
This commit is contained in:
parent
d824f09e80
commit
802385a8fb
2 changed files with 17 additions and 1 deletions
|
@ -20,7 +20,7 @@ Versions are `MAJOR.PATCH`.
|
|||
- [#55573](https://github.com/saltstack/salt/pull/55573) - Deprecate `quiet` kwarg in cmd.run state module. Please set `output_loglevel` to `quiet` instead.
|
||||
- [#55641](https://github.com/saltstack/salt/pull/55641) - Deprecate `enviroment` kwarg from heat state and execution module. Please use correct spelling `environment`.
|
||||
- [#55682](https://github.com/saltstack/salt/pull/55682) - Deprecate `get_known_host` and `recv_known_host` functions from ssh module.
|
||||
|
||||
- [#55683](https://github.com/saltstack/salt/pull/55683) - Deprecate `prune_services` in the firewall state module to be False by default. And update `force_masquerade` to be False by default in the firewall execution module.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -191,6 +191,16 @@ Module Deprecations
|
|||
:py:func:`ssh.recv_known_host_entries <salt.modules.ssh.recv_known_host_entries>`
|
||||
function instead.
|
||||
|
||||
- The :py:mod`firewalld <salt.modules.firewalld>` module has been changed as
|
||||
follows:
|
||||
|
||||
- The default setting for the ``force_masquerade`` option in the
|
||||
:py:func:`firewalld.add_port <salt.module.firewalld.add_port` function has changed
|
||||
from ``True`` to ``False``.
|
||||
- Support for the ``force_masquerade`` option in the
|
||||
:py:func:`firewalld.add_port_fwd <salt.module.firewalld.add_port_fwd` function has
|
||||
been changed from ``True`` to ``False``.
|
||||
|
||||
State Deprecations
|
||||
------------------
|
||||
|
||||
|
@ -206,6 +216,12 @@ State Deprecations
|
|||
:py:func:`heat.deployed <salt.states.heat.deployed>` function due
|
||||
to a spelling error. Please use ``environment`` instead.
|
||||
|
||||
- The :py:mod`firewalld <salt.states.firewalld>` state has been changed as follows:
|
||||
|
||||
- The default setting for the ``prune_services`` option in the
|
||||
:py:func:`firewalld.present <salt.states.firewalld.present>` function has changed
|
||||
from ``True`` to ``False``.
|
||||
|
||||
Fileserver Deprecations
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue