Commit graph

1933 commits

Author SHA1 Message Date
Shane Lee
d78245ce35 Make sure dict keys are lowercase 2024-04-10 14:17:32 -07:00
Pedro Algarvio
0ecde50005
Merge 3007.x into master 2024-04-10 10:15:52 +01:00
Tyler Levy Conde
e9c86090ae Black and changelog added for 63060 2024-04-08 21:54:25 +01:00
Shane Lee
7964429e04 Add the ability to bootstrap a specific version of chocolatey
Added a state to bootstrap and unbootstrap chocolatey
Add changelog
Add and update tests
2024-04-04 14:12:33 -07:00
Pedro Algarvio
a11e1033e3
Merge 3007.x into master 2024-04-04 09:40:47 +01:00
Pedro Algarvio
87db565b70
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x 2024-04-03 09:19:29 +01:00
Pedro Algarvio
5c0a890078 Revert "Add the ability to bootstrap a specific version of chocolatey"
This reverts commit 0f9f619e90.
2024-04-03 09:11:49 +01:00
Pedro Algarvio
c32f748482
Merge 3006.x into 3007.x 2024-04-02 17:19:57 +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
nicholasmhughes
296f6648f2 fixes saltstack/salt#66262 pillar.ls doesn't accept kwargs 2024-03-30 18:22:53 +00:00
Pedro Algarvio
73bb545a8c
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x 2024-03-28 13:54:29 +00:00
Pedro Algarvio
7f98810ea6
Merge 3006.x into 3007.x 2024-03-28 13:50:44 +00:00
Shane Lee
0f9f619e90 Add the ability to bootstrap a specific version of chocolatey
Added a state to bootstrap and unbootstrap chocolatey
Add changelog
Add and update tests
2024-03-28 10:12:59 +00: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
Pedro Algarvio
15f9f585f0
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x 2024-03-27 18:47:24 +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
nicholasmhughes
4a6fac0934 fixes saltstack/salt#66260 aptpkg.remove unable to locate package for non-existent package 2024-03-25 18:11:18 +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
Carlos Álvaro
927ccc7264 feat: Add tests to highstate returner 2024-03-22 14:19:39 -07:00
Thomas Phipps
aabba2793a initial removal of python librarys that only exist in debian system python, not done yet
remove unused functions

add pkg.which for deb packages. an item from pkng that should have spread to systems that support it

move SourcesList and SourceEntry to salt.utils.pkg.deb where it belongs.

fix pkg.which test hopfully coreutils is installed

first attempt at fixng #65703

add first changelogs

fix the indexing issue with deb opts by using OrderedDict instead

move salt.utils.pkg.deb tests to functional since not actually unit test.

use example.com instead of real repo in tests.

fix changelog 65703

added changelog for 66201

fix two to many toos in changelog
2024-03-20 13:49:40 -07:00
Pedro Algarvio
87556f9f50
Merge 3006.x into 3007.x 2024-03-14 13:11:46 +00:00
Pedro Algarvio
f7570047bd
Merge 3006.x into 3007.x 2024-03-14 13:06:00 +00: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
Pedro Algarvio
74415c7d0a
Merge 3007.x into master 2024-03-07 10:06:45 +00:00
Pedro Algarvio
4fda1a8854
Merge pull request #66160 from s0undt3ch/hotfix/merge-forward-into-3007.x
[3007.x] Merge 3006.x into 3007.x
2024-03-07 09:53:36 +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
Pedro Algarvio
9dee4488ad
Add changelog entry about removed code 2024-03-06 12:38:45 +00:00
Shane Lee
8c86b5ec70 Make the win_function.get_sam_name function handle Everyone 2024-03-05 16:46:07 -07:00
jeanluc
47341772ac Allow stateful import of GPG keys from files/strings 2024-03-05 14:39:01 -07:00
Salt Project Packaging
31c9d0df19
Release v3007.0 2024-03-03 07:00:21 +00:00
Skyler Hawthorne
e005c26fff delete s3fs: delete files from cache when deleted from bucket 2024-02-29 14:57:21 -07:00
Justin Zandbergen
539ad0f888 Add changelog entry 2024-02-29 14:53:54 -07:00
Pedro Algarvio
b7630f3b08
Merge 3006.x into 3007.x 2024-02-29 14:25:24 +00:00
Pedro Algarvio
e0761e33c0
Remove deprecated code 2024-02-29 10:24:37 +00:00
Pedro Algarvio
67b08abf29 Remove deprecated code 2024-02-29 10:16:58 +00:00
Daniel A. Wozniak
b0a6a81387 Provide execution module a regular file client durring pillar rendering 2024-02-29 06:29:17 +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
Pedro Algarvio
e94a6ec036
Merge 3007.x into master 2024-02-28 19:05:24 +00:00
Pedro Algarvio
acd688cc04
Merge pull request #66018 from s0undt3ch/hotfix/merge-forward-into-3007.x
[3007.x] Merge 3006.x into 3007.x
2024-02-28 19:00:47 +00: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
nicholasmhughes
9f797b56c2 fixes saltstack/salt#66098 file.managed and file.serialize default tmp_dir to relative path 2024-02-26 12:16:39 -07:00