Skip to content

Commit 521ff0d

Browse files
3u13rthomasten
andauthored
Pin crane and npm dependencies (#3477)
* ci: pin crane dependency * docs: pin npm dependencies * deps: bump docusaurus --------- Co-authored-by: Thomas Tendyck <[email protected]>
1 parent d874b5b commit 521ff0d

File tree

9 files changed

+19680
-21
lines changed

9 files changed

+19680
-21
lines changed

.github/workflows/build-ccm-gcp.yml

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

3737
- name: Install Crane
3838
run: |
39-
go install github.com/google/go-containerregistry/cmd/crane@latest
39+
go install github.com/google/go-containerregistry/cmd/crane@c195f151efe3369874c72662cd69ad43ee485128 # v0.20.2
4040
4141
- name: Find versions
4242
id: find-versions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Create docs release
9393
working-directory: docs
9494
run: |
95-
npm install
95+
npm ci
9696
npm run docusaurus docs:version "${MAJOR_MINOR}"
9797
9898
- name: Create docs pull request

docs/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
package-lock.json
32
.docusaurus
43
build/

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ During edits you can preview your changes using the [`docusaurus`](https://docus
88

99
```sh
1010
# requires node >=16.14
11-
npm install
11+
npm ci # Install pinned dependencies
1212
npm run build
1313
npm run serve
1414
```

docs/package-lock.json

Lines changed: 19660 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@cmfcmf/docusaurus-search-local": "^1.2.0",
18-
"@docusaurus/core": "^3.5.2",
19-
"@docusaurus/plugin-google-gtag": "^3.5.2",
20-
"@docusaurus/preset-classic": "^3.5.2",
21-
"@docusaurus/theme-mermaid": "^3.5.2",
22-
"@mdx-js/react": "^3.0.0",
23-
"asciinema-player": "^3.8.0",
24-
"clsx": "^2.0.0",
25-
"prism-react-renderer": "^2.3.0",
26-
"react": "^18.0.0",
27-
"react-dom": "^18.0.0"
17+
"@cmfcmf/docusaurus-search-local": "1.2.0",
18+
"@docusaurus/core": "3.6.2",
19+
"@docusaurus/plugin-google-gtag": "3.6.2",
20+
"@docusaurus/preset-classic": "3.6.2",
21+
"@docusaurus/theme-mermaid": "3.6.2",
22+
"@mdx-js/react": "3.1.0",
23+
"asciinema-player": "3.8.1",
24+
"clsx": "2.1.1",
25+
"prism-react-renderer": "2.4.0",
26+
"react": "18.3.1",
27+
"react-dom": "18.3.1"
2828
},
2929
"devDependencies": {
30-
"@docusaurus/module-type-aliases": "^3.5.2",
31-
"@docusaurus/types": "^3.5.2"
30+
"@docusaurus/module-type-aliases": "3.6.2",
31+
"@docusaurus/types": "3.6.2"
3232
},
3333
"overrides": {
3434
"@cmfcmf/docusaurus-search-local": {
35-
"@docusaurus/core": "3.5.2",
35+
"@docusaurus/core": "3.6.2",
3636
"cheerio": "1.0.0-rc.12"
3737
}
3838
},

docs/versioned_docs/version-2.6/overview/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following `fio` settings were used:
181181
- IOPS: 4 KB blocks and 128 iodepth
182182
- Bandwidth: 1024 KB blocks and 128 iodepth
183183

184-
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
184+
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
185185

186186
The results for IOPS on Azure are as follows:
187187

docs/versioned_docs/version-2.7/overview/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following `fio` settings were used:
181181
- IOPS: 4 KB blocks and 128 iodepth
182182
- Bandwidth: 1024 KB blocks and 128 iodepth
183183

184-
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
184+
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
185185

186186
The results for IOPS on Azure are as follows:
187187

docs/versioned_docs/version-2.8/overview/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following `fio` settings were used:
181181
- IOPS: 4 KB blocks and 128 iodepth
182182
- Bandwidth: 1024 KB blocks and 128 iodepth
183183

184-
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
184+
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
185185

186186
The results for IOPS on Azure are as follows:
187187

0 commit comments

Comments
 (0)