Insoo Ha
95bccf06c2
fix pre-commit
2024-01-24 16:00:41 +00:00
Insoo Ha
98c92a3fac
Use send_multipart instead of send when sending multipart message.
2024-01-24 16:00:41 +00:00
Pedro Algarvio
3448e40847
Merge 3006.x into 3007.x
2024-01-24 15:02:25 +00:00
Pedro Algarvio
bbff5cec15
Stop time bombing with RuntimeError
's
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-24 14:43:15 +00:00
Shane Lee
ba44de34fa
Rebase to 3006.x
2024-01-23 14:11:22 -07:00
Thomas Phipps
c91e1d8a5e
add https to proxy so that requests knows how to proxy https
2024-01-23 10:15:26 -07:00
Nicholas Hughes
b5c096920e
Add context aware change handling for file.managed state module function ( #63347 )
...
* add context aware change handling for file.managed state module function
* updates docstrings, add ignore comments, and add util tests
* update util tests
* adding additional documentation and test cases
* missed some places where a kwarg needed to be passed through
* handling pyupgrade changes
* using new md changelog format
* add context aware change handling for file.managed state module function
* updates docstrings, add ignore comments, and add util tests
* update util tests
* adding additional documentation and test cases
* missed some places where a kwarg needed to be passed through
* handling pyupgrade changes
* fix existence checking after merge conflict fix
* remove duplicate test from merge conflict resolution
* apparently using the github ui to resolve merge conflicts was a bad idea
---------
Co-authored-by: Daniel Wozniak <dwozniak@vmware.com>
2024-01-22 14:34:42 -07:00
Shane Lee
d4f257ee04
Fix pre-commit
2024-01-19 14:36:10 -07:00
Noah Ablaseau
0b55627eed
Rename fixed -> added
2024-01-19 14:36:10 -07:00
Noah Ablaseau
deff6bad13
Add changelog
2024-01-19 14:36:10 -07:00
Pedro Algarvio
f777074849
Update changelog to include the Jinja security update
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-18 16:05:39 +00:00
Pedro Algarvio
2bafd5b34e
Bump to gitpython==3.1.41
due to https://github.com/advisories/GHSA-2mqj-m65w-jghx
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-18 16:05:39 +00:00
Pedro Algarvio
e14219321b
Bump to pycryptodome==3.19.1
and pycryptodomex==3.19.1
due to https://github.com/advisories/GHSA-j225-cvw7-qrx7
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-18 16:05:39 +00:00
Daniel A. Wozniak
a21a5adc38
Fix un-closed tranport in tornado netapi
2024-01-17 16:58:39 -07:00
Pedro Algarvio
82fef67ad7
Merge 3007.x into master
2024-01-17 15:16:09 +00:00
Zhiwei Liang
f01483ff92
Fix salt-cloud get_cloud_config_value for list objects
2024-01-16 10:16:16 -07:00
Pedro Algarvio
82e4e2b55f
Merge 3006.x into 3007.x
2024-01-16 11:50:44 +00:00
Pedro Algarvio
96d60f3a11
Update changelog to include the Jinja security update
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-16 09:26:17 +00:00
Pedro Algarvio
6fb35bf88f
Bump to gitpython==3.1.41
due to https://github.com/advisories/GHSA-2mqj-m65w-jghx
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-16 09:23:16 +00:00
Pedro Algarvio
d3fad04d9e
Bump to pycryptodome==3.19.1
and pycryptodomex==3.19.1
due to https://github.com/advisories/GHSA-j225-cvw7-qrx7
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2024-01-16 09:23:16 +00:00
Damien Degois
dbc8b4cf66
Pre-commit black + isort + pyupgrade
2024-01-15 14:24:28 -07:00
Wayne Werner
524b99cfcc
add changelog
2024-01-15 14:24:28 -07:00
Pedro Algarvio
502fb070a8
Merge 3007.x into master
2024-01-11 09:00:42 +00:00
Daniel A. Wozniak
32aa7d4b67
Add missing master cluster changelog
2024-01-11 07:51:51 +00:00
Pedro Algarvio
5c4747d59d
Merge 3007.x into master
2024-01-08 20:58:22 +00:00
Pedro Algarvio
68ecf808e3
Merge 3006.x into 3007.x
2024-01-05 11:29:13 +00:00
Cesar Augusto Sanchez
fac15ed958
fix consul.acl_create rule creation
2024-01-04 14:52:00 -07:00
Thomas Phipps
7dcb34e6bf
yumpkg add metalink
2024-01-04 14:50:40 -07:00
Daniel A. Wozniak
d2d34303dd
Fix un-closed tranport in tornado netapi
2024-01-04 14:49:19 -07:00
David Murphy
f9d456bf10
Updated use of base64_b64encode and change log
2024-01-03 14:57:41 -07:00
jeanluc
47b8836f94
Add logmod SSH wrapper
2024-01-02 14:17:43 -07:00
jeanluc
d9b25d475d
Add defaults
SSH wrapper module
...
This is a 1:1 copy of the execution module, incl. tests...
2024-01-02 14:17:43 -07:00
jeanluc
515d0ff503
Add SSH wrapper for cmd.script
2024-01-02 14:17:43 -07:00
jeanluc
f38d1f7467
Add slsutil
SSH wrapper
2024-01-02 14:17:43 -07:00
jeanluc
fd588f754e
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`.
2024-01-02 14:17:43 -07:00
jeanluc
4a35d6f47f
Add state.test to SSH wrapper
2024-01-02 14:17:43 -07:00
Lee Clemens
6e1351679b
Add changelog
2023-12-28 02:17:50 -07:00
Jonatan Sundeen
c1a0cb45db
Added changelog
2023-12-28 02:14:23 -07:00
Lee Clemens
64834d821a
Update changelog file syntax
2023-12-28 02:13:25 -07:00
Lee Clemens
a47eeb909c
Report failures and error information.
...
Replace stdout in cases of success with known value for state to evaluate.
Update response handling in states.
Fixes #60500
2023-12-28 02:13:25 -07:00
Lee Clemens
c5ec77d36e
Add changelog
2023-12-28 02:11:54 -07:00
Daniel A. Wozniak
abe92390c3
Fix nonsensical in fileclient timeout error message
2023-12-27 21:30:12 -07:00
Daniel A. Wozniak
874698b9fb
Merge branch '3006.x' into merge-forward
2023-12-23 00:50:54 -07:00
David Murphy
70c22eff62
Removed PR 65185 changes since incomplete solution
2023-12-22 22:09:16 -07:00
David Murphy
4a8908cd11
Ensure initial _sync_grains only occurs if masterless minion in class SMinion initialization
2023-12-22 22:09:16 -07:00
Daniel A. Wozniak
57d046a7db
Add changelog for #65691
2023-12-22 09:47:16 -07:00
Carlos Álvaro
0a88399996
fix: Fix typo in changelog
2023-12-21 21:35:46 -07:00
Carlos Álvaro
3309126c88
changelog: Add changelog for PR #64924
2023-12-21 21:35:46 -07:00
jeanluc
fbb6728179
Make Salt-SSH sync custom utils
2023-12-21 12:05:06 -07:00
Gareth J. Greenaway
9f5a1a7f4b
Include changes in the results when schedule.present state is run with test=True.
2023-12-21 12:04:18 -07:00