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.24.0 #682

Closed
wants to merge 1 commit into from
Closed

Release v0.24.0 #682

wants to merge 1 commit into from

Conversation

gammazero
Copy link
Contributor

@gammazero gammazero commented Oct 3, 2024

Closes #680

Required by kubo for Upgrade to Boxo v0.24.0

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.40%. Comparing base (d62e031) to head (f61a371).

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #682      +/-   ##
==========================================
+ Coverage   60.35%   60.40%   +0.05%     
==========================================
  Files         243      243              
  Lines       31004    31004              
==========================================
+ Hits        18711    18728      +17     
+ Misses      10632    10615      -17     
  Partials     1661     1661              

see 12 files with indirect coverage changes

@gammazero gammazero added the release Merging this PR will create a tagged release label Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Suggested version: 0.24.0

Comparing to: v0.23.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index a324e8b7..840bd315 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
 	github.com/jbenet/goprocess v0.1.4
 	github.com/libp2p/go-buffer-pool v0.1.0
 	github.com/libp2p/go-doh-resolver v0.4.0
-	github.com/libp2p/go-libp2p v0.36.3
+	github.com/libp2p/go-libp2p v0.36.4
 	github.com/libp2p/go-libp2p-kad-dht v0.25.2
 	github.com/libp2p/go-libp2p-record v0.2.0
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.3diff --git a/examples/go.mod b/examples/go.mod
index fd77bc07..d7a4a843 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -9,7 +9,7 @@ require (
 	github.com/ipfs/go-datastore v0.6.0
 	github.com/ipld/go-car/v2 v2.13.1
 	github.com/ipld/go-ipld-prime v0.21.0
-	github.com/libp2p/go-libp2p v0.36.3
+	github.com/libp2p/go-libp2p v0.36.4
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.3
 	github.com/multiformats/go-multiaddr v0.13.0
 	github.com/multiformats/go-multicodec v0.9.0

gorelease says:

gorelease: preparing to load packages for github.com/ipfs/boxo: looking for missing dependencies: go: downloading github.com/ipfs/boxo v0.10.0
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.14.0
go: downloading github.com/ipfs/boxo v0.23.0
go: gorelease-load-module imports
	github.com/ipfs/boxo/routing/http/filters: cannot find module providing package github.com/ipfs/boxo/routing/http/filters

gocompat says:

HEAD is now at 41b88821 Merge pull request #669 from ipfs/release-v0.23.0
Previous HEAD position was 41b88821 Merge pull request #669 from ipfs/release-v0.23.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 marked this pull request as ready for review October 3, 2024 14:10
@gammazero gammazero requested a review from a team as a code owner October 3, 2024 14:10
@gammazero gammazero closed this Oct 3, 2024
@gammazero
Copy link
Contributor Author

needed to be targeted at release

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 skip/changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 0.24.0
1 participant