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

v0.15.0 bump #377

Merged
merged 1 commit into from
Aug 16, 2023
Merged

v0.15.0 bump #377

merged 1 commit into from
Aug 16, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Aug 11, 2023

semver-minor due to the new Server header on daemon responses

semver-major due to the new `Server` header on daemon responses
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2023

Codecov Report

Merging #377 (ba292f2) into main (26c5ca7) will increase coverage by 0.14%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #377      +/-   ##
==========================================
+ Coverage   77.40%   77.54%   +0.14%     
==========================================
  Files          86       86              
  Lines        6423     6423              
==========================================
+ Hits         4972     4981       +9     
+ Misses       1194     1190       -4     
+ Partials      257      252       -5     

see 6 files with indirect coverage changes

@github-actions
Copy link

Suggested version: v0.15.0

Comparing to: v0.14.3 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 661dafe..cb9a676 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,7 @@ require (
 	github.com/ipld/go-codec-dagpb v1.6.0
 	github.com/ipld/go-ipld-prime v0.20.1-0.20230329011551-5056175565b0
 	github.com/ipni/go-libipni v0.0.8-0.20230425184153-86a1fcb7f7ff
-	github.com/libp2p/go-libp2p v0.27.1
+	github.com/libp2p/go-libp2p v0.27.8
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.0
 	github.com/libp2p/go-libp2p-testing v0.12.0
 	github.com/mitchellh/go-server-timing v1.0.1
@@ -137,8 +137,8 @@ require (
 	github.com/prometheus/common v0.42.0 // indirect
 	github.com/prometheus/procfs v0.9.0 // indirect
 	github.com/quic-go/qpack v0.4.0 // indirect
-	github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
-	github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
+	github.com/quic-go/qtls-go1-19 v0.3.3 // indirect
+	github.com/quic-go/qtls-go1-20 v0.2.3 // indirect
 	github.com/quic-go/quic-go v0.33.0 // indirect
 	github.com/quic-go/webtransport-go v0.5.2 // indirect
 	github.com/raulk/go-watchdog v1.3.0 // indirect

gorelease says:

# github.com/filecoin-project/lassie/pkg/events
## incompatible changes
ConnectedToProvider: changed from func(time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalID, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) ConnectedToProviderEvent to func(time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalID, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate, github.com/multiformats/go-multicodec.Code) ConnectedToProviderEvent
FailedRetrieval: changed from func(time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalID, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate, string) FailedRetrievalEvent to func(time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalID, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate, github.com/multiformats/go-multicodec.Code, string) FailedRetrievalEvent
## compatible changes
ConnectedToProviderEvent.Protocol: added
FailedRetrievalEvent.Protocol: added
GraphsyncAcceptedEvent.Protocol: added
GraphsyncProposedEvent.Protocol: added

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.15.0

gocompat says:

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.

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hannahhoward hannahhoward merged commit c5e29e8 into main Aug 16, 2023
18 checks passed
@hannahhoward hannahhoward deleted the rvagg/v0.15.0 branch August 16, 2023 00:20
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.

3 participants