mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Changelog update
This commit is contained in:
parent
fc028f73ee
commit
e1d4f9adfb
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ Versions are `MAJOR.PATCH`.
|
|||
### Changed
|
||||
|
||||
### Fixed
|
||||
- [#40491](https://github.com/saltstack/salt/issues/40491) - Fixed trim_output logic in archive.extracted state - [@Oloremo](https://github.com/Oloremo)
|
||||
|
||||
### Added
|
||||
- [#56637](https://github.com/saltstack/salt/pull/56637) - Add ``win_wua.installed`` to the ``win_wua`` execution module
|
||||
|
@ -232,7 +233,6 @@ Versions are `MAJOR.PATCH`.
|
|||
- [#55823](https://github.com/saltstack/salt/pull/55823) - Fix issue with overly long names in the LGPO module - [@twangboy](https://github.com/twangboy)
|
||||
- [#55843](https://github.com/saltstack/salt/pull/55843) - Fixed `file.mkdir` to respect `test=True` - [@mchugh19](https://github.com/mchugh19)
|
||||
- [#55845](https://github.com/saltstack/salt/pull/55845) - Fixed logging to return multiprocessing queue if it's already set - [@s0undt3ch](https://github.com/s0undt3ch)
|
||||
- [#56041](https://github.com/saltstack/salt/pull/56041) - Fixed trim_output logic in archive.extracted state - [@Oloremo](https://github.com/Oloremo)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
1
changelog/40491.fixed
Normal file
1
changelog/40491.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed trim_output logic in archive.extracted state
|
Loading…
Add table
Reference in a new issue