Skip to content

Commit 2b5ad75

Browse files
authored
Merge pull request #263 from ipfs/release-v1.13.0
Release v1.13.0
2 parents e34c28d + e56039c commit 2b5ad75

File tree

4 files changed

+81
-94
lines changed

4 files changed

+81
-94
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ The following emojis are used to highlight certain changes:
1919

2020
### Fixed
2121

22-
* Fix exporting of routing http client metrics: the endpoint will now include `ipfs_routing_http_client_*` metrics routing clients are used. See [docs/metrics.md](https://github.com/ipfs/rainbow/blob/main/docs/metrics.md) for more details.
23-
2422
### Removed
2523

2624
### Security
2725

28-
2926
## [1.13.0]
3027

3128
### Added
@@ -34,9 +31,13 @@ The following emojis are used to highlight certain changes:
3431

3532
### Changed
3633

37-
- upgrade to Boxo [v0.29.1+](https://github.com/ipfs/boxo/releases/tag/v0.29.1)
34+
- upgrade to Boxo [v0.30.0](https://github.com/ipfs/boxo/releases/tag/v0.30.0)
3835
- upgrade go-ds-xxx packages to support `go-datastore` [v0.8.2](https://github.com/ipfs/go-datastore/releases/tag/v0.8.2) query API
39-
- updated go-libp2p to [v0.41.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.41.0)
36+
- updated go-libp2p to [v0.41.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.41.1)
37+
38+
### Fixed
39+
40+
- Fix exporting of routing http client metrics: the endpoint will now include `ipfs_routing_http_client_*` metrics routing clients are used. See [docs/metrics.md](https://github.com/ipfs/rainbow/blob/main/docs/metrics.md) for more details.
4041

4142
### Security
4243

go.mod

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ require (
1111
github.com/felixge/httpsnoop v1.0.4
1212
github.com/ipfs-shipyard/nopfs v0.0.14
1313
github.com/ipfs-shipyard/nopfs/ipfs v0.25.0
14-
github.com/ipfs/boxo v0.29.2-0.20250401090827-fcc26de2640b
15-
github.com/ipfs/go-block-format v0.2.0
14+
github.com/ipfs/boxo v0.30.0
15+
github.com/ipfs/go-block-format v0.2.1
1616
github.com/ipfs/go-cid v0.5.0
1717
github.com/ipfs/go-datastore v0.8.2
1818
github.com/ipfs/go-ds-badger4 v0.1.8
1919
github.com/ipfs/go-ds-flatfs v0.5.5
2020
github.com/ipfs/go-ds-leveldb v0.5.2
2121
github.com/ipfs/go-ds-pebble v0.4.4
2222
github.com/ipfs/go-ipfs-delay v0.0.1
23-
github.com/ipfs/go-log/v2 v2.5.1
23+
github.com/ipfs/go-log/v2 v2.6.0
2424
github.com/ipfs/go-metrics-interface v0.3.0
2525
github.com/ipfs/go-metrics-prometheus v0.1.0
2626
github.com/ipfs/go-test v0.2.1
2727
github.com/ipfs/go-unixfsnode v1.10.0
2828
github.com/ipld/go-codec-dagpb v1.6.0
2929
github.com/libp2p/go-libp2p v0.41.1
30-
github.com/libp2p/go-libp2p-kad-dht v0.30.2
30+
github.com/libp2p/go-libp2p-kad-dht v0.32.0
3131
github.com/libp2p/go-libp2p-record v0.3.1
3232
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
3333
github.com/libp2p/go-libp2p-testing v0.12.0
@@ -37,19 +37,19 @@ require (
3737
github.com/multiformats/go-multiaddr-dns v0.4.1
3838
github.com/multiformats/go-multicodec v0.9.0
3939
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
40-
github.com/prometheus/client_golang v1.21.1
40+
github.com/prometheus/client_golang v1.22.0
4141
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
4242
github.com/shirou/gopsutil/v3 v3.24.5
4343
github.com/stretchr/testify v1.10.0
4444
github.com/urfave/cli/v2 v2.27.5
4545
go.opencensus.io v0.24.0
4646
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
4747
go.opentelemetry.io/contrib/propagators/autoprop v0.58.0
48-
go.opentelemetry.io/otel v1.34.0
48+
go.opentelemetry.io/otel v1.35.0
4949
go.opentelemetry.io/otel/sdk v1.33.0
50-
go.opentelemetry.io/otel/trace v1.34.0
51-
golang.org/x/crypto v0.35.0
52-
golang.org/x/sys v0.30.0
50+
go.opentelemetry.io/otel/trace v1.35.0
51+
golang.org/x/crypto v0.37.0
52+
golang.org/x/sys v0.33.0
5353
)
5454

5555
require (
@@ -114,7 +114,7 @@ require (
114114
github.com/ipfs/go-ipfs-redirects-file v0.1.2 // indirect
115115
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
116116
github.com/ipfs/go-ipld-cbor v0.1.0 // indirect
117-
github.com/ipfs/go-ipld-format v0.6.0 // indirect
117+
github.com/ipfs/go-ipld-format v0.6.1 // indirect
118118
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
119119
github.com/ipfs/go-log v1.0.5 // indirect
120120
github.com/ipfs/go-merkledag v0.11.0 // indirect
@@ -135,15 +135,15 @@ require (
135135
github.com/libp2p/go-doh-resolver v0.5.0 // indirect
136136
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
137137
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
138-
github.com/libp2p/go-libp2p-kbucket v0.6.5 // indirect
138+
github.com/libp2p/go-libp2p-kbucket v0.7.0 // indirect
139139
github.com/libp2p/go-libp2p-xor v0.1.0 // indirect
140140
github.com/libp2p/go-msgio v0.3.0 // indirect
141141
github.com/libp2p/go-netroute v0.2.2 // indirect
142142
github.com/libp2p/go-reuseport v0.4.0 // indirect
143143
github.com/libp2p/go-yamux/v5 v5.0.0 // indirect
144144
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
145145
github.com/mattn/go-isatty v0.0.20 // indirect
146-
github.com/miekg/dns v1.1.63 // indirect
146+
github.com/miekg/dns v1.1.65 // indirect
147147
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
148148
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
149149
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -183,9 +183,9 @@ require (
183183
github.com/pmezard/go-difflib v1.0.0 // indirect
184184
github.com/polydawn/refmt v0.89.0 // indirect
185185
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
186-
github.com/prometheus/client_model v0.6.1 // indirect
187-
github.com/prometheus/common v0.62.0 // indirect
188-
github.com/prometheus/procfs v0.15.1 // indirect
186+
github.com/prometheus/client_model v0.6.2 // indirect
187+
github.com/prometheus/common v0.63.0 // indirect
188+
github.com/prometheus/procfs v0.16.1 // indirect
189189
github.com/prometheus/statsd_exporter v0.22.7 // indirect
190190
github.com/quic-go/qpack v0.5.1 // indirect
191191
github.com/quic-go/quic-go v0.50.1 // indirect
@@ -215,26 +215,26 @@ require (
215215
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
216216
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
217217
go.opentelemetry.io/otel/exporters/zipkin v1.31.0 // indirect
218-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
218+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
219219
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
220220
go.uber.org/atomic v1.11.0 // indirect
221221
go.uber.org/dig v1.18.0 // indirect
222222
go.uber.org/fx v1.23.0 // indirect
223223
go.uber.org/mock v0.5.0 // indirect
224224
go.uber.org/multierr v1.11.0 // indirect
225225
go.uber.org/zap v1.27.0 // indirect
226-
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
227-
golang.org/x/mod v0.23.0 // indirect
228-
golang.org/x/net v0.35.0 // indirect
229-
golang.org/x/sync v0.11.0 // indirect
230-
golang.org/x/text v0.22.0 // indirect
231-
golang.org/x/tools v0.30.0 // indirect
226+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
227+
golang.org/x/mod v0.24.0 // indirect
228+
golang.org/x/net v0.39.0 // indirect
229+
golang.org/x/sync v0.13.0 // indirect
230+
golang.org/x/text v0.24.0 // indirect
231+
golang.org/x/tools v0.32.0 // indirect
232232
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
233-
gonum.org/v1/gonum v0.15.1 // indirect
233+
gonum.org/v1/gonum v0.16.0 // indirect
234234
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
235235
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
236236
google.golang.org/grpc v1.67.1 // indirect
237-
google.golang.org/protobuf v1.36.5 // indirect
237+
google.golang.org/protobuf v1.36.6 // indirect
238238
gopkg.in/yaml.v2 v2.4.0 // indirect
239239
gopkg.in/yaml.v3 v3.0.1 // indirect
240240
lukechampine.com/blake3 v1.4.0 // indirect

0 commit comments

Comments
 (0)