Konrad Mosoń
54cf836d58
Cloud/DigitalOcean: Don't throw error when deleting instance, fixes #58190
2023-12-10 15:05:24 -07:00
Daniel A. Wozniak
9e95e3b2bf
Fix changelog entry
2023-12-10 14:55:32 -07:00
Ari Maniatis
341f844c6d
Better list of FreeBSD ami for EC2
...
The old list was many many years out of date.
2023-12-10 04:17:07 -07:00
mreider
84b8993543
add documentation for facl defaults, in acl state
2023-12-10 03:35:26 -07:00
piterpunk
913c0f7566
Removed an unused assignment in file.patch
2023-12-10 03:31:10 -07:00
Elias Probst
e681745c09
modules.system: improve documentation consistency
...
Make better/more consistent use of rST features, such as:
- use "verbatim" for inline code/variables
- reference module functions using `:mod:`
- fix syntax (e.g. missing empty line before list)
Furthermore, improve the wording (prevent personal pronouns), spelling
(e.g. use upper-cased acronyms such as `CLI` or `POSIX`) and grammar.
2023-12-10 03:16:00 -07:00
Elias Probst
14d89b6ae3
modules.system: document platform support for "reboot witnessed" functions
...
The `system.{set,get}_reboot_required_witnessed` functions only work and
make sense on NI Linux RT systems. Highlight this in their
documentation.
2023-12-10 03:16:00 -07:00
Daniel Wozniak
efc09396b7
Merge pull request #65680 from dwoz/release-branches
...
[master] Add 3007.x branch to releases
2023-12-09 23:55:55 -07:00
Daniel A. Wozniak
de12fc5ba5
Add 3007.x branch to releases
2023-12-09 23:54:34 -07:00
Daniel Wozniak
afdb17b125
Merge pull request #65228 from dwoz/issue/master/65226
...
[master] Fix cluster key rotation
2023-12-09 22:41:31 -07:00
Daniel Wozniak
aa20365fd6
Merge pull request #53338 from AstraLuma/patch-3
...
[master]Modular Systems: Document saltenvs and modules
2023-12-09 22:10:59 -07:00
Daniel Wozniak
4028520d10
Merge branch 'master' into patch-3
2023-12-09 22:10:39 -07:00
Daniel A. Wozniak
f582cb2365
Skip unsless test on windows
2023-12-09 15:39:10 -07:00
Daniel A. Wozniak
23d6ca8313
Bump seed
2023-12-08 14:44:36 -07:00
Daniel A. Wozniak
885ddef0e0
revert un-wanted change
2023-12-08 14:44:36 -07:00
Pedro Algarvio
070798fdc5
Make sure PIP_CONSTRAINT
is also set when building RPM's from source
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-08 14:38:43 -07:00
Daniel A. Wozniak
369b35c670
Add license to pyproject.toml instead of setup.cfg
2023-12-08 14:38:43 -07:00
Daniel A. Wozniak
cb9dd368ee
Add license to setup.cfg
2023-12-08 14:38:43 -07:00
Daniel A. Wozniak
f66d495334
Bump cache seed
2023-12-08 14:38:42 -07:00
Daniel A. Wozniak
4447b362d2
Fix key tests on windows
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
172a1f9f35
Fix linter
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
34bcdf4e32
Fix master startup bug
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
a50f5b8ff6
Fix tests
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
8c77c94bf6
Fix pre-commit
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
77d79ddfe8
fix pre commit in tests
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
c3e99eda87
Fix key rotation
2023-12-08 14:37:53 -07:00
Daniel A. Wozniak
67703832e6
Cluster aes session rotation test
2023-12-08 14:37:53 -07:00
David Murphy
41d69cff5a
Merge pull request #65326 from garethgreenaway/65080_require_included_sls
...
[master] Account for included states that only include other states used as requisites
2023-12-08 10:32:09 -07:00
David Murphy
acbc56781b
Merge branch 'master' into 65080_require_included_sls
2023-12-08 08:40:43 -07:00
Daniel Wozniak
c9080fc4e7
Merge pull request #65678 from dwoz/testfix
...
[master] Bump cache seed
2023-12-08 02:30:22 -07:00
Daniel A. Wozniak
873f6b9927
Bump cache seed
2023-12-07 20:44:01 -07:00
Daniel Wozniak
c9afe46ad9
Merge pull request #65553 from s0undt3ch/hotfix/merge-forward
...
[master] Merge 3006.x into master
2023-12-07 16:35:19 -07:00
Pedro Algarvio
0401d581ab
Stop importing salt in tools/
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-07 17:08:55 +00:00
Pedro Algarvio
2d0c2e0f8a
Revert "Don't change the default asyncio loop policy"
...
This reverts commit cf76f70a7d
.
2023-12-07 17:05:37 +00:00
Pedro Algarvio
0807410583
Revert "Make sure urllib3<2.0
is installed by pre-commit"
...
This reverts commit c083f4448a
.
2023-12-07 17:04:01 +00:00
Pedro Algarvio
233608ed88
Adjust test run timeouts(increase for windows)
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-07 11:02:37 +00:00
Pedro Algarvio
48ee392cbe
Fix test assertions(broken when migrated to pytest)
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-06 20:25:25 +00:00
Pedro Algarvio
c083f4448a
Make sure urllib3<2.0
is installed by pre-commit
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-06 11:31:02 +00:00
Pedro Algarvio
b3d4a5e2c5
Merge 3006.x into master
2023-12-06 10:17:35 +00:00
Daniel A. Wozniak
4ff201ac03
Fix onedir pkg download test
2023-12-06 01:46:28 -07:00
Daniel A. Wozniak
18d4d98e94
Fix artifact name
2023-12-05 22:45:35 -07:00
Daniel A. Wozniak
760c4ce1e3
compile workflows
2023-12-05 21:11:31 -07:00
Daniel A. Wozniak
d116b654e0
Bump cache seed
2023-12-05 20:30:16 -07:00
Shane Lee
546b3ee29b
Add workflow to add arm for macos to the repo
2023-12-05 17:51:01 -07:00
Shane Lee
180898ccbf
Merge pull request #65666 from s0undt3ch/hotfix/3006.x-fixes
...
[3006.x] `ctx.print` is not the same as python's `print`
2023-12-05 12:01:06 -07:00
Pedro Algarvio
6b891fa378
One more place where arch
needs to be translated
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-05 18:36:01 +00:00
Pedro Algarvio
e93d3fcc9c
ctx.print
is not the same as python's print
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-05 18:30:32 +00:00
Pedro Algarvio
1948fe5485
ctx.print
is not the same as python's print
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-12-05 18:30:12 +00:00
Pedro Algarvio
6fb799d38a
Run pyupgrade
against the files modified in the merge-forward
2023-12-05 18:21:45 +00:00
Pedro Algarvio
967d3015f6
Merge 3006.x into master
2023-12-05 18:10:58 +00:00