Skip to content

Commit 9f1647d

Browse files
committed
Merge branch '3006.x' into merge/3007.x/3006.x
2 parents 9d10d69 + a5594e7 commit 9f1647d

File tree

144 files changed

+4618
-12035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+4618
-12035
lines changed

.github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ contact_links:
66
- name: Salt-Users Forum
77
url: https://groups.google.com/forum/#!forum/salt-users
88
about: Please ask and answer questions here.
9-
- name: Salt on LiberaChat
10-
url: https://web.libera.chat/#salt
11-
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/tech-debt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
### Description of the tech debt to be addressed, include links and screenshots
11-
<!-- Note: Please direct questions to the salt-users google group, IRC or Community Discord. -->
11+
<!-- Note: Please direct questions to the salt-users google group, GitHub Discussions or Community Discord. -->
1212

1313
### Versions Report
1414
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.)

.github/actionlint.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
self-hosted-runner:
22
# Labels of self-hosted runner in array of string
33
labels:
4-
- bastion
5-
- x86_64
6-
- arm64
7-
- aarch64
8-
- amd64
9-
- repo-nightly
10-
- repo-staging
11-
- repo-release
12-
- medium
13-
- large
14-
- macos-13-xlarge
4+
- linux-x86_64
5+
- linux-arm64

.github/actions/cache/action.yml

-7
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ inputs:
2626
description: 'Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache'
2727
default: 'false'
2828
required: false
29-
save-always:
30-
description: 'Run the post step to save the cache even if another step before fails'
31-
default: 'false'
32-
required: false
3329

3430
outputs:
3531
cache-hit:
@@ -49,7 +45,6 @@ runs:
4945
echo "GHA_CACHE_ENABLE_CROSS_OS_ARCHIVE=${{ inputs.enableCrossOsArchive }}" | tee -a "${GITHUB_ENV}"
5046
echo "GHA_CACHE_FAIL_ON_CACHE_MISS=${{ inputs.fail-on-cache-miss }}" | tee -a "${GITHUB_ENV}"
5147
echo "GHA_CACHE_LOOKUP_ONLY=${{ inputs.lookup-only }}" | tee -a "${GITHUB_ENV}"
52-
echo "GHA_CACHE_SAVE_ALWAYS=${{ inputs.save-always }}" | tee -a "${GITHUB_ENV}"
5348
echo "GHA_CACHE_RESTORE_KEYS=${{ inputs.restore-keys }}" | tee -a "${GITHUB_ENV}"
5449
echo "GHA_CACHE_UPLOAD_CHUNK_SIZE=${{ inputs.upload-chunk-size }}" | tee -a "${GITHUB_ENV}"
5550
@@ -63,7 +58,6 @@ runs:
6358
enableCrossOsArchive: ${{ env.GHA_CACHE_ENABLE_CROSS_OS_ARCHIVE }}
6459
fail-on-cache-miss: ${{ env.GHA_CACHE_FAIL_ON_CACHE_MISS }}
6560
lookup-only: ${{ env.GHA_CACHE_LOOKUP_ONLY }}
66-
save-always: ${{ env.GHA_CACHE_SAVE_ALWAYS }}
6761
restore-keys: ${{ env.GHA_CACHE_RESTORE_KEYS }}
6862
upload-chunk-size: ${{ env.GHA_CACHE_UPLOAD_CHUNK_SIZE }}
6963

@@ -97,7 +91,6 @@ runs:
9791
enableCrossOsArchive: ${{ env.GHA_CACHE_ENABLE_CROSS_OS_ARCHIVE }}
9892
fail-on-cache-miss: ${{ env.GHA_CACHE_FAIL_ON_CACHE_MISS }}
9993
lookup-only: ${{ env.GHA_CACHE_LOOKUP_ONLY }}
100-
save-always: ${{ env.GHA_CACHE_SAVE_ALWAYS }}
10194
restore-keys: ${{ env.GHA_CACHE_RESTORE_KEYS }}
10295
upload-chunk-size: ${{ env.GHA_CACHE_UPLOAD_CHUNK_SIZE }}
10396

.github/actions/setup-python-tools-scripts/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ runs:
5454
working-directory: ${{ inputs.cwd }}
5555
run: |
5656
PYTHON_EXE=${{ steps.tools-virtualenv.outputs.python-executable }}
57+
${PYTHON_EXE} -m ensurepip --upgrade
5758
(${PYTHON_EXE} -m pip install --help | grep break-system-packages > /dev/null 2>&1) && exitcode=0 || exitcode=1
5859
if [ $exitcode -eq 0 ]; then
60+
${PYTHON_EXE} -m pip install --break-system-packages --upgrade setuptools
5961
${PYTHON_EXE} -m pip install --break-system-packages -r requirements/static/ci/py${{ steps.get-python-version.outputs.version }}/tools.txt
6062
else
63+
${PYTHON_EXE} -m pip install --upgrade setuptools
6164
${PYTHON_EXE} -m pip install -r requirements/static/ci/py${{ steps.get-python-version.outputs.version }}/tools.txt
6265
fi
6366

.github/config.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ newIssueWelcomeComment: >
1111
Also, check out some of our community
1212
resources including:
1313
14-
- [Community Wiki](https://github.com/saltstack/community/wiki)
1514
- [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
1615
- [Join our Community Discord](https://discord.com/invite/J7b7EscrAs)
17-
- [IRC on LiberaChat](https://web.libera.chat/#salt)
1816
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
19-
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
17+
- [Community Wiki](https://github.com/saltstack/community/wiki)
2018
2119
There are lots of ways to get involved in our community. Every month, there are around a dozen
2220
opportunities to meet with other contributors and the Salt Core team and collaborate in real
2321
time. The best way to keep track is by subscribing to the Salt Community Events Calendar.
2422
25-
If you have additional questions, email us at saltproject@vmware.com. We’re glad
23+
If you have additional questions, email us at saltproject.pdl@broadcom.com. We’re glad
2624
you’ve joined our community and look forward to doing awesome things with
2725
you!
2826
@@ -37,18 +35,16 @@ newPRWelcomeComment: >
3735
Also, check out some of our community
3836
resources including:
3937
40-
- [Community Wiki](https://github.com/saltstack/community/wiki)
4138
- [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
4239
- [Join our Community Discord](https://discord.com/invite/J7b7EscrAs)
43-
- [IRC on LiberaChat](https://web.libera.chat/#salt)
4440
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
45-
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
41+
- [Community Wiki](https://github.com/saltstack/community/wiki)
4642
4743
There are lots of ways to get involved in our community. Every month, there are around a dozen
4844
opportunities to meet with other contributors and the Salt Core team and collaborate in real
4945
time. The best way to keep track is by subscribing to the Salt Community Events Calendar.
5046
51-
If you have additional questions, email us at saltproject@vmware.com. We’re glad
47+
If you have additional questions, email us at saltproject.pdl@broadcom.com. We’re glad
5248
you’ve joined our community and look forward to doing awesome things with
5349
you!
5450

0 commit comments

Comments
 (0)