Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.29.1 #1042

Merged
merged 1 commit into from
Feb 21, 2025
Merged

chore: release v0.29.1 #1042

merged 1 commit into from
Feb 21, 2025

Conversation

guillaumemichel
Copy link
Contributor

No description provided.

@guillaumemichel guillaumemichel requested a review from a team as a code owner February 20, 2025 13:06
@guillaumemichel guillaumemichel force-pushed the release/v0.29.1 branch 3 times, most recently from 27ef9d0 to 8ae89a9 Compare February 20, 2025 15:52
@guillaumemichel guillaumemichel marked this pull request as draft February 20, 2025 16:46
@guillaumemichel guillaumemichel force-pushed the release/v0.29.1 branch 2 times, most recently from f735472 to b3ce328 Compare February 21, 2025 10:32
Copy link

Suggested version: 0.29.1

Comparing to: v0.29.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 321bc1e..2b42284 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/libp2p/go-libp2p-kad-dht
 
-go 1.22.0
+go 1.23.0
 
 retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
 
@@ -9,14 +9,15 @@ require (
 	github.com/google/uuid v1.6.0
 	github.com/hashicorp/go-multierror v1.1.1
 	github.com/hashicorp/golang-lru v1.0.2
-	github.com/ipfs/boxo v0.27.2
+	github.com/ipfs/boxo v0.27.4
 	github.com/ipfs/go-cid v0.5.0
-	github.com/ipfs/go-datastore v0.6.0
+	github.com/ipfs/go-datastore v0.7.0
 	github.com/ipfs/go-detect-race v0.0.1
+	github.com/ipfs/go-log v1.0.5
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipfs/go-test v0.0.4
-	github.com/libp2p/go-libp2p v0.38.2
-	github.com/libp2p/go-libp2p-kbucket v0.6.4
+	github.com/libp2p/go-libp2p v0.40.0
+	github.com/libp2p/go-libp2p-kbucket v0.6.5
 	github.com/libp2p/go-libp2p-record v0.3.1
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.4
 	github.com/libp2p/go-libp2p-testing v0.12.0
@@ -36,7 +37,7 @@ require (
 	go.uber.org/multierr v1.11.0
 	go.uber.org/zap v1.27.0
 	gonum.org/v1/gonum v0.15.1
-	google.golang.org/protobuf v1.36.3
+	google.golang.org/protobuf v1.36.5
 )
 
 require (
@@ -48,7 +49,7 @@ require (
 	github.com/coreos/go-systemd/v22 v22.5.0 // indirect
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
-	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
 	github.com/docker/go-units v0.5.0 // indirect
 	github.com/elastic/gosigar v0.14.3 // indirect
 	github.com/flynn/noise v1.1.0 // indirect
@@ -58,30 +59,29 @@ require (
 	github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
 	github.com/godbus/dbus/v5 v5.1.0 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
-	github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
+	github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
 	github.com/gorilla/websocket v1.5.3 // indirect
 	github.com/hashicorp/errwrap v1.1.0 // indirect
 	github.com/huin/goupnp v1.3.0 // indirect
 	github.com/ipfs/go-block-format v0.2.0 // indirect
 	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
-	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipld/go-ipld-prime v0.21.0 // indirect
 	github.com/jackpal/go-nat-pmp v1.0.2 // indirect
 	github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
 	github.com/jbenet/goprocess v0.1.4 // indirect
 	github.com/klauspost/compress v1.17.11 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.9 // indirect
-	github.com/koron/go-ssdp v0.0.4 // indirect
+	github.com/koron/go-ssdp v0.0.5 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
 	github.com/libp2p/go-cidranger v1.1.0 // indirect
 	github.com/libp2p/go-flow-metrics v0.2.0 // indirect
 	github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
 	github.com/libp2p/go-nat v0.2.0 // indirect
 	github.com/libp2p/go-reuseport v0.4.0 // indirect
-	github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
+	github.com/libp2p/go-yamux/v5 v5.0.0 // indirect
 	github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
-	github.com/miekg/dns v1.1.62 // indirect
+	github.com/miekg/dns v1.1.63 // indirect
 	github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
 	github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
@@ -92,36 +92,38 @@ require (
 	github.com/multiformats/go-multicodec v0.9.0 // indirect
 	github.com/multiformats/go-varint v0.0.7 // indirect
 	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
-	github.com/onsi/ginkgo/v2 v2.22.0 // indirect
+	github.com/onsi/ginkgo/v2 v2.22.2 // indirect
 	github.com/opencontainers/runtime-spec v1.2.0 // indirect
 	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
 	github.com/pion/datachannel v1.5.10 // indirect
 	github.com/pion/dtls/v2 v2.2.12 // indirect
-	github.com/pion/ice/v2 v2.3.37 // indirect
+	github.com/pion/dtls/v3 v3.0.4 // indirect
+	github.com/pion/ice/v4 v4.0.6 // indirect
 	github.com/pion/interceptor v0.1.37 // indirect
-	github.com/pion/logging v0.2.2 // indirect
-	github.com/pion/mdns v0.0.12 // indirect
+	github.com/pion/logging v0.2.3 // indirect
+	github.com/pion/mdns/v2 v2.0.7 // indirect
 	github.com/pion/randutil v0.1.0 // indirect
 	github.com/pion/rtcp v1.2.15 // indirect
-	github.com/pion/rtp v1.8.10 // indirect
+	github.com/pion/rtp v1.8.11 // indirect
 	github.com/pion/sctp v1.8.35 // indirect
-	github.com/pion/sdp/v3 v3.0.9 // indirect
-	github.com/pion/srtp/v2 v2.0.20 // indirect
+	github.com/pion/sdp/v3 v3.0.10 // indirect
+	github.com/pion/srtp/v3 v3.0.4 // indirect
 	github.com/pion/stun v0.6.1 // indirect
+	github.com/pion/stun/v3 v3.0.0 // indirect
 	github.com/pion/transport/v2 v2.2.10 // indirect
 	github.com/pion/transport/v3 v3.0.7 // indirect
-	github.com/pion/turn/v2 v2.1.6 // indirect
-	github.com/pion/webrtc/v3 v3.3.5 // indirect
+	github.com/pion/turn/v4 v4.0.0 // indirect
+	github.com/pion/webrtc/v4 v4.0.9 // indirect
 	github.com/pkg/errors v0.9.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/polydawn/refmt v0.89.0 // indirect
-	github.com/prometheus/client_golang v1.20.5 // indirect
+	github.com/prometheus/client_golang v1.21.0 // indirect
 	github.com/prometheus/client_model v0.6.1 // indirect
 	github.com/prometheus/common v0.62.0 // indirect
 	github.com/prometheus/procfs v0.15.1 // indirect
 	github.com/quic-go/qpack v0.5.1 // indirect
-	github.com/quic-go/quic-go v0.48.2 // indirect
+	github.com/quic-go/quic-go v0.49.0 // indirect
 	github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
 	github.com/raulk/go-watchdog v1.3.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -131,14 +133,14 @@ require (
 	go.uber.org/dig v1.18.0 // indirect
 	go.uber.org/fx v1.23.0 // indirect
 	go.uber.org/mock v0.5.0 // indirect
-	golang.org/x/crypto v0.32.0 // indirect
-	golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
-	golang.org/x/mod v0.22.0 // indirect
-	golang.org/x/net v0.34.0 // indirect
-	golang.org/x/sync v0.10.0 // indirect
-	golang.org/x/sys v0.29.0 // indirect
-	golang.org/x/text v0.21.0 // indirect
-	golang.org/x/tools v0.29.0 // indirect
+	golang.org/x/crypto v0.33.0 // indirect
+	golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
+	golang.org/x/mod v0.23.0 // indirect
+	golang.org/x/net v0.35.0 // indirect
+	golang.org/x/sync v0.11.0 // indirect
+	golang.org/x/sys v0.30.0 // indirect
+	golang.org/x/text v0.22.0 // indirect
+	golang.org/x/tools v0.30.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.3.0 // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-kad-dht
## incompatible changes
OnRequestHook: removed

# github.com/libp2p/go-libp2p-kad-dht/pb
## errors in release version:
/home/runner/go/pkg/mod/github.com/libp2p/[email protected]/pb/dht.pb.go:360:26: m.Record.MarshalToSizedBuffer undefined (type *"github.com/libp2p/go-libp2p-record/pb".Record has no field or method MarshalToSizedBuffer)
/home/runner/go/pkg/mod/github.com/libp2p/[email protected]/pb/dht.pb.go:461:16: m.Record.Size undefined (type *"github.com/libp2p/go-libp2p-record/pb".Record has no field or method Size)
/home/runner/go/pkg/mod/github.com/libp2p/[email protected]/pb/dht.pb.go:628:23: m.Record.Unmarshal undefined (type *"github.com/libp2p/go-libp2p-record/pb".Record has no field or method Unmarshal)

## incompatible changes
(*Message).GetCloserPeers: changed from func() []*Message_Peer to func() []Message_Peer
(*Message).GetProviderPeers: changed from func() []*Message_Peer to func() []Message_Peer
(*Message).ProtoReflect: removed
(*Message_Peer).GetId: removed
(*Message_Peer).ProtoReflect: removed
File_github_com_libp2p_go_libp2p_kad_dht_pb_dht_proto: removed
Message.CloserPeers: changed from []*Message_Peer to []Message_Peer
Message.ProviderPeers: changed from []*Message_Peer to []Message_Peer
Message_ConnectionType.Descriptor: removed
Message_ConnectionType.Enum: removed
Message_ConnectionType.Number: removed
Message_ConnectionType.Type: removed
Message_MessageType.Descriptor: removed
Message_MessageType.Enum: removed
Message_MessageType.Number: removed
Message_MessageType.Type: removed
Message_Peer.Id: changed from []byte to byteString
PBPeerToPeerInfo: changed from func(*Message_Peer) github.com/libp2p/go-libp2p/core/peer.AddrInfo to func(Message_Peer) github.com/libp2p/go-libp2p/core/peer.AddrInfo
PBPeersToPeerInfos: changed from func([]*Message_Peer) []*github.com/libp2p/go-libp2p/core/peer.AddrInfo to func([]Message_Peer) []*github.com/libp2p/go-libp2p/core/peer.AddrInfo
PeerInfosToPBPeers: changed from func(github.com/libp2p/go-libp2p/core/network.Network, []github.com/libp2p/go-libp2p/core/peer.AddrInfo) []*Message_Peer to func(github.com/libp2p/go-libp2p/core/network.Network, []github.com/libp2p/go-libp2p/core/peer.AddrInfo) []Message_Peer
PeerRoutingInfosToPBPeers: changed from func([]PeerRoutingInfo) []*Message_Peer to func([]PeerRoutingInfo) []Message_Peer
RawPeerInfosToPBPeers: changed from func([]github.com/libp2p/go-libp2p/core/peer.AddrInfo) []*Message_Peer to func([]github.com/libp2p/go-libp2p/core/peer.AddrInfo) []Message_Peer
## compatible changes
(*Message).Marshal: added
(*Message).MarshalTo: added
(*Message).MarshalToSizedBuffer: added
(*Message).Size: added
(*Message).Unmarshal: added
(*Message).XXX_DiscardUnknown: added
(*Message).XXX_Marshal: added
(*Message).XXX_Merge: added
(*Message).XXX_Size: added
(*Message).XXX_Unmarshal: added
(*Message_Peer).Marshal: added
(*Message_Peer).MarshalTo: added
(*Message_Peer).MarshalToSizedBuffer: added
(*Message_Peer).Size: added
(*Message_Peer).Unmarshal: added
(*Message_Peer).XXX_DiscardUnknown: added
(*Message_Peer).XXX_Marshal: added
(*Message_Peer).XXX_Merge: added
(*Message_Peer).XXX_Size: added
(*Message_Peer).XXX_Unmarshal: added
ErrIntOverflowDht: added
ErrInvalidLengthDht: added
ErrUnexpectedEndOfGroupDht: added
Message.XXX_NoUnkeyedLiteral: added
Message.XXX_sizecache: added
Message.XXX_unrecognized: added
Message_Peer.XXX_NoUnkeyedLiteral: added
Message_Peer.XXX_sizecache: added
Message_Peer.XXX_unrecognized: added

# diagnostics
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Cannot suggest a release version.
Errors were found.

gocompat says:

HEAD is now at 88720a0 release v0.29.0 (#1014)
Previous HEAD position was 88720a0 release v0.29.0 (#1014)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@guillaumemichel guillaumemichel marked this pull request as ready for review February 21, 2025 14:36
@guillaumemichel guillaumemichel merged commit 84bfd81 into master Feb 21, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant