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

Prepare v0.19.0 #473

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Prepare v0.19.0 #473

merged 1 commit into from
Oct 14, 2022

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Oct 13, 2022

Probably should have done an 0.19 back when we bumped Go 1.18, but here we are.

@rvagg rvagg added the release label Oct 13, 2022
@rvagg rvagg requested a review from willscott October 13, 2022 05:21
@rvagg rvagg self-assigned this Oct 13, 2022
@github-actions
Copy link

Suggested version: v0.19.0
Comparing to: v0.18.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index be9292a..b0a0d63 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,13 @@
 module github.com/ipld/go-ipld-prime
 
-go 1.17
+go 1.18
 
 require (
 	github.com/frankban/quicktest v1.14.3
-	github.com/google/go-cmp v0.5.8
-	github.com/ipfs/go-cid v0.2.0
-	github.com/multiformats/go-multicodec v0.5.0
-	github.com/multiformats/go-multihash v0.2.0
+	github.com/google/go-cmp v0.5.9
+	github.com/ipfs/go-cid v0.3.2
+	github.com/multiformats/go-multicodec v0.6.0
+	github.com/multiformats/go-multihash v0.2.1
 	github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
 	github.com/warpfork/go-testmark v0.10.0
 	gopkg.in/yaml.v2 v2.4.0diff --git a/storage/benchmarks/go.mod b/storage/benchmarks/go.mod
index a345754..b4d550d 100644
--- a/storage/benchmarks/go.mod
+++ b/storage/benchmarks/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipld/go-ipld-prime/storage/benchmarks
 
-go 1.17
+go 1.18
 
 replace github.com/ipld/go-ipld-prime => ../..
 
@@ -16,7 +16,7 @@ require (
 	github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/uuid v1.3.0 // indirect
-	github.com/ipfs/go-datastore v0.5.1 // indirect
+	github.com/ipfs/go-datastore v0.6.0 // indirect
 	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/jbenet/goprocess v0.1.4 // indirect
diff --git a/storage/bsadapter/go.mod b/storage/bsadapter/go.mod
index 916dfe9..15c29cf 100644
--- a/storage/bsadapter/go.mod
+++ b/storage/bsadapter/go.mod
@@ -1,10 +1,10 @@
 module github.com/ipld/go-ipld-prime/storage/bsadapter
 
-go 1.17
+go 1.18
 
 require (
 	github.com/ipfs/go-block-format v0.0.3
-	github.com/ipfs/go-cid v0.2.0
+	github.com/ipfs/go-cid v0.3.2
 	github.com/ipfs/go-ipfs-blockstore v1.2.0
 )
 
diff --git a/storage/bsrvadapter/go.mod b/storage/bsrvadapter/go.mod
index 4021de5..66df60e 100644
--- a/storage/bsrvadapter/go.mod
+++ b/storage/bsrvadapter/go.mod
@@ -1,14 +1,16 @@
 module github.com/ipld/go-ipld-prime/storage/bsrvadapter
 
-go 1.17
+go 1.18
 
 require (
 	github.com/ipfs/go-block-format v0.0.3
-	github.com/ipfs/go-blockservice v0.3.0
-	github.com/ipfs/go-cid v0.2.0
+	github.com/ipfs/go-blockservice v0.4.0
+	github.com/ipfs/go-cid v0.3.2
 )
 
 require (
+	github.com/go-logr/logr v1.2.3 // indirect
+	github.com/go-logr/stdr v1.2.2 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/uuid v1.3.0 // indirect
 	github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -16,7 +18,7 @@ require (
 	github.com/ipfs/go-datastore v0.5.1 // indirect
 	github.com/ipfs/go-ipfs-blockstore v1.2.0 // indirect
 	github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
-	github.com/ipfs/go-ipfs-exchange-interface v0.1.0 // indirect
+	github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
 	github.com/ipfs/go-ipfs-util v0.0.2 // indirect
 	github.com/ipfs/go-ipld-format v0.4.0 // indirect
 	github.com/ipfs/go-log v1.0.5 // indirect
@@ -35,11 +37,16 @@ require (
 	github.com/multiformats/go-multihash v0.1.0 // indirect
 	github.com/multiformats/go-varint v0.0.6 // indirect
 	github.com/opentracing/opentracing-go v1.2.0 // indirect
+	github.com/pkg/errors v0.9.1 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	go.opentelemetry.io/otel v1.7.0 // indirect
+	go.opentelemetry.io/otel/trace v1.7.0 // indirect
 	go.uber.org/atomic v1.9.0 // indirect
 	go.uber.org/multierr v1.8.0 // indirect
 	go.uber.org/zap v1.21.0 // indirect
 	golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
 	golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 // indirect
+	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
+	gopkg.in/yaml.v2 v2.3.0 // indirect
 	lukechampine.com/blake3 v1.1.7 // indirect
 )
diff --git a/storage/dsadapter/go.mod b/storage/dsadapter/go.mod
index 6deb24c..13fdfb4 100644
--- a/storage/dsadapter/go.mod
+++ b/storage/dsadapter/go.mod
@@ -1,8 +1,8 @@
 module github.com/ipld/go-ipld-prime/storage/dsadapter
 
-go 1.17
+go 1.18
 
-require github.com/ipfs/go-datastore v0.5.1
+require github.com/ipfs/go-datastore v0.6.0
 
 require (
 	github.com/google/uuid v1.3.0 // indirect

gorelease says:

# github.com/ipld/go-ipld-prime/node/gendemo
## compatible changes
Bar: added
Baz: added
Foo: added
MaybeBar: added
MaybeBaz: added
MaybeFoo: added
MaybeUnionKinded: added
UnionKinded: added
typeSlab.Bar: added
typeSlab.Bar__Repr: added
typeSlab.Baz: added
typeSlab.Baz__Repr: added
typeSlab.Foo: added
typeSlab.Foo__Repr: added
typeSlab.UnionKinded: added
typeSlab.UnionKinded__Repr: added

# summary
Suggested version: v0.19.0

gocompat says:

(empty)

Copy link

@BigLep BigLep left a comment

Choose a reason for hiding this comment

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

Looks good to me @rvagg . One question: should we update to go 1.19 if we're already doing a go version update? (Feel free to disregard, just making sure it was intentional to only go to 1.18 currently.)

@rvagg
Copy link
Member Author

rvagg commented Oct 14, 2022

@BigLep nope, we're going with the IPDX team's choice on this one: protocol/.github#364 - second-to-latest in go.mod, testing for latest and second-to-latest. Will get an auto-bump by unified-ci to 1.19 when 1.20 is released.

@rvagg rvagg merged commit ac99fc3 into master Oct 14, 2022
@rvagg rvagg deleted the rvagg/v0.19.0 branch October 14, 2022 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants