Skip to content

Commit 238a296

Browse files
authored
Merge pull request #3150 from emqx/20250908-sync-r59-to-r510
sync `release-5.9` to `release-5.10`
2 parents 7b9596b + c68fb9a commit 238a296

File tree

190 files changed

+14565
-1429
lines changed

Some content is hidden

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

190 files changed

+14565
-1429
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ jobs:
8080
path: frontend
8181

8282
- name: use python
83-
uses: actions/setup-python@v4
83+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8484
with:
8585
python-version: '3.10'
8686

8787
- name: use node.js
88-
uses: actions/setup-node@v3
88+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8989
with:
9090
node-version-file: 'frontend/.nvmrc'
9191

9292
- name: enable corepack
9393
run: corepack enable
9494

9595
- name: use pnpm
96-
uses: pnpm/action-setup@v2
96+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
9797
with:
9898
version: 8
9999

@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: set aws credentials
206206
if: github.event_name == 'push'
207-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
207+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
208208
with:
209209
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
210210
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/update-api-and-cfg-manual.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,30 @@ jobs:
4545
repositories: |
4646
emqx
4747
48-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
48+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4949
with:
5050
pattern: "emqx*-schema-dump"
5151
repository: "emqx/emqx"
5252
run-id: ${{ env.RUN_ID }}
5353
github-token: ${{ steps.app-token.outputs.token }}
5454
merge-multiple: true
5555

56+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
57+
if: github.event.inputs.docker_pull == false
58+
with:
59+
name: "emqx-docker"
60+
repository: ${{ env.REPOSITORY }}
61+
run-id: ${{ env.RUN_ID }}
62+
github-token: ${{ secrets.PAT_RO_WORKFLOWS }}
63+
64+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65+
if: github.event.inputs.docker_pull == false
66+
with:
67+
name: "emqx-enterprise-docker"
68+
repository: ${{ env.REPOSITORY }}
69+
run-id: ${{ env.RUN_ID }}
70+
github-token: ${{ secrets.PAT_RO_WORKFLOWS }}
71+
5672
- name: Create PR to update api docs and config manual
5773
env:
5874
GH_TOKEN: ${{ github.token }}

.github/workflows/update-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
private-key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}
4141
owner: ${{ github.repository_owner }}
4242

43-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
43+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4444
with:
4545
name: changes
4646
repository: emqx/emqx

DOCS-WRITING-GUIDE-CN.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)