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

Create new version #1368

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Create new version #1368

merged 1 commit into from
Mar 7, 2023

Conversation

gammazero
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03 🎉

Comparison is base (7b8445d) 54.20% compared to head (4245a25) 54.24%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1368      +/-   ##
==========================================
+ Coverage   54.20%   54.24%   +0.03%     
==========================================
  Files         150      150              
  Lines       15333    15333              
==========================================
+ Hits         8311     8317       +6     
+ Misses       6102     6096       -6     
  Partials      920      920              
Impacted Files Coverage Δ
dagsync/test/util.go 82.93% <0.00%> (+0.47%) ⬆️
dagsync/p2p/protocol/head/head.go 75.26% <0.00%> (+5.37%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2023

Suggested version: v0.5.10

Comparing to: v0.5.9 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ee0bbed..3d5817c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipni/storetheindex
 
-go 1.18
+go 1.19
 
 require (
 	contrib.go.opencensus.io/exporter/prometheus v0.4.0
@@ -14,17 +14,16 @@ require (
 	github.com/filecoin-project/go-address v0.0.5
 	github.com/filecoin-project/go-dagaggregator-unixfs v0.3.0
 	github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc4
-	github.com/gammazero/deque v0.2.0
-	github.com/gogo/protobuf v1.3.2
+	github.com/gammazero/deque v0.2.1
 	github.com/hashicorp/go-multierror v1.1.1
 	github.com/hashicorp/go-retryablehttp v0.7.1
 	github.com/ipfs/go-cid v0.3.2
 	github.com/ipfs/go-datastore v0.6.0
 	github.com/ipfs/go-delegated-routing v0.7.0
 	github.com/ipfs/go-ds-leveldb v0.5.0
-	github.com/ipfs/go-graphsync v0.14.0
+	github.com/ipfs/go-graphsync v0.14.3
 	github.com/ipfs/go-log/v2 v2.5.1
-	github.com/ipfs/kubo v0.17.0
+	github.com/ipfs/kubo v0.18.1
 	github.com/ipld/go-car/v2 v2.7.0
 	github.com/ipld/go-ipld-adl-hamt v0.0.0-20220616142416-9004dbd839e0
 	github.com/ipld/go-ipld-prime v0.20.0
@@ -32,7 +31,7 @@ require (
 	github.com/ipld/go-storethehash v0.3.13
 	github.com/ipni/dhstore v0.0.2-0.20230120184057-c54e9d7c72f7
 	github.com/ipni/go-indexer-core v0.7.2-0.20230221145318-9aef8658e4ea
-	github.com/libp2p/go-libp2p v0.25.0
+	github.com/libp2p/go-libp2p v0.25.1
 	github.com/libp2p/go-libp2p-gostream v0.5.0
 	github.com/libp2p/go-libp2p-pubsub v0.9.0
 	github.com/libp2p/go-msgio v0.3.0
@@ -41,7 +40,7 @@ require (
 	github.com/multiformats/go-multiaddr v0.8.0
 	github.com/multiformats/go-multicodec v0.8.0
 	github.com/multiformats/go-multihash v0.2.1
-	github.com/multiformats/go-multistream v0.4.0
+	github.com/multiformats/go-multistream v0.4.1
 	github.com/multiformats/go-varint v0.0.7
 	github.com/orlangure/gnomock v0.24.0
 	github.com/prometheus/client_golang v1.14.0
@@ -49,13 +48,14 @@ require (
 	github.com/urfave/cli/v2 v2.16.3
 	github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa
 	github.com/ybbus/jsonrpc/v2 v2.1.6
-	go.opencensus.io v0.23.0
+	go.opencensus.io v0.24.0
 	go.uber.org/zap v1.24.0
 	golang.org/x/crypto v0.5.0
 	golang.org/x/net v0.7.0
 	golang.org/x/sys v0.5.0
 	golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
 	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
+	google.golang.org/protobuf v1.28.1
 )
 
 require (
@@ -113,6 +113,7 @@ require (
 	github.com/go-logr/stdr v1.2.2 // indirect
 	github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
 	github.com/godbus/dbus/v5 v5.1.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
 	github.com/golang/mock v1.6.0 // indirect
 	github.com/golang/protobuf v1.5.2 // indirect
@@ -207,7 +208,7 @@ require (
 	github.com/russross/blackfriday/v2 v2.1.0 // indirect
 	github.com/sirupsen/logrus v1.8.1 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	github.com/syndtr/goleveldb v1.0.0 // indirect
+	github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
 	github.com/twmb/murmur3 v1.1.6 // indirect
 	github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
 	github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
@@ -223,7 +224,6 @@ require (
 	golang.org/x/sync v0.1.0 // indirect
 	golang.org/x/text v0.7.0 // indirect
 	golang.org/x/tools v0.3.0 // indirect
-	google.golang.org/protobuf v1.28.1 // indirect
 	gopkg.in/yaml.v2 v2.4.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.1.7 // indirect

gorelease says:

# github.com/ipni/storetheindex/announce/httpsender
## incompatible changes
DefaultAnnouncePath: value changed from "/ingest/announce" to "/announce"

# github.com/ipni/storetheindex/api/v0/finder/pb
## incompatible changes
(*FinderMessage).Marshal: removed
(*FinderMessage).MarshalTo: removed
(*FinderMessage).MarshalToSizedBuffer: removed
(*FinderMessage).Size: removed
(*FinderMessage).Unmarshal: removed
(*FinderMessage).XXX_DiscardUnknown: removed
(*FinderMessage).XXX_Marshal: removed
(*FinderMessage).XXX_Merge: removed
(*FinderMessage).XXX_Size: removed
(*FinderMessage).XXX_Unmarshal: removed
ErrIntOverflowFinder: removed
ErrInvalidLengthFinder: removed
ErrUnexpectedEndOfGroupFinder: removed
## compatible changes
(*FinderMessage).ProtoReflect: added
File_finder_proto: added
FinderMessage_MessageType.Descriptor: added
FinderMessage_MessageType.Enum: added
FinderMessage_MessageType.Number: added
FinderMessage_MessageType.Type: added

# github.com/ipni/storetheindex/api/v0/libp2pclient
## incompatible changes
(*Client).SendMessage: changed from func(context.Context, github.com/gogo/protobuf/proto.Message) error to func(context.Context, google.golang.org/protobuf/reflect/protoreflect.ProtoMessage) error
(*Client).SendRequest: changed from func(context.Context, github.com/gogo/protobuf/proto.Message, DecodeResponseFunc) error to func(context.Context, google.golang.org/protobuf/reflect/protoreflect.ProtoMessage, DecodeResponseFunc) error

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.2 retracted by module author: Retract older versions as only latest is to be depended upon
required module github.com/segmentio/kafka-go@v0.4.36 retracted by module author

# summary
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v0.5.10.

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.

@gammazero gammazero closed this Mar 7, 2023
@gammazero gammazero deleted the new-version branch March 7, 2023 16:24
@gammazero gammazero restored the new-version branch March 7, 2023 16:26
@gammazero gammazero reopened this Mar 7, 2023
@gammazero gammazero merged commit 1d360c6 into main Mar 7, 2023
@gammazero gammazero deleted the new-version branch March 7, 2023 16:27
masih added a commit that referenced this pull request Mar 16, 2023
Looks like `0.5.10` tag was created multiple times which resulted in
hash mismatch across go package proxy and github.

To avoid this, withdraw `0.5.10` and cut a new tag.

Relates to:
 - #1367
 - #1368
masih added a commit that referenced this pull request Mar 16, 2023
Looks like `0.5.10` tag was created multiple times which resulted in
hash mismatch across go package proxy and github.

To avoid this, withdraw `0.5.10` and cut a new tag.

Relates to:
 - #1367
 - #1368
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.

2 participants