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
Daniel A. Wozniak
16064410f9
Add changelog for #66932
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
2025-03-07 00:52:57 -07:00
Daniel A. Wozniak
05b01e268d
Update relenv to 0.18.1
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
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
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
...
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
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
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
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
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
David Murphy
76f22f0f92
Added changelog entry
2024-10-15 15:20:51 -07:00
Daniel A. Wozniak
fc8d60d137
Upgrade relenv to 0.17.3 and python to 3.10.15
2024-10-09 09:10:58 -07:00
vzhestkov
ee4d5321f2
Add 66856 changelog entry
2024-09-25 02:28:51 -07:00
Daniel A. Wozniak
d11775eeca
Upgrade relenv to 0.17.2
2024-09-23 13:56:36 -07:00
Tom Doherty
caf62f97bd
fix yaml output
...
In b9be2de
, OrderedDict was replaced with HashableOrderedDict.
Add logic to yamldumper to handle the new type.
2024-09-20 14:08:12 -07:00
Shane Lee
b912817240
Fixes cmd.run with requirements on Windows
...
Formats the command properly for powershell
Adds changelog and tests
2024-09-20 14:06:53 -07:00
hurzhurz
698979fe55
fix nacl.keygen for not yet existing sk_file or pk_file
2024-09-19 14:56:24 -07:00
Erik Johnson
d4b2957194
Add changelog file
2024-09-19 14:46:52 -07:00
Daniel Wozniak
ae1d3f3eb3
Merge pull request #66857 from twangboy/fix_64630
...
[3006.x]Manage symlinks after dirs and files
2024-09-19 13:43:19 -07:00
David Murphy
2532a088cd
Added changelog for fix
2024-09-18 15:08:12 -07:00
Niklas Rousset
9da6764eb8
Convert stdin string to bytes regardless of stdin_raw_newlines
2024-09-18 14:53:40 -07:00
twangboy
572e955388
Add tests and changelog
2024-09-18 13:26:33 -06:00
ScriptAutomate
77260acfd5
Drop Arch Linux; update latest golden images
2024-09-18 09:41:24 -07:00
twangboy
f9c9787251
Fix pre-commit
2024-09-12 08:55:42 -07:00
twangboy
50187433cf
Add changelog for 66835
2024-09-12 08:55:42 -07:00
twangboy
63b9da8bde
Fix pkg.removed with multiple versions on Windows
2024-09-11 16:52:27 -07:00