Commit Graph

15156 Commits

Author SHA1 Message Date
Marcin Rataj
3799c32971
chore: create next changelog (#10510) 2024-09-11 19:01:22 +02:00
Marcin Rataj
e384226b35
Merge pull request #10508 from ipfs/merge-release-v0.30.0
Merge Release: v0.30.0 [skip changelog]
2024-09-11 18:59:07 +02:00
Marcin Rataj
2b86fa819c
Merge branch 'master' into merge-release-v0.30.0 2024-09-11 18:54:27 +02:00
Marcin Rataj
846c5ccf67
Merge pull request #10490 from ipfs/release-v0.30.0
Release: v0.30.0 [skip changelog]
2024-09-11 16:29:25 +02:00
Marcin Rataj
aa355da338
docs: changelog cleanup 2024-09-11 16:14:50 +02:00
Marcin Rataj
b0812d82dd
docs: changelog and contributors 2024-09-11 16:04:53 +02:00
Marcin Rataj
89df952afa
chore: set version to 0.30.0 2024-09-11 15:48:46 +02:00
Marcin Rataj
2b1af8d958
chore: bump CurrentVersionNumber 2024-09-06 00:14:03 +02:00
Marcin Rataj
c228935ba5 chore: boxo v0.23.0 and go-libp2p v0.36.3 (#10507)
https://github.com/libp2p/go-libp2p/releases/tag/v0.36.3
https://github.com/ipfs/boxo/releases/tag/v0.23.0
(cherry picked from commit 6454bdb4ea)
2024-09-05 23:59:01 +02:00
Marcin Rataj
6454bdb4ea
chore: boxo v0.23.0 and go-libp2p v0.36.3 (#10507)
https://github.com/libp2p/go-libp2p/releases/tag/v0.36.3
https://github.com/ipfs/boxo/releases/tag/v0.23.0
2024-09-05 23:52:19 +02:00
Andrew Gillis
680d420f9f
docs: replace outdated package paths described in rpc README (#10505)
Closes #10498
2024-09-05 23:20:08 +02:00
dependabot[bot]
cc2402c256
chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 (#10460)
* chore(deps): bump docker/login-action from 3.1.0 to 3.3.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](e92390c5fb...9780b0c442)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/docker-image.yml

* Update .github/workflows/docker-image.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-09-05 17:34:57 +02:00
Marcin Rataj
b50e029676 fix: switch back to go 1.22 (#10502)
Switching back until https://github.com/ipfs/kubo/issues/10501 is resolved.

(cherry picked from commit 23ca1ddab1)
2024-09-03 00:42:04 +02:00
Marcin Rataj
23ca1ddab1
fix: switch back to go 1.22 (#10502)
Switching back until https://github.com/ipfs/kubo/issues/10501 is resolved.
2024-09-02 23:39:16 +02:00
Andrew Gillis
467fc69e91 chore: update go-unixfsnode, cmds, and boxo (#10494)
* Update go-unixfsnode dependency
* Update go-ipfs-cmds
* chore: boxo@main with boxo#659

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
(cherry picked from commit add45cf34c)
2024-08-28 19:11:18 +02:00
Andrew Gillis
3bb09f89a1 fix(cli): preserve hostname specified with --api in http request headers (#10497)
Preserve hostname specified with --api in http request headers

- Replaces PR #10233
- Add test to check for hostname in HTTP header
- Update docs/changelogs/v0.30.md

(cherry picked from commit 5fe960474c)
2024-08-28 19:06:44 +02:00
Marcin Rataj
2b245e0275 chore: upgrade to go 1.23 (#10486)
* chore: upgrade to go 1.23

https://tip.golang.org/doc/go1.23

* refactor: golangci-lint v1.60.2

(cherry picked from commit 2260e35df2)
2024-08-28 19:06:17 +02:00
Andrew Gillis
f0d2c99d37 fix: error during config when running benchmarks (#10495)
- Benchmarks were failing with error setting number of bits for ed25519 keys, which are the default now.
- Update the random data generation package to remove a dependency.

(cherry picked from commit 175aabdd85)
2024-08-28 19:06:03 +02:00
Andrew Gillis
5fe960474c
fix(cli): preserve hostname specified with --api in http request headers (#10497)
Preserve hostname specified with --api in http request headers

- Replaces PR #10233
- Add test to check for hostname in HTTP header
- Update docs/changelogs/v0.30.md
2024-08-28 10:03:26 -07:00
Marcin Rataj
2260e35df2
chore: upgrade to go 1.23 (#10486)
* chore: upgrade to go 1.23

https://tip.golang.org/doc/go1.23

* refactor: golangci-lint v1.60.2
2024-08-28 18:56:45 +02:00
Marcin Rataj
483e9c383b
chore: update version to rc-2 2024-08-28 18:54:50 +02:00
Andrew Gillis
175aabdd85
fix: error during config when running benchmarks (#10495)
- Benchmarks were failing with error setting number of bits for ed25519 keys, which are the default now.
- Update the random data generation package to remove a dependency.
2024-08-28 18:21:16 +02:00
Andrew Gillis
add45cf34c
chore: update go-unixfsnode, cmds, and boxo (#10494)
* Update go-unixfsnode dependency
* Update go-ipfs-cmds
* chore: boxo@main with boxo#659

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-08-28 02:41:45 +02:00
Elias Rad
91144f7bfc
Docs fix spelling issues (#10493)
* fix keystore.md
* fix config.md
* fix datastores.md
* fix libp2p-resource-management.md
2024-08-26 11:32:07 -07:00
Marcin Rataj
f6fb36cf43
chore: update version (#10491) 2024-08-22 01:48:59 +02:00
Marcin Rataj
49f9cc92d1 chore: update version 2024-08-21 23:15:55 +00:00
Marcin Rataj
ca95b637ab
chore: go-libp2p-kad-dht v0.26.1 (#10488)
* chore: go-libp2p-kad-dht v0.26.1
https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1

* fix(ci): helia-interop from pr fix
https://github.com/ipfs/helia/pull/584
2024-08-21 23:56:55 +02:00
Marcin Rataj
330818582d
chore: update go-ipfs-cmds and boxo (#10485)
* chore: go-ipfs-cmds v0.12.0

https://github.com/ipfs/go-ipfs-cmds/releases/tag/v0.12.0

* chore: boxo main with boxo#649

https://github.com/ipfs/boxo/pull/649
2024-08-21 18:10:41 +02:00
dependabot[bot]
afe3ae0dac
chore(deps): bump docker/build-push-action from 5 to 6 (#10451)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 16:07:15 +02:00
shenpengfeng
d3c20b0210
chore: fix function name (#10481)
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
2024-08-21 16:00:45 +02:00
Andrew Gillis
263edb251e
feat: Support storing UnixFS 1.5 Mode and ModTime (#10478)
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-08-21 02:02:46 +02:00
Andrew Gillis
c5b0428860
Merge pull request #10019 from djdv/uds-client
fix(rpc): cross-platform support for /unix/ socket maddrs in Addresses.API
2024-08-20 08:53:47 -07:00
Marcin Rataj
85ab35d60f
docs: improve style
Co-authored-by: djdv <ddvpublic@Gmail.com>
2024-08-20 17:39:24 +02:00
Marcin Rataj
fdfd2bc4a1
docs: document rpc over unix socket 2024-08-20 17:04:20 +02:00
gammazero
a5f4d0be02 Cleanup commented imports 2024-08-19 19:55:11 -07:00
Andrew Gillis
56abfc4911
Merge branch 'master' into uds-client 2024-08-19 19:05:35 -07:00
gammazero
893a94864a Add unit test for rpc over unix socket 2024-08-19 19:00:46 -07:00
Marcin Rataj
c8007dd242
fix: go-libp2p v0.36.2 (#10483)
https://github.com/libp2p/go-libp2p/releases/tag/v0.36.2
2024-08-19 14:43:49 +02:00
Marcin Rataj
34008b6ffa
chore(daemon): sort listeners (#10480) 2024-08-19 14:23:14 +02:00
Marcin Rataj
0d428310b2
feat(daemon): improve stdout on startup (#10472) 2024-08-14 16:42:24 +02:00
Marcin Rataj
a339e6e807
fix(daemon): panic in kubo/daemon.go:595 (#10473) 2024-08-12 23:00:56 +02:00
Marcin Rataj
91ae982494
feat: webui v4.3.0 (#10477)
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.0
2024-08-12 22:36:59 +02:00
Vitaly Zdanevich
7500922f5a
docs(readme): add Gentoo Linux (#10474) 2024-08-12 14:17:07 +02:00
Andrew Gillis
a4a05a184d
Merge pull request #10227 from ipfs/tls-by-default
libp2p: default to prefering TLS
2024-08-06 20:30:47 -07:00
gammazero
9cc64ef06f Update comment 2024-08-06 20:21:43 -07:00
Andrew Gillis
5c91fe655c
Merge branch 'master' into tls-by-default 2024-08-06 20:16:57 -07:00
Andrew Gillis
84389e8a9a
Merge pull request #10467 from twdragon/twdragon-ppa
docs: document unofficial Ubuntu PPA
2024-08-06 20:13:47 -07:00
Andrew Gillis
9986f7f9e8
Merge branch 'master' into twdragon-ppa 2024-08-06 20:09:03 -07:00
Marcin Rataj
fc31f9c211
chore: boxo v0.22.0 (#10469) 2024-08-07 01:14:26 +02:00
Marcin Rataj
ffab7b271a
feat: run AutoNAT V2 service in addition to V1 (#10468)
* feat: libp2p.EnableAutoNATv2

Part of https://github.com/ipfs/kubo/issues/10091
We include a flag that allows shutting down V2 in case there are issues
with it.

* docs: EnableAutoNATv2
2024-08-06 21:51:45 +02:00