Tyler Levy Conde
eef1ff2e2d
Add changelog
2024-04-18 15:17:42 -07:00
Thomas Phipps
698c736477
Merge branch '3006.x' into nice
2024-04-16 12:48:23 -07:00
Thomas Phipps
57d8471a5c
changelog
2024-04-16 19:11:03 +00:00
Pedro Algarvio
012d1fd205
Bump to idna==3.7
due to https://github.com/advisories/GHSA-jjg7-2v4v-x38h
2024-04-16 19:14:58 +01:00
Shane Lee
cb57145514
Make win_system.master locale agnostic
2024-04-15 14:38:05 -07:00
Shane Lee
6fc0fa2e02
Add the ability to clear the context policy cached
2024-04-15 17:07:25 +01:00
Thomas Phipps
4a8f72a15d
add changelog and tests
2024-04-10 14:58:48 -07:00
Shane Lee
d78245ce35
Make sure dict keys are lowercase
2024-04-10 14:17:32 -07:00
Tyler Levy Conde
e9c86090ae
Black and changelog added for 63060
2024-04-08 21:54:25 +01:00
nicholasmhughes
ed345d06e7
fixes saltstack/salt#66284 x509.certificate_managed - ca_server did not return a certificate
2024-04-01 10:30:04 +01:00
David Murphy
78625d8db7
Add leading slash to salt helper file paths as per dh_links requirement
2024-03-28 10:12:22 +00:00
David Murphy
53fce6957d
Fix RedHat family systemd restart on upgrade, and updated tests
2024-03-27 19:16:29 +00:00
Shane Lee
52ace3bc34
Fix issue with win_user.add
...
win_useradd.add now allows you to add new users that have only integers in
the username.
It also adds tests for the win_useradd module.
2024-03-26 19:49:35 +00:00
Tyler Levy Conde
65e5c4f227
Fix: Prevent full system upgrade in pkg.installed for Arch Linux
...
This change modifies the logic in the pacman module to only append the '-u' flag to the pacman command if sysupgrade is explicitly set to True. This prevents the pkg.installed state from triggering a full system upgrade by default on Arch Linux systems.
2024-03-25 09:06:36 -07:00
Daniel A. Wozniak
773772c426
Fix content-type backwards compatability
2024-03-14 13:04:29 +00:00
Thomas Phipps
3c3285e51e
move fix from #66164 for $65703
2024-03-13 16:03:40 -07:00
Shane Lee
176ccd63e3
Fix issue with refresh_db on Windows
...
When a new package definition file was added to the repo you had to run
refresh_db twice to get it to show up in the package databse. This
clears the cache before refreshing the database to force changes.
2024-03-11 17:56:59 +00:00
Shane Lee
d09b485c16
Honor saltenv in refresh_db on Windows
2024-03-11 17:54:09 +00:00
Erik Johnson
6da38663e7
Add changelog entry
2024-03-11 16:59:43 +00:00
Shane Lee
45cf38f4b4
Fix an issue with the win_pki execution module
...
Change the _cmd_run function so that it raises a CommandExecutionError
when the command fails so that it doesn't try to parse the output of the
command as JSON
Also raise a CommandExecutionError when it recieves invalid JSON
2024-03-06 11:20:37 -07:00
Shane Lee
8c86b5ec70
Make the win_function.get_sam_name function handle Everyone
2024-03-05 16:46:07 -07:00
Skyler Hawthorne
e005c26fff
delete s3fs: delete files from cache when deleted from bucket
2024-02-29 14:57:21 -07:00
Pedro Algarvio
67b08abf29
Remove deprecated code
2024-02-29 10:16:58 +00:00
Daniel A. Wozniak
64e0297936
Provide execution module a regular file client durring pillar rendering
2024-02-28 16:49:31 -07:00
Justin Zandbergen
15ccaccd62
Add changelog entry
2024-02-28 16:01:43 -07:00
ScriptAutomate
9baf9bb76a
Adding changelogs for dropped and added AMIs
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
89c3abf1ec
Revert "Add changelog entry"
...
This reverts commit 7386c6ec87
.
2024-02-27 09:47:43 +00:00
Pedro Algarvio
890140fba1
The `salt.utils.psutil_compat
` module has been deprecated
2024-02-27 08:07:04 +00:00
Erik Johnson
7386c6ec87
Add changelog entry
2024-02-22 15:44:18 -07:00
Salt Project Packaging
ce9d09bc9c
Release v3006.7
2024-02-20 22:04:07 +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
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
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
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
Daniel A. Wozniak
a48355cf8b
Add changelog for fileclient re-use
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
2dd0f29663
add changelog
2024-02-14 14:30:00 -07:00
Daniel A. Wozniak
056a77cca8
Add missing changelog for 65932
2024-02-14 14:26:56 -07:00
Daniel A. Wozniak
332533b1c9
Fix default request channel timeout regression
2024-02-14 14:26:39 -07:00
ScriptAutomate
6fa6c86a47
Fix systemd scriptlet calls in RPMs
2024-02-14 14:24:38 -07:00
Skyler Hawthorne
3703fc5291
fix incorrect hash type result in s3fs
...
The s3fs backend is currently computing the incorrect hash type. The
default hashing algorithm was changed from md5 to sha256. The s3 backend
calls the hashing function without specifying the hash algorithm,
and then hardcodes the result's hash type to md5. After the change to
sha256, this means it was computing a sha256 sum, but saying it was md5.
In turn, it would compute the sha256 sum of the existing target file
and compare it to the cached file's md5, which would obviously always
be different.
This causes downstream effects, such as test mode always reporting a
change, even when there isn't one.
Fixes #65589
2024-02-13 21:38:54 +00:00
Erik Johnson
adb9397bd6
Don't needlessly refresh fileserver backends during Pillar rendering
...
This uses the opts key that masterless runs use to limit fileserver
backend refreshes to a single refresh. Adding it to the master opts
ensures that FSChan instances created on the master do not trigger
fileserver backend refreshes.
2024-02-09 16:11:27 +00:00
Pedro Algarvio
bcd236d48c
Bump to cryptography==42.0.0
due to https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
2024-02-07 01:08:55 -07:00
Shane Lee
2368341eca
Fix mac_shadow module
...
Fixes an issue with the mac_shadow module where it would fail to
retrieve values that weren't set yet... last login for example.
Also adds some tests and a changelog
2024-02-03 08:17:49 +00:00
Shane Lee
4157fe7ed0
Add changelog
2024-02-01 20:11:34 +00:00
Pedro Algarvio
0d7512b824
Release v3006.6
...
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEEIV//dP5Hq5XeiHWZMu8gXPXaz8FAmW6s70ACgkQZMu8gXPX
az86nQv+NgLecuQ+zUa+YQzK8zCAXS0pHzqVjNmRSbdYr91aUtQhHSmlH9LAi+YK
tDa9C7eVD3PNVstxD9DBFP/uVDY20Lls78GgcuE+BLsTe1LHX+YARCy2cZmZq5ft
CzdAyty0pcwGmJA9aeOYD04bdL9Ffq7xALt/jK7/iuFFAvx99SUAfoqgIA4d+5DX
sJpA33mApRaQ0TMUszMjyDeMfvD8b0X8VR3VMGvtFLadvP+ha4PAX8TaBnFbBcEJ
mhUNYuOIpvm+nfXCACZNQe++4XSshpnNUDUjQ/y7cCG1ijioxBz9GdFu63wjTLNz
ZEkaH18HDTlYQx0fJEK1HIDEyxiEa8Xu+Dw1cJdyZia5oGyoc6jNMYFmc0OnF/8W
EaqlzIazTqx+puMWThbQp3sytTXhcCjb3qhlndujhrscdfk9dWdaS0Mji4CVNkHy
ZMH16VOmuh//muBi8C1mDClv2ayrBSK5oWxNm8j5T+8+pgvBdDM6iFSA4O6U0juT
vY+U7xnD
=HOve
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE0pCPs6gjsPqzvSH1uza/ZYSimP8FAmW6tKAACgkQuza/ZYSi
mP86DA//ROPz8A5OYtsJEZoPbzUqE3w3iIK6udcIn5lgw6GfCQ2n5AzRU3jecNNB
caDkYHKz5p4yRdoqHiGEpU5Y12R28EP7IdDnYMqOskZwubrwnxzqxHJh3scGpVQ7
VPDNAhtAn6lcHtq07Al2YPCaCk3iGZjABz251H7qWcWQcv0nyWGQnYYpBlOJTzk6
gA5G/TJfZDPw2cdBQqcL9p2Dq9POED08DcuX7q6FR46hxYTpijg/0sL+Y+t2HMr5
bZePEiigEkbnlJ6ssoQ9aCvUBz6E1sCNy4pfXc0IVx+j7x67gldpK5+ByGcMHiOj
S1tXqQzTnaLpUcepfUD5Qe1VPjfuk94QUF8UdicJ8u72iTkQKM2n9IYeybDxmoj9
iKrhw0fxOLd5afwzy8/NqLXHSH6sfqpRHKcOAwyg4L0aOZqdlsjFNxp9TMN6xami
XRlLLSqWDCvsSzw5btbYJ20zjv+TGsleDyFkJMDkeQlr/oCcWza8cakq5JnHX38y
rEDm5tMTcxX/GOGf3qexePU4Ca8tGkdKuss/QlBeuRSH0djzqtUrEjcQJAu14C/3
nY5F5Z6vgmwSK5l+wnH3cEx9fDqryPRFJCygaQ5yhl1nSpDtzRuDkYYgbU0JOYxA
cBJQrKndI/sezDC2T6rmS+buVGLTQasAXvOIg3UGw6ynG95LZ7I=
=PsFs
-----END PGP SIGNATURE-----
Merge upstream 3006.6 into 3006.x
2024-01-31 20:59:12 +00:00
Pedro Algarvio
c1d2c0833b
Merge 3005.x into 3006.x
2024-01-31 18:19:51 +00:00