Commit graph

119225 commits

Author SHA1 Message Date
Justin Zandbergen
52d9886620 fix: Older keys end with a newline, this breaks minion auth. 2024-02-28 16:01:43 -07:00
Pedro Algarvio
e9122b1d7c Skip salt-ssh related tests on Fedora 39
The problem is that the tornado we ship is not prepared for Python 3.12,
and it imports `ssl` and checks if the `match_hostname` function is defined, which
has been deprecated since Python 3.7, so, the logic goes into trying to import
backports.ssl-match-hostname which is not installed on the system.
2024-02-28 11:24:14 +00:00
Pedro Algarvio
3978817195 Remove skips targeting PhotonOS 3 2024-02-28 11:24:14 +00:00
Pedro Algarvio
5f48635fe8 Improve logic to account for Alma Linux 2024-02-28 11:24:14 +00:00
ScriptAutomate
9baf9bb76a Adding changelogs for dropped and added AMIs 2024-02-28 11:24:14 +00:00
ScriptAutomate
67b2965260 Add latest AMIs, reduce OS targets; add Fedora 39 2024-02-28 11:24:14 +00:00
Pedro Algarvio
fce314e011 Upgrade to cryptography==42.0.5 due to a few security issues
* https://github.com/advisories/GHSA-9v9h-cgj8-h64p
* https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
* https://github.com/advisories/GHSA-6vqw-3v5j-54x4
2024-02-28 08:56:13 +00:00
Pedro Algarvio
44b9e1de06 Revert "Fix file.directory clobbering backupname path with test=True"
This reverts commit 2f14cd2816.
2024-02-27 09:47:43 +00:00
Pedro Algarvio
856ac3545e Revert "Add test case"
This reverts commit 21ebbf155d.
2024-02-27 09:47:43 +00:00
Pedro Algarvio
89c3abf1ec Revert "Add changelog entry"
This reverts commit 7386c6ec87.
2024-02-27 09:47:43 +00:00
Pedro Algarvio
5840ab68a5 We depend on `msgpack >= 1.0`, simplify logic 2024-02-27 08:07:04 +00:00
Pedro Algarvio
890140fba1 The `salt.utils.psutil_compat` module has been deprecated 2024-02-27 08:07:04 +00:00
Pedro Algarvio
b9be2dec1b Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
Pedro Algarvio
f3f54a6eb1 Switch to python-tools-scripts >= 0.20.0 2024-02-26 13:43:46 +00:00
Erik Johnson
7386c6ec87 Add changelog entry 2024-02-22 15:44:18 -07:00
Erik Johnson
21ebbf155d Add test case 2024-02-22 15:44:18 -07:00
Erik Johnson
2f14cd2816 Fix file.directory clobbering backupname path with test=True 2024-02-22 15:44:18 -07:00
Shane Lee
ac5f0474e3
Merge pull request #66109 from twangboy/fix_winrepo_update_script
[3006.x] Fix update winrepo script on 3006.x
2024-02-21 12:20:03 -07:00
Shane Lee
c6991e22ce
Fix update winrepo script on 3006.x 2024-02-21 12:18:00 -07:00
Salt Project Packaging
ce9d09bc9c
Release v3006.7 2024-02-20 22:04:07 +00:00
Pedro Algarvio
ba52813f7d Switch hooks to the Saltstack ORG 2024-02-20 14:46:00 -07:00
Daniel A. Wozniak
736ae6c79e Fix ssh tests 2024-02-20 15:15:13 +00:00
Daniel A. Wozniak
96bd2b2b9b Upgrade to relenv 0.15.1 2024-02-19 15:19:42 +00:00
Daniel A. Wozniak
507f727106 Add changelog for salt-pip fix 2024-02-19 15:19:42 +00:00
Daniel A. Wozniak
b8c6c59117 Bump relenv version to 0.15.0 2024-02-19 15:19:42 +00:00
Shane Lee
6b98f0d828 Fix lint error 2024-02-18 21:56:52 -07:00
Shane Lee
75db735867 Fix an issue with unresolved grains on Windows
Some WMI calls are returning empty, maybe something is corrupted
underneath. This will just return None for grains that can't be
collected using WMI.
2024-02-18 21:56:52 -07:00
Daniel A. Wozniak
661c216fa4 Try disconnecting while we wait 2024-02-18 21:26:25 -07:00
Daniel A. Wozniak
6703d19bce Upgrade pyzmq on darwin due to build failure 2024-02-18 19:48:18 -07:00
Pedro Algarvio
3e540257c5 Bump to pytest==7.3.2 since it handles pytest-timeout without tracebacks 2024-02-18 19:48:18 -07:00
Pedro Algarvio
f335d64b0c Bump to `ansible-core==2.16.3` due to https://github.com/advisories/GHSA-h24r-m9qc-pvpg 2024-02-18 19:48:18 -07:00
Pedro Algarvio
bf02ba409a Bump to cryptography==42.0.3 due to https://github.com/advisories/GHSA-3ww4-gg4f-jr7f 2024-02-18 19:48:18 -07:00
Daniel A. Wozniak
729cf37b79 Set loglevel for unit test 2024-02-18 03:27:05 -07:00
vzhestkov
9cc0635ed3 Fix test_deferred_stream_handler test 2024-02-18 03:27:05 -07:00
vzhestkov
39bb721d37 Fix the _logging test with setting minimum logging level 2024-02-18 03:27:05 -07:00
vzhestkov
efa63ac3f2 Call set_lowest_log_level_by_opts with set_logging_options_dict 2024-02-18 03:27:05 -07:00
Pedro Algarvio
c3826c6143 Increase timeouts on problematic test 2024-02-17 11:49:32 +00:00
Daniel A. Wozniak
ed67c89403 Fix pre-commit 2024-02-16 14:08:20 -07:00
Cian Yong Leow
a974d5d7db Fix exceptions being set on completed futures
Fixes an issue in the ZeroMQ transport where caught exceptions were being set on futures that had already completed (i.e. done) and were logging lots of error messages.
2024-02-16 14:08:20 -07:00
Pedro Algarvio
1ad68fcd93 Increase timeouts on problematic tests and default to func_only=True 2024-02-16 14:03:50 -07:00
Daniel A. Wozniak
17140c44b8 Update deltaproxy test timeout 2024-02-16 04:06:07 -07:00
Pedro Algarvio
17dddc83ba Increase timeouts on problematic tests 2024-02-15 15:25:35 -07:00
Daniel A. Wozniak
aaec5957bb Fix circular imports in tests 2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
a48355cf8b Add changelog for fileclient re-use 2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
1e90161d09 Add tests to validate fileclient re-use 2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
6a5a7fa9f3 Add persistant fileclient to renderes 2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
8b10022702 Use compare_digest when validateing hmac disgests 2024-02-15 10:11:21 -07:00
Thomas Phipps
b27ae54c12 fix tests/pytests/functional/cli/test_batch.py::test_batch_issue_56273 2024-02-14 14:30:00 -07:00
Daniel A. Wozniak
da31638f0a Add test for return fix 2024-02-14 14:30:00 -07:00
Thomas Phipps
2dd0f29663 add changelog 2024-02-14 14:30:00 -07:00