1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00

15431 Commits

Author SHA1 Message Date
8351cf9e78 Merge pull request #10579 from ipfs/merge-release-v0.32.0
Merge release v0.32.0
2024-11-14 03:50:40 +01:00
7ca106353e chore: changelog for 0.33 2024-11-14 03:17:31 +01:00
9b3b191918 Merge branch 'master' into merge-release-v0.32.0 2024-11-14 03:13:20 +01:00
ad1055c1aa Merge pull request #10563 from ipfs/release-v0.32.0
Release v0.32.0
v0.32.0
2024-11-14 01:14:31 +01:00
970fcb58df chore: 0.32.0 2024-11-14 00:57:03 +01:00
136ed3ca6d fix: go-libp2p-kad-dht v0.28.0 (#10578)
https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.0
(cherry picked from commit e80e821cf8a020dc46173bf69d460c10ad2bf266)
2024-11-13 23:58:22 +01:00
e80e821cf8 fix: go-libp2p-kad-dht v0.28.0 (#10578)
https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.0
2024-11-13 23:57:44 +01:00
4f06b6a005 chore: 0.32.0-rc2 v0.32.0-rc2 2024-11-08 00:15:49 +01:00
71048b7687 chore(ci): adjust timeout in docker job
history of 
https://github.com/ipfs/kubo/actions/workflows/docker-image.yml 
shows the job takes ~5m, so 15m is plenty if something goes wrong.
2024-11-07 23:03:33 +01:00
b87d512b31 feat: ipfs-webui v4.4.0 (#10574)
https://github.com/ipfs/ipfs-webui/releases/tag/v4.4.0
(cherry picked from commit 5d2f5369c7947da423febb86ece29ed595bf6d9d)
2024-11-07 22:13:29 +01:00
5d2f5369c7 feat: ipfs-webui v4.4.0 (#10574)
https://github.com/ipfs/ipfs-webui/releases/tag/v4.4.0
2024-11-07 22:12:42 +01:00
e18fdf28d2 chore: label implicit loggers
this should help with debugging
https://github.com/ipshipyard/p2p-forge/issues/8
on boxes with debug log level
(and hide noise from normal users)
2024-11-07 20:53:05 +01:00
5d88447d27 chore: boxo v0.24.3 and p2p-forge v0.0.2 (#10572)
https://github.com/ipfs/boxo/releases/tag/v0.24.3
https://github.com/ipshipyard/p2p-forge/releases/tag/v0.0.2
(cherry picked from commit 1512ec5fa5dacda0aecd215b034d35c6f48e2195)
2024-11-07 03:34:57 +01:00
1512ec5fa5 chore: boxo v0.24.3 and p2p-forge v0.0.2 (#10572)
https://github.com/ipfs/boxo/releases/tag/v0.24.3
https://github.com/ipshipyard/p2p-forge/releases/tag/v0.0.2
2024-11-07 03:33:50 +01:00
c53f3c552d chore: stop using go-homedir (#10568)
* chore: stop using go-homedir

The `github.com/mitchellh/go-homedir` repo is archived, no longer needed, and no longer maintained.

- `homedir.Dir` is replaced by the stdlib `os.UserHomeDir`
- `homedir.Expand` is replaced by fsutil.ExpandHome` in the `github.com/ipfs/kubo/misc/fsutil` package.

Additional functionality, such as `DirWritable` and `FileExists` was moved into or included in the `github.com/ipfs/kubo/misc/fsutil` package.

(cherry picked from commit 4009ad3e5a502518ddc7d48a888707f812ddc629)
2024-11-05 17:02:55 +01:00
4009ad3e5a chore: stop using go-homedir (#10568)
* chore: stop using go-homedir

The `github.com/mitchellh/go-homedir` repo is archived, no longer needed, and no longer maintained.

- `homedir.Dir` is replaced by the stdlib `os.UserHomeDir`
- `homedir.Expand` is replaced by fsutil.ExpandHome` in the `github.com/ipfs/kubo/misc/fsutil` package.

Additional functionality, such as `DirWritable` and `FileExists` was moved into or included in the `github.com/ipfs/kubo/misc/fsutil` package.
2024-11-05 07:45:11 -08:00
999aea8bd0 chore: go-ipfs-cmds@v0.14.0 (#10571)
(cherry picked from commit e17dc2180c091f2a3b951f6f1ae7cd299ecbe578)
2024-11-05 16:13:35 +01:00
e17dc2180c chore: go-ipfs-cmds@v0.14.0 (#10571) 2024-11-05 16:12:58 +01:00
14ec5503d3 chore(github): update bug-report.yml
docker image was missing, we also don't want to default to ipfs-desktop
2024-11-04 20:55:44 +01:00
468eebaeac chore: update deps (#10569)
(cherry picked from commit d4ae7fa81223a7931a7907ecbf7ebf797e4ff11c)
2024-11-04 20:25:22 +01:00
d4ae7fa812 chore: update deps (#10569) 2024-11-04 20:24:34 +01:00
84345afcde fix(autotls): store certificates at the location from the repo path (#10566)
* fix(autotls): store certificates at the location from the repo path
* docs(autotls): cert storale and other caveats

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
(cherry picked from commit 1ca0ae0af696ad379a654ebadbb3a7c347702d14)
2024-10-30 23:24:20 +01:00
1ca0ae0af6 fix(autotls): store certificates at the location from the repo path (#10566)
* fix(autotls): store certificates at the location from the repo path
* docs(autotls): cert storale and other caveats

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-10-30 23:23:33 +01:00
c5586d51eb chore: bump master to 0.33.0-dev 2024-10-30 17:44:31 +01:00
60fa6cd7b9 chore: 0.32.0-rc1 v0.32.0-rc1 2024-10-30 17:41:45 +01:00
caa88440cd docs(autotls): add note about separate port use (#10562)
Co-authored-by: Daniel N <2color@users.noreply.github.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-10-30 17:36:43 +01:00
8c41c4d162 chore(deps): bump codecov/codecov-action from 4.4.0 to 4.6.0 (#10541)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](6d798873df...b9fd7d16f6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 17:28:06 +01:00
3134fd246e feat(AutoTLS): opt-in WSS certs from p2p-forge at libp2p.direct (#10521)
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-10-29 22:37:33 +01:00
ecb81c9222 chore: upgrade to boxo v0.24.2 (#10559)
* use boxo v0.24.2
* update changelog
2024-10-25 20:59:26 +02:00
56c68a1657 refactor: update to go-libp2p v0.37.0 (#10554)
https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-10-23 01:31:40 +02:00
5399757b9a chore: upgrade to Boxo v0.24.1 (#10556)
Upgrade to Boxo vX.Y.Z
2024-10-22 16:06:13 -07:00
8913a1c1e5 docs(config): explain what multiaddr is 2024-10-23 00:08:12 +02:00
1fd5ab4c45 chore: update dependencies (#10548)
update dependencies
2024-10-22 11:26:02 -07:00
b5b35a4725 chore: update test dependencies (#10555) 2024-10-21 17:07:53 -07:00
68b478d6b2 chore(ci): adjust verbosity 2024-10-21 20:19:46 +02:00
551ac65b84 chore: update go-unixfsnode (#10553)
minor dependency update
2024-10-21 11:05:32 -07:00
1cb153757c chore(ci): verbose build of test/bin deps
this aims to help with debugging CI failure in
https://github.com/ipfs/boxo/pull/693
2024-10-21 19:23:29 +02:00
550f464263 chore(ci): build docker images for staging branch 2024-10-21 15:58:34 +02:00
16c90f063e Merge pull request #10546 from ipfs/chore/create-next-changelog
Create Changelog: v0.32
2024-10-16 22:05:06 -10:00
5cc979f15f Create Changelog: v0.32
This PR creates changelog: v0.32
2024-10-16 22:03:21 -10:00
078c23d162 Merge pull request #10545 from ipfs/merge-release-v0.31.0
Merge release v0.31.0
2024-10-16 21:57:00 -10:00
6849e98e74 Merge branch 'master' into merge-release-v0.31.0 2024-10-16 21:34:50 -10:00
61bae0360e chore: update RELEASE_CHECKLIST.md (#10544) 2024-10-16 22:06:12 +02:00
b336602597 feat: ipfs-webui v4.3.3 (#10543)
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.3
2024-10-16 20:51:17 +02:00
c488864f93 chore: update RELEASE_CHECKLIST.md (#10542)
Update distribution publishing procedure
2024-10-16 20:03:37 +02:00
5a32936f78 Merge pull request #10535 from ipfs/release-v0.31.0
Release: v0.31.0 [skip changelog]
v0.31.0
2024-10-16 06:43:04 -10:00
4aebe7f27b Add full changelog to release changelog
(cherry picked from commit 36f385cfdb5231a97ecc4a75e7dc44fe829b69a9)
2024-10-16 05:54:15 -10:00
36f385cfdb Add full changelog to release changelog 2024-10-16 05:37:42 -10:00
8135adc853 update version for release 2024-10-16 04:49:53 -10:00
bd9e154818 chore: 0.31.0-rc2 v0.31.0-rc2 2024-10-08 19:11:37 +02:00