From cfbc64845c2674bbf8280e0b0375ad69abd0849d Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 8 Aug 2025 03:58:12 +0200 Subject: [PATCH] feat: ipfs-webui v4.8.0 (#10902) https://github.com/ipfs/ipfs-webui/releases/tag/v4.8.0 --- core/corehttp/webui.go | 3 ++- docs/changelogs/v0.37.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index 387a5b9ca..9c3244ad2 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,11 +1,12 @@ package corehttp // WebUI version confirmed to work with this Kubo version -const WebUIPath = "/ipfs/bafybeibfd5kbebqqruouji6ct5qku3tay273g7mt24mmrfzrsfeewaal5y" // v4.7.0 +const WebUIPath = "/ipfs/bafybeifplj2s3yegn7ko7tdnwpoxa4c5uaqnk2ajnw5geqm34slcj6b6mu" // v4.8.0 // WebUIPaths is a list of all past webUI paths. var WebUIPaths = []string{ WebUIPath, + "/ipfs/bafybeibfd5kbebqqruouji6ct5qku3tay273g7mt24mmrfzrsfeewaal5y", // v4.7.0 "/ipfs/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm", // v4.6.0 "/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi", // v4.5.0 "/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby", // v4.4.2 diff --git a/docs/changelogs/v0.37.md b/docs/changelogs/v0.37.md index 03d181eaa..c35f21556 100644 --- a/docs/changelogs/v0.37.md +++ b/docs/changelogs/v0.37.md @@ -63,12 +63,12 @@ The `ipfs stats reprovide` command has moved to `ipfs provide stat`. This was do > [!NOTE] > `ipfs stats reprovide` still works, but is marked as deprecated and will be removed in a future release. - #### 📦️ Important dependency updates - update `go-libp2p` to [v0.42.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.42.1) - update `p2p-forge/client` to [v0.6.1](https://github.com/ipshipyard/p2p-forge/releases/tag/v0.6.1) - update `boxo` to [v0.33.1](https://github.com/ipfs/boxo/releases/tag/v0.33.1) +- update `ipfs-webui` to [v4.8.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.8.0) ### 📝 Changelog