Daniel A. Wozniak
c5b39473ed
Merge branch '3007.x'
2025-03-08 00:19:10 -07:00
Daniel A. Wozniak
c695e0bcff
Merge branch '3006.x' into merge/3007.x/3006.x
2025-03-07 15:05:05 -07:00
Tim Hetkämper
1920e80a52
Add changelog file
2025-03-07 14:31:36 -07:00
David Murphy
7fb8eb538b
Ensure file clients for runner, wheel, local and caller are available from the client_cache if called upon
2025-03-07 14:26:00 -07:00
vzhestkov
1554e84f3a
Add changelog entry
2025-03-07 14:24:59 -07:00
Daniel A. Wozniak
16064410f9
Add changelog for #66932
2025-03-07 00:52:57 -07:00
Daniel A. Wozniak
05b01e268d
Update relenv to 0.18.1
2025-03-06 23:01:54 -07:00
Daniel A. Wozniak
87dd674da2
Add changelog for updated dependencies
2025-03-06 22:20:11 -07:00
David Murphy
7d93923b1a
corrected dnf5 option --downloadonly for dnf5 install
2025-03-06 13:45:36 -07:00
David Murphy
17b15c9fc2
Added changelog for 67743
2025-03-06 13:45:36 -07:00
David Murphy
002d02a5e7
Added support and tests for dnf5 to services_need_restart for yum packages
2025-03-06 13:45:36 -07:00
David Murphy
59ddf3cf88
Backport of dnf5 support from 3007 to 3006
2025-03-06 13:45:36 -07:00
twangboy
c2bb925bc6
Fix checking retcodes with runas on Windows
2025-03-06 13:45:16 -07:00
twangboy
b128203e9c
Pass lastexitcode through to retcode
2025-03-06 13:45:16 -07:00
twangboy
aeecd6b7b2
Use cmd /c with runas on Windows to allow compound commands
2025-03-06 13:45:16 -07:00
David Murphy
c44e8e3a66
Removed dependency on bsdmainutils package for Debian and Ubuntu
2025-03-06 13:39:39 -07:00
Twangboy
dd2c86d844
Add list_repo_pkgs to win_pkg module
2025-03-05 11:42:07 -07:00
Twangboy
680f27f9b8
Fix stacktrace with unmapped account names
2025-02-28 02:47:47 -07:00
Georg Pfuetzenreuter
24a58e8211
Set virtual grain in Podman systemd container
...
Correctly handle the systemd-detect-virt output to identify a Podman
container running systemd as what it is instead of as a physical machine.
Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
2025-02-26 14:04:01 -07:00
David Murphy
81885bace3
Added changelog entry
2025-02-20 14:40:58 -07:00
David Murphy
3b4094073e
Corrected the issue number for changelog file
2025-02-20 07:56:01 -07:00
Daniel Wozniak
c212603305
Merge pull request #67152 from hurzhurz/fix-yumpkg
...
[3006.x] fix yumpkg for Python <3.8
2025-02-20 02:42:23 -07:00
David Murphy
1d4c12ec3b
Allow slash '/' in git branch names and traverse git branches using os.walk
2025-02-19 14:36:24 -07:00
hurzhurz
634d5d11df
fix yumpkg for Python <3.8
2025-02-18 18:15:13 -07:00
Daniel A. Wozniak
a017805680
Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x
2025-02-17 00:09:58 -07:00
Daniel A. Wozniak
d625eaeea8
Merge branch '3006.x' into merge/3007.x/3006.x-last-merge
2025-02-14 01:23:02 -07:00
Twangboy
ec49ec72c8
Add changelog
2025-02-11 15:07:32 -07:00
Tom Doherty
5a097a50be
Recognise newer AMD GPU devices
2025-01-31 11:30:24 -07:00
David Murphy
2db89637db
Addedd changelog
2025-01-31 11:29:38 -07:00
David Murphy
4a0ddd4c5a
Added changelog entry
2025-01-30 14:43:31 -07:00
Jacob Tracy
07a1602326
Create changelog for PR 67019
2025-01-30 14:39:41 -07:00
Twangboy
3d3d6d6e22
Add changelog
2025-01-30 02:30:26 -07:00
Daniel A. Wozniak
486462b992
Pull in changes from #66931
...
Make sure we only call chmod when pull_path or pub_path is used. Add
regression tests for this behavior.
2024-10-29 14:32:21 -07:00
Daniel A. Wozniak
d4ebb63638
Add started event to PublishServer
...
- Add a started event that gets set after the server transport is ready
for clients to connect.
- Wait on publish servers start while the master process is starting up.
2024-10-29 14:32:21 -07:00
Daniel A. Wozniak
8b0d609ec6
Update cluster docs with good timeout value
2024-10-28 15:07:20 -07:00
Daniel A. Wozniak
1a834761bf
Merge branch '3006.x' into merge/3007.x/3006.x
2024-10-25 17:07:29 -07:00
jeanluc
fd7b0dcea2
Filter unpicklable objects from the context dict when necessary
2024-10-25 04:45:35 -07:00
jeanluc
c4361cf828
Ensure injected globals are defined on spawning platforms
...
This ensures dunders like __env__ are defined in states running in
parallel on spawning platforms.
The __running__ dict can contain salt.utils.process.Process instances,
which are still picklable.
2024-10-25 04:45:35 -07:00
Hristo Voyvodov
7c9305418c
Fixing vault client unwrap function to respect server.verify option.
...
Currently VaultClient.unwrap is doing own request call without respecting verify option.
Any other function is reusing self.request or self.raw_request function which are respecting correctly verify opt.
This will change unwrap function to also utilize self.post() which is reusing self.request.
2024-10-21 14:25:43 -07:00
Nick Porter
983cfe75e3
fixes #66252 correct use of egrep to parse semanage output
2024-10-21 14:17:14 -07:00
Daniel Dehennin
d1ca30c2ad
Fix incorrect override of minion node definition
...
A pillars dict in a minion node definition was not overridding
correctly the same dict in classes.
* salt/utils/saltclass.py (expanded_dict_from_minion): do not pass a
reference to minion dict or it will be overridden by classes during
expansion.
Fixes : #63933
2024-10-21 14:15:41 -07:00
Daniel Dehennin
9ef879aee4
fix(saltclass): don't lose nested classes and states in recursion
...
Fixes : #58969
2024-10-21 14:15:41 -07:00
David Murphy
628c2d2095
Add cryptography back as a dependency for Salt 3006 to base.txt requirements
2024-10-21 14:13:24 -07:00
Georg Pfuetzenreuter
4e429ef772
Remove perms from linux_acl.list_absent docstring
...
Not a valid argument for this function, remove misleading documentation
reference.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-10-16 18:23:31 -07:00
twangboy
98f49eba4e
Remove wmic from iscsi grains
2024-10-16 18:08:52 -07:00
twangboy
30e0de375f
Remove wmic usage from disk grains on Windows
2024-10-16 18:08:52 -07:00
Daniel A. Wozniak
9b157d732f
Merge branch '3006.x' into merge/3007.x/3006.x
2024-10-16 18:03:43 -07:00
David Murphy
76f22f0f92
Added changelog entry
2024-10-15 15:20:51 -07:00
Daniel A. Wozniak
6388536beb
Merge branch '3006.x' into merge/3007.x/3006.x
2024-10-14 22:52:30 -07:00
Daniel A. Wozniak
071325c203
Add changelog for issue #65265
2024-10-10 12:56:15 -07:00