Commit graph

1507 commits

Author SHA1 Message Date
David Murphy
6b0690e5af Remove debug output from shell scripts for packaging 2024-07-25 14:51:49 -07:00
Shane Lee
0fcde71062 Fixes cmd.run with requisites on Windows
Formats the command properly for powershell
Adds changelog and tests
2024-07-19 11:47:22 -07:00
Max Arnold
84b4e96db2 Add integration test 2024-07-18 16:17:31 -07:00
Max Arnold
76ae4a6875 Make sure the root minion process handles SIGUSR1 2024-07-18 16:17:31 -07:00
jeanluc
14edbcf19c Fix parallel state execution with Salt-SSH 2024-07-18 14:06:48 -07:00
Daniel A. Wozniak
4a2733a827 Add changelog for #66702 2024-07-17 14:29:53 -07:00
hurzhurz
4e707af83b Fix relative file_roots paths 2024-07-16 13:57:17 -07:00
David Murphy
cb6802b35d WIP - testing rpm solution for ownership on upgrade 2024-07-15 14:21:02 -07:00
David Murphy
060b0d2e43 Ensure on rpm systems, that user and group for existing Salt, is maintained on upgrade 2024-07-15 14:21:02 -07:00
Tyler Levy Conde
3b697d39a2 file.replace and file.search work properly with /proc files 2024-07-10 14:53:10 -07:00
Tyler Levy Conde
a7381119cd added changelog 2024-07-04 21:51:32 -07:00
David Murphy
a09558bb27 Corrected missed line in branch 3006.x when backporting from PR 61620 and 65044 2024-07-03 09:10:35 -07:00
David Murphy
43c32e62df
Merge branch '3006.x' into 3006.x-wintask-fixes 2024-07-01 14:32:55 -06:00
Daniel A. Wozniak
6984ae0ca1 Upgrade relenv to 0.17.0 2024-06-29 21:14:00 -07:00
Daniel A. Wozniak
3821987b9d Add chengelog for dependency version updates 2024-06-25 22:43:26 -07:00
jeanluc
fbf345e0d4 Add logmod SSH wrapper
(cherry picked from commit 18bc40c77a)
2024-06-25 00:16:04 -07:00
jeanluc
512f61d573 Add state.test to SSH wrapper
(cherry picked from commit 82f90e2f15)
2024-06-25 00:16:04 -07:00
jeanluc
6c62792c73 Sync config SSH wrapper with execution module
The wrapper has diverged significantly from the module.

* `option` did not check grains
* `option` did not have `omit_all` and `wildcard` parameters
* `get` missed several parameters: `delimiter`, `merge` and all `omit_*`
* There was no wrapping function for `items`.

(cherry picked from commit 8356be888b)
2024-06-25 00:16:04 -07:00
jeanluc
e9ecf30500 Add defaults SSH wrapper module
This is a 1:1 copy of the execution module, incl. tests...

(cherry picked from commit 47a609fab0)
2024-06-25 00:16:04 -07:00
jeanluc
94eaf94345 Add slsutil SSH wrapper
(cherry picked from commit ddc1197647)
2024-06-25 00:16:04 -07:00
Daniel A. Wozniak
baee8afd3a Additional fixes for windows root_dir logic 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
dfd6221cc5 Fix salt cloud's log_file location when root_dir is given in config 2024-06-24 09:54:49 -07:00
bdrx312
378b1061e8 Fix incorrect version argument will be ignored warning 2024-06-24 09:14:08 -07:00
Daniel Mach
3bc6e3a01d Fix utf8 handling in 'pass' renderer and make it more robust
(cherry picked from commit 8dfc923876)
2024-06-20 20:22:35 -07:00
jeanluc
c1642c5b50 Make local signing with policy containing signing key work 2024-06-20 20:03:57 -07:00
Daniel A. Wozniak
2f84693dc3 Add changelog for #65251 2024-06-19 20:35:07 -07:00
David Murphy
8a9c92a72d Updated changelog 2024-06-19 11:23:50 -07:00
Daniel A. Wozniak
ecd92059af Add changelog for fips fix 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
34151d4490 Add changelog for 66632 2024-06-17 20:37:35 -07:00
ScriptAutomate
10dce329d5 Drop CentOS 7 support; Package with Rocky Linux 9 2024-06-12 09:13:26 -07:00
Daniel A. Wozniak
3d539e4dd2 Add changelog for #66604 2024-06-10 18:03:10 -07:00
Tyler Levy Conde
5c7124a0ee Add changelog entry 2024-06-07 22:07:43 -07:00
David Murphy
d58a6897e6 Fix for GitFS failure to unlock lock file, and resource cleanup for process SIGTERM, tests to be done 2024-06-03 12:24:11 -07:00
hurzhurz
3baaf79cec add changelog 2024-05-23 14:15:34 +02:00
Shane Lee
580ad437fd Fix some tests 2024-05-14 21:15:16 +01:00
Shane Lee
45c56b0033 Fix issues with the cmd module on Windows
stderr is no longer piped to stdout by default for cmd.run
Scripts are called using the -File paramter for powershell.exe
stderr is cleared if it contains CLIXML (only for encoded commands)
cmd.powershell now accepts lists as commands
Makes sure returned JSON data is valid before trying to load it
Strips whitespace from the stdout in win_runas
2024-05-14 21:15:16 +01:00
Shane Lee
344a3d8c2f Use Powershell instead of netsh for firewall settings 2024-05-14 17:05:21 +01:00
nicholasmhughes
b6dcf7ec18 fixes saltstack/salt#65295 nftables module type does not ensure unique nft family values
(cherry picked from commit ab72e70697)
2024-05-14 07:05:31 +01:00
Jonas Maurus
9e16ab47e0 Fix #66382 (nftables): Produce correct ip family for rules with saddr or daddr 2024-05-14 06:57:51 +01:00
jeanluc
37e50b000f Migrate to TZ-aware datetime objects in x509_v2 2024-05-14 06:42:50 +01:00
jeanluc
e56ad175e8 Don't unnecessarily download remote sources to cache
(cherry picked from commit 109dd48389)
2024-05-14 06:41:14 +01:00
ScriptAutomate
457dfa6f23 Add Fedora 40 and Ubuntu 24.04 support 2024-05-13 18:31:50 +01:00
Pedro Algarvio
3ec5b91bbd Bump to `jinja2==3.1.4` due to https://github.com/advisories/GHSA-h75v-3vvj-5mfj 2024-05-08 17:42:06 +01:00
Salt Project Packaging
c5392cdbdb
Release v3006.8 2024-04-29 03:29:26 +00:00
Daniel A. Wozniak
eedcf490af Add changelog for dns change detection 2024-04-25 10:16:46 -07:00
Daniel A. Wozniak
2ec357ea4e Upgrade relenv to 0.16.0 2024-04-24 12:17:41 +01:00
Pedro Algarvio
cf54203c93 Revert "Revert "Add changelog for 66400""
This reverts commit 59813a60c2.
2024-04-23 13:37:17 +01:00
Pedro Algarvio
59813a60c2 Revert "Add changelog for 66400"
This reverts commit 1b2bd485b7.
2024-04-22 16:04:24 +01:00
Pedro Algarvio
53990e2944 Bump to aiohttp==3.9.4 due to https://github.com/advisories/GHSA-7gpw-8wmc-pm8g 2024-04-22 12:38:20 +01:00
Daniel A. Wozniak
1b2bd485b7 Add changelog for 66400 2024-04-20 15:00:04 -07:00