Skip to content

Commit 4e8b77d

Browse files
committed
Release v3006.1
1 parent 6531a38 commit 4e8b77d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+321
-81
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ Versions are `MAJOR.PATCH`.
77

88
# Changelog
99

10+
## 3006.1 (2023-05-05)
11+
12+
13+
### Fixed
14+
15+
- Check that the return data from the cloud create function is a dictionary before attempting to pull values out. [#61236](https://github.com/saltstack/salt/issues/61236)
16+
- Ensure NamedLoaderContext's have their value() used if passing to other modules [#62477](https://github.com/saltstack/salt/issues/62477)
17+
- add documentation note about reactor state ids. [#63589](https://github.com/saltstack/salt/issues/63589)
18+
- Added support for ``test=True`` to the ``file.cached`` state module [#63785](https://github.com/saltstack/salt/issues/63785)
19+
- Updated `source_hash` documentation and added a log warning when `source_hash` is used with a source other than `http`, `https` and `ftp`. [#63810](https://github.com/saltstack/salt/issues/63810)
20+
- Fixed clear pillar cache on every highstate and added clean_pillar_cache=False to saltutil functions. [#64081](https://github.com/saltstack/salt/issues/64081)
21+
- Fix dmsetup device names with hyphen being picked up. [#64082](https://github.com/saltstack/salt/issues/64082)
22+
- Update all the scheduler functions to include a fire_event argument which will determine whether to fire the completion event onto the event bus.
23+
This event is only used when these functions are called via the schedule execution modules.
24+
Update all the calls to the schedule related functions in the deltaproxy proxy minion to include fire_event=False, as the event bus is not available when these functions are called. [#64102](https://github.com/saltstack/salt/issues/64102), [#64103](https://github.com/saltstack/salt/issues/64103)
25+
- Default to a 0 timeout if none is given for the terraform roster to avoid `-o ConnectTimeout=None` when using `salt-ssh` [#64109](https://github.com/saltstack/salt/issues/64109)
26+
- Disable class level caching of the file client on `SaltCacheLoader` and properly use context managers to take care of initialization and termination of the file client. [#64111](https://github.com/saltstack/salt/issues/64111)
27+
- Fixed several file client uses which were not properly terminating it by switching to using it as a context manager
28+
whenever possible or making sure `.destroy()` was called when using a context manager was not possible. [#64113](https://github.com/saltstack/salt/issues/64113)
29+
- Fix running setup.py when passing in --salt-config-dir and --salt-cache-dir arguments. [#64114](https://github.com/saltstack/salt/issues/64114)
30+
- Moved /etc/salt/proxy and /lib/systemd/system/[email protected] to the salt-minion DEB package [#64117](https://github.com/saltstack/salt/issues/64117)
31+
- Stop passing `**kwargs` and be explicit about the keyword arguments to pass, namely, to `cp.cache_file` call in `salt.states.pkg` [#64118](https://github.com/saltstack/salt/issues/64118)
32+
- lgpo_reg.set_value now returns ``True`` on success instead of ``None`` [#64126](https://github.com/saltstack/salt/issues/64126)
33+
- Make salt user's home /opt/saltstack/salt [#64141](https://github.com/saltstack/salt/issues/64141)
34+
- Fix cmd.run doesn't output changes in test mode [#64150](https://github.com/saltstack/salt/issues/64150)
35+
- Move salt user and group creation to common package [#64158](https://github.com/saltstack/salt/issues/64158)
36+
- Fixed issue in salt-cloud so that multiple masters specified in the cloud
37+
are written to the minion config properly [#64170](https://github.com/saltstack/salt/issues/64170)
38+
- Make sure the `salt-ssh` CLI calls it's `fsclient.destroy()` method when done. [#64184](https://github.com/saltstack/salt/issues/64184)
39+
- Stop using the deprecated `salt.transport.client` imports. [#64186](https://github.com/saltstack/salt/issues/64186)
40+
- Add a `.pth` to the Salt onedir env to ensure packages in extras are importable. Bump relenv to 0.12.3. [#64192](https://github.com/saltstack/salt/issues/64192)
41+
- Fix ``lgpo_reg`` state to work with User policy [#64200](https://github.com/saltstack/salt/issues/64200)
42+
- Cloud deployment directories are owned by salt user and group [#64204](https://github.com/saltstack/salt/issues/64204)
43+
- ``lgpo_reg`` state now enforces and reports changes to the registry [#64222](https://github.com/saltstack/salt/issues/64222)
44+
45+
1046
## 3006.0 (2023-04-18)
1147

1248

changelog/61236.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/62477.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/63589.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/63785.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/63810.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/64081.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/64082.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/64102.fixed.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/64103.fixed.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)