Skip to content

Commit 446ae34

Browse files
authored
Merge branch 'master' into docs-rel-4-8-0
2 parents 308716b + 3d888c3 commit 446ae34

24 files changed

+437
-328
lines changed

.github/workflows/api_format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979

8080
- name: Commit Changes
81-
uses: stefanzweifel/git-auto-commit-action@v6
81+
uses: stefanzweifel/git-auto-commit-action@v7
8282
with:
8383
commit_message: "ci: auto-formatting API changes"
8484
file_pattern: '*.json **.json **/*.json'

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
7373
- name: Backport Action
74-
uses: sqren/backport-github-action@v9.5.1
74+
uses: sqren/backport-github-action@v10.2.0
7575
with:
7676
# We are using a PAT token through our Vault Operator to address the issue of PR workflows not being triggered.
7777
# Refer to issue https://github.com/sqren/backport-github-action/issues/79 for more details.

.github/workflows/nightly-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
tags: ghcr.io/${{ github.repository }}:nightly
9090
labels: ${{ steps.meta.outputs.labels }}
9191

92-
- uses: sigstore/cosign-installer@v3.10.0
92+
- uses: sigstore/cosign-installer@v4.0.0
9393

9494
- name: Image Signing
9595
run: |

.github/workflows/post_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
gh-token: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Upload Build Packs
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: "build-packs"
6969
path: |
@@ -73,7 +73,7 @@ jobs:
7373
retention-days: 7
7474

7575
- name: Upload Built Security Bulletins
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: "security-bulletins"
7979
path: .docusaurus/security-bulletins/default/data.json

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: make format
8989

9090
- name: Commit Changes
91-
uses: stefanzweifel/git-auto-commit-action@v6
91+
uses: stefanzweifel/git-auto-commit-action@v7
9292
with:
9393
commit_message: "ci: auto-formatting prettier issues"
9494
branch: ${{ github.head_ref }}

.github/workflows/screenshot_capture.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload Build
7474
if: ${{ env.BUILD_EXIT_CODE == '0' }}
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: "build"
7878
path: |
@@ -115,7 +115,7 @@ jobs:
115115
uses: Wandalen/wretry.action@v3
116116
with:
117117
attempt_limit: 3
118-
action: actions/download-artifact@v5
118+
action: actions/download-artifact@v6
119119
with: |
120120
name: build
121121
path: build
@@ -125,7 +125,7 @@ jobs:
125125
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} || exit 0
126126

127127
- name: Upload Screenshots
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
id: screenshots
130130
with:
131131
name: screenshots-${{ matrix.shardIndex }}
@@ -141,14 +141,14 @@ jobs:
141141
steps:
142142

143143
- name: Download blob reports from GitHub Actions Artifacts
144-
uses: actions/download-artifact@v5
144+
uses: actions/download-artifact@v6
145145
with:
146146
path: screenshots
147147
pattern: screenshots-*
148148
merge-multiple: true
149149

150150
- name: Upload Screenshots
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
id: screenshots
153153
with:
154154
name: "screenshots"

.github/workflows/spellcheck-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Upload Vale Results
8888
if: ${{ env.VALE_ERRORS_FOUND == 'true'}}
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: "vale-spellcheck-results"
9292
path: vale-spellcheck-results.txt

.github/workflows/versions_robot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Commit Changes
103103
id: commit
104-
uses: stefanzweifel/git-auto-commit-action@v6
104+
uses: stefanzweifel/git-auto-commit-action@v7
105105
with:
106106
file_pattern: '*.js *.txt **.txt **.js **/*.txt **/*.js'
107107
disable_globbing: true

.github/workflows/visual-comparison.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
gh-token: ${{ secrets.GITHUB_TOKEN }}
103103

104104
- name: Upload Build
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: "build"
108108
path: |
@@ -145,7 +145,7 @@ jobs:
145145
uses: Wandalen/wretry.action@v3
146146
with:
147147
attempt_limit: 3
148-
action: actions/download-artifact@v5
148+
action: actions/download-artifact@v6
149149
with: |
150150
name: build
151151
path: build
@@ -158,7 +158,7 @@ jobs:
158158
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} || exit 0
159159

160160
- name: Upload blob report to GitHub Actions Artifacts
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v5
162162
with:
163163
name: blob-report-${{ matrix.shardIndex }}
164164
path: blob-report
@@ -187,7 +187,7 @@ jobs:
187187
attempt_delay: 60000 # 1 minute
188188

189189
- name: Download blob reports from GitHub Actions Artifacts
190-
uses: actions/download-artifact@v5
190+
uses: actions/download-artifact@v6
191191
with:
192192
path: all-blob-reports
193193
pattern: blob-report-*
@@ -197,7 +197,7 @@ jobs:
197197
run: npx playwright merge-reports --reporter html ./all-blob-reports
198198

199199
- name: Upload Report
200-
uses: actions/upload-artifact@v4
200+
uses: actions/upload-artifact@v5
201201
id: report
202202
with:
203203
name: "report"
@@ -232,7 +232,7 @@ jobs:
232232
echo "HTML_REPORT_URL_PATH=reports/$BRANCH_SAFE/${{ github.run_id }}/${{ github.run_attempt }}" >> $GITHUB_ENV
233233
234234
- name: Download zipped HTML report
235-
uses: actions/download-artifact@v5
235+
uses: actions/download-artifact@v6
236236
with:
237237
name: report
238238
path: ${{ env.HTML_REPORT_URL_PATH }}

_partials/self-hosted/_size_guidelines.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ active nodes and pods at any given time.
3636

3737
| **Size** | **Total Nodes** | **Node CPU** | **Node Memory** | **Node Storage (Total)** | **Total Deployed Workload Cluster Nodes** | **Deployed Clusters with 10 Nodes** |
3838
| -------------------- | --------------- | ------------ | --------------- | ------------------------ | ----------------------------------------- | ----------------------------------- |
39-
| Small | 3 | 8 | 16 GB | 750 GB | 1000 | 100 |
40-
| Medium (Recommended) | 3 | 16 | 32 GB | 750 GB | 3000 | 300 |
41-
| Large | 3 | 32 | 64 GB | 750 GB | 5000 | 500 |
39+
| Small | 3 | 8 | 16 GB | 1 TB | 1000 | 100 |
40+
| Medium (Recommended) | 3 | 16 | 32 GB | 1 TB | 3000 | 300 |
41+
| Large | 3 | 32 | 64 GB | 1 TB | 5000 | 500 |
4242

4343
</TabItem>
4444

0 commit comments

Comments
 (0)