ci: update gateway-conformance to v0.13 (#11262)
Marcin Rataj committed
Apr 1, 2026 at 05:45 UTC
e0c066179dc3e3538ff3bd1ddacf7b25241cb385
2 files changed
+5
-5
.github/workflows/gateway-conformance.yml
+4
-4
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
# 1. Download the gateway-conformance fixtures
43
- name: Download gateway-conformance fixtures
44
- uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
44
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.13
45
with:
46
output: fixtures
47
@@ -93,7 +93,7 @@ jobs:
93
94
# 6. Run the gateway-conformance tests
95
- name: Run gateway-conformance tests
96
- uses: ipfs/gateway-conformance/.github/actions/test@v0.12
96
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.13
97
with:
98
gateway-url: http://127.0.0.1:8080
99
subdomain-url: http://localhost:8080
@@ -127,7 +127,7 @@ jobs:
127
steps:
128
# 1. Download the gateway-conformance fixtures
129
- name: Download gateway-conformance fixtures
130
- uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
130
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.13
131
with:
132
output: fixtures
133
@@ -199,7 +199,7 @@ jobs:
199
200
# 9. Run the gateway-conformance tests over libp2p
201
- name: Run gateway-conformance tests over libp2p
202
- uses: ipfs/gateway-conformance/.github/actions/test@v0.12
202
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.13
203
with:
204
gateway-url: http://127.0.0.1:8092
205
args: --specs "trustless-gateway,-trustless-ipns-gateway" -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'
docs/changelogs/v0.41.md
+1
-1
@@ -103,7 +103,7 @@ A `--allow-non-unixfs` flag is available on both `ipfs object patch` commands to
103
- update `go-libp2p` to [v0.48.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.48.0)
104
- update `go-libp2p-kad-dht` to [v0.39.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.39.0)
105
- update `ipfs-webui` to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0)
106
-- update `gateway-conformance` tests to [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0)
106
+- update `gateway-conformance` tests to [v0.13](https://github.com/ipfs/gateway-conformance/releases/tag/v0.13.0) (incl. [v0.12](https://github.com/ipfs/gateway-conformance/releases/tag/v0.12.0), [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0))
107
108
### 📝 Changelog
109