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

Release v0.27.0 #802

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Release v0.27.0 #802

merged 3 commits into from
Jan 21, 2025

Conversation

gammazero
Copy link
Contributor

@gammazero gammazero commented Jan 21, 2025

Release issue: #799
Kubo PR: ipfs/kubo#10665

@gammazero gammazero requested a review from a team as a code owner January 21, 2025 10:02
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.53%. Comparing base (430a4b2) to head (f9f0f29).
Report is 4 commits behind head on main.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #802      +/-   ##
==========================================
+ Coverage   60.48%   60.53%   +0.04%     
==========================================
  Files         244      244              
  Lines       31102    31102              
==========================================
+ Hits        18813    18827      +14     
+ Misses      10612    10603       -9     
+ Partials     1677     1672       -5     

see 12 files with indirect coverage changes

@gammazero gammazero added the release Merging this PR will create a tagged release label Jan 21, 2025
Copy link

Suggested version: 0.27.0

Comparing to: v0.26.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 2e95cd8d..faa56a92 100644
--- a/go.mod
+++ b/go.mod
@@ -40,9 +40,9 @@ require (
 	github.com/ipld/go-codec-dagpb v1.6.0
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/libp2p/go-buffer-pool v0.1.0
-	github.com/libp2p/go-doh-resolver v0.4.0
-	github.com/libp2p/go-libp2p v0.38.1
-	github.com/libp2p/go-libp2p-kad-dht v0.28.1
+	github.com/libp2p/go-doh-resolver v0.5.0
+	github.com/libp2p/go-libp2p v0.38.2
+	github.com/libp2p/go-libp2p-kad-dht v0.28.2
 	github.com/libp2p/go-libp2p-record v0.2.0
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.4
 	github.com/libp2p/go-libp2p-testing v0.12.0diff --git a/examples/go.mod b/examples/go.mod
index 522a7c2f..cb78544a 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -11,7 +11,7 @@ require (
 	github.com/ipfs/go-datastore v0.6.0
 	github.com/ipld/go-car/v2 v2.14.2
 	github.com/ipld/go-ipld-prime v0.21.0
-	github.com/libp2p/go-libp2p v0.38.1
+	github.com/libp2p/go-libp2p v0.38.2
 	github.com/multiformats/go-multiaddr v0.14.0
 	github.com/multiformats/go-multicodec v0.9.0
 	github.com/prometheus/client_golang v1.20.5
@@ -91,10 +91,10 @@ require (
 	github.com/koron/go-ssdp v0.0.4 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
 	github.com/libp2p/go-cidranger v1.1.0 // indirect
-	github.com/libp2p/go-doh-resolver v0.4.0 // indirect
+	github.com/libp2p/go-doh-resolver v0.5.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-libp2p-kad-dht v0.28.1 // indirect
+	github.com/libp2p/go-libp2p-kad-dht v0.28.2 // indirect
 	github.com/libp2p/go-libp2p-kbucket v0.6.4 // indirect
 	github.com/libp2p/go-libp2p-record v0.2.0 // indirect
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.4 // indirect

gorelease says:

gorelease: go: loading module retractions for github.com/Shopify/[email protected]: module github.com/Shopify/[email protected] requires go >= 1.22.1 (running go 1.22.0)
go: loading module retractions for github.com/kataras/[email protected]: module github.com/kataras/[email protected] requires go >= 1.23 (running go 1.22.0)
go: loading module retractions for github.com/slok/[email protected]: module github.com/slok/[email protected] requires go >= 1.23 (running go 1.22.0)
go: loading module retractions for honnef.co/go/[email protected]: module honnef.co/go/[email protected] requires go >= 1.22.1 (running go 1.22.0)

gocompat says:

HEAD is now at 17db35a2 Merge pull request #770 from ipfs/release-v0.26.0
Previous HEAD position was 17db35a2 Merge pull request #770 from ipfs/release-v0.26.0
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

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.

@gammazero gammazero merged commit 9d04741 into main Jan 21, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Merging this PR will create a tagged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants