Commit graph

1346 commits

Author SHA1 Message Date
Gareth J. Greenaway
4ab9abc575
Merge pull request #63555 from garethgreenaway/set_enable_fqdns_grains_false
Set enable_fqdns_grains to be False by default.
2023-02-01 18:05:12 -08:00
Twangboy
72429ae421
Add support for RelaxMinimumPasswordLengthLimits 2023-02-01 16:06:44 -07:00
Gareth J. Greenaway
2c1526a634
Merge pull request #63591 from garethgreenaway/63590_cmd_run_powershell_fixes
cmd.run powershell fixes
2023-02-01 11:42:55 -08:00
Gareth J. Greenaway
2515b31594
Merge pull request #63354 from nicholasmhughes/fix-pip.list-local-packages
Fix pip.list parsing of local packages
2023-02-01 11:36:18 -08:00
Gareth J. Greenaway
bbe7f6469f
Adding changelog 2023-01-31 10:53:14 -08:00
Gareth J. Greenaway
380c9035ec
When the shell is passed as powershell or pwsh, only wrapper the shell in quotes if cmd.run is running on Windows. When quoted on Linux hosts, this results in an error when the keyword arguments are appended. 2023-01-30 18:02:28 -08:00
Twangboy
4c4df772e3
Add changelog 2023-01-23 17:24:36 -07:00
Nicholas Hughes
011871264b
Merge branch 'master' into fix-pip.list-local-packages 2023-01-19 14:29:34 -05:00
Gareth J. Greenaway
64fd0cdcb2
Merge pull request #63428 from dwoz/issue/master/62618
Syndics honor MoM acl
2023-01-12 15:07:01 -08:00
David Murphy
fc1f0b30ac Added changelog for issue 42306 2023-01-11 10:53:46 -07:00
Daniel A. Wozniak
da5ad94e71 Add changelogs 2023-01-11 10:36:26 -07:00
Nicholas Hughes
54956c94e5
Merge branch 'master' into fix-pip.list-local-packages 2023-01-10 16:50:44 -05:00
Wayne Werner
51f561065c Add tests for deprecation warnings
Rather than just rely on the test suite, we also add a deprecation
warning to the test module, which will enable a simple method for
ensuring that DeprecationWarnings are correctly emitted.
2023-01-10 12:53:49 -07:00
Wayne Werner
3b06d1ed7c Put back deprecation warnings
Checked the
https://docs.python.org/3/library/warnings.html#warnings.filterwarnings
docs but there wasn't any obvious reason why our warnings disappear.
This restores the DeprecationWarnings showing up on the command line.
2023-01-10 12:53:49 -07:00
Pedro Algarvio
42b7d1be89 Stop relying on salt/_version.py to write Salt's version.
Instead use `salt/_version.txt` which only contains the version string.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-01-09 12:31:51 -07:00
Pedro Algarvio
c4a077ab54 Properly deprecate salt.utils.versions.StrictVersion
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-01-09 12:31:51 -07:00
Nicholas Hughes
41c0ebbdb8
Merge branch 'master' into fix-pip.list-local-packages 2023-01-06 09:38:33 -05:00
Nicholas Hughes
8a0e6ce431
Merge branch 'master' into add-queue-config-and-max-limit 2022-12-23 09:20:34 -05:00
Dernat Rémy
d710317765 adding changelog 2022-12-22 09:52:52 -07:00
Dernat Rémy
7662369074 add filter status to ps module to get a list of processes according to their state 2022-12-22 09:52:52 -07:00
jeanluc
68205796e9 Correct docs/changelog 2022-12-22 08:00:41 -07:00
jeanluc
dca6305064 Add changelog 2022-12-22 08:00:41 -07:00
Nicholas Hughes
fd11556b0b
Merge branch 'master' into add-queue-config-and-max-limit 2022-12-22 09:43:59 -05:00
nicholasmhughes
1e5721ad52
fixes saltstack/salt#63356 allow setting max queue size for state runs 2022-12-21 14:15:33 -05:00
nicholasmhughes
d8c5180bf5
fixes saltstack/salt#31468 allow users to enable 'queue=True' for all state runs via config file 2022-12-21 13:25:18 -05:00
David Murphy
fd875b2521
Import StrictVersion and LooseVersion from setuptools.distutils.verison or setuptools._distutils.version, if first not available 2022-12-21 09:27:54 -07:00
nicholasmhughes
c42deff775
fixes saltstack/salt#58202 pip.is_installed doesn't handle locally installed packages 2022-12-21 10:16:56 -05:00
nicholasmhughes
e253897675
fixes saltstack/salt#60557 regression pip.installed does not pass env_vars when calling pip.list 2022-12-21 10:14:49 -05:00
David Murphy
e8441238e1 Initial removal usage of distutils and replacement with setuptools 2022-12-20 07:07:21 -07:00
Peter Steffey
581b759ada Support IMDSv2 HttpTokens 2022-12-15 07:28:31 -07:00
jeanluc
42891c8c61 Make gpg.verify respect gnupghome 2022-12-14 13:44:24 -07:00
jeanluc
49c20ccff9 Make pillar cache pass extra minion data as well 2022-12-14 13:31:21 -07:00
Foorack / Max Faxälv
f2346c1868 Fix return of REST-returned permissions when auth_list is set 2022-12-12 08:34:52 -07:00
nicholasmhughes
bcac6245ff fixes saltstack/salt#63231 serious performance issues with the file.tidied module 2022-12-12 08:13:39 -07:00
Sebastian Marsching
02a1ee476e Extend OpenVSwitch modules (closes #58986).
This adds the new openvswitch_db state module. It also  adds the new
functions bridge_to_parent, bridge_to_vlan, db_get, and db_set to the
openvswitch execution module.

Besides, it adds two new optional parameters parent and vlan to the
openvswitch_bridge.present state module function and the
openvswitch.bridge_create execution module function.
2022-12-09 19:43:03 +01:00
Gareth J. Greenaway
cb820b6bf0
Merge pull request #62868 from lkubb/script-engine-onchange
Add onchange configuration for script engine
2022-12-08 13:30:13 -08:00
Jakub Recman
6b65273055 Add changelog for #62826 2022-12-08 10:59:34 -07:00
jeanluc
f5278ee111
Merge branch 'master' into script-engine-onchange 2022-12-08 08:24:24 +01:00
Megan Wilhite
5b08153a63 Explicitly pass in context for all state functions in salt-ssh 2022-12-07 20:34:52 -07:00
Megan Wilhite
92ce21d300 Add changelog 2022-12-07 14:46:37 -07:00
Gareth J. Greenaway
d0ed816e8a adding changelog 2022-12-07 14:45:13 -07:00
Max Arnold
c48d6c94cd Add changelog entry for __orchestration__ key removal 2022-12-07 10:10:37 -07:00
Gareth J. Greenaway
958950360f Adding changelog. 2022-12-07 10:07:11 -07:00
Gareth J. Greenaway
4212c320e6 Restore the previous slack engine and deprecate it, rename replace the slack engine to slack_bolt until deprecation 2022-12-07 09:13:55 -07:00
Gareth J. Greenaway
21463a2f46
Merge pull request #63135 from keslerm/remove-boto-dependency
remove boto dependency from boto3mod
2022-12-06 15:59:57 -08:00
Gareth J. Greenaway
b150f56b1e
Merge pull request #63213 from lkubb/recursivedd-nested
Fix RecursiveDictDiffer
2022-12-06 15:31:48 -08:00
Charles McMarrow
d7614651e8 Update changelog/49430.changed
Co-authored-by: Megan Wilhite <mwilhite@vmware.com>
2022-12-06 12:41:45 -07:00
cmcmarrow
40752d0451 add log 2022-12-06 12:41:45 -07:00
nicholasmhughes
553dfd2fe2 fixes saltstack/salt#63128 add ethtool execution and state module functions for pause 2022-12-06 09:23:36 -07:00
Megan Wilhite
b7da9d2ef2 Rename changelog filename and update version to Argon 2022-12-06 07:07:53 -07:00