test(gateway-conformance): update to v0.11 (#11207)
adds new DNSLink -> IPNS resolution tests for both gateway and subdomain forms, covering base58btc peer ID and CIDv1 libp2p-key representations. ref: https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0
Marcin Rataj committed
Feb 24, 2026 at 01:55 UTC
eee2e7381e3143bbd68af930553937caff1af503
2 files changed
+8
-4
.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.10
44
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
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.10
96
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.11
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.10
130
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
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.10
202
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.11
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
+4
@@ -17,6 +17,10 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
17
18
### 🔦 Highlights
19
20
+#### 📦️ Dependency updates
21
+
22
+- update `gateway-conformance` tests to [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0)
23
+
24
### 📝 Changelog
25
26
### 👨👩👧👦 Contributors