ipfs / go-datastore

key-value datastore interfaces
MIT License
230 stars 65 forks source link

Release version 0.7.0 #213

Open iand opened 10 months ago

github-actions[bot] commented 10 months ago

Suggested version: v0.7.0

Comparing to: v0.6.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index e87c063..9b6baf4 100644
--- a/go.mod
+++ b/go.mod
@@ -5,15 +5,20 @@ require (
    github.com/ipfs/go-detect-race v0.0.1
    github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
    github.com/jbenet/goprocess v0.1.4
+   go.opentelemetry.io/otel v1.16.0
+   go.opentelemetry.io/otel/trace v1.16.0
    go.uber.org/multierr v1.5.0
    golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
    gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
 )

 require (
+   github.com/go-logr/logr v1.2.4 // indirect
+   github.com/go-logr/stdr v1.2.2 // indirect
    github.com/kr/pretty v0.2.0 // indirect
    github.com/kr/text v0.1.0 // indirect
+   go.opentelemetry.io/otel/metric v1.16.0 // indirect
    go.uber.org/atomic v1.6.0 // indirect
 )

-go 1.17
+go 1.20diff --git a/fuzz/go.mod b/fuzz/go.mod
index 8f247e8..68d1e18 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,22 +1,24 @@
 module github.com/ipfs/go-datastore/fuzz

-go 1.17
+go 1.20

 require (
-   github.com/ipfs/go-datastore v0.4.4
-   github.com/ipfs/go-ds-flatfs v0.4.4
+   github.com/ipfs/go-datastore v0.6.0
+   github.com/ipfs/go-ds-flatfs v0.5.1
    github.com/spf13/pflag v1.0.3
 )

 require (
    github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
-   github.com/gogo/protobuf v1.2.1 // indirect
-   github.com/google/uuid v1.1.1 // indirect
-   github.com/ipfs/go-log v1.0.3 // indirect
-   github.com/ipfs/go-log/v2 v2.0.3 // indirect
+   github.com/gogo/protobuf v1.3.2 // indirect
+   github.com/google/uuid v1.3.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
-   github.com/opentracing/opentracing-go v1.1.0 // indirect
-   go.uber.org/atomic v1.4.0 // indirect
-   go.uber.org/multierr v1.1.0 // indirect
-   go.uber.org/zap v1.10.0 // indirect
+   github.com/mattn/go-isatty v0.0.17 // indirect
+   github.com/opentracing/opentracing-go v1.2.0 // indirect
+   go.uber.org/atomic v1.10.0 // indirect
+   go.uber.org/multierr v1.9.0 // indirect
+   go.uber.org/zap v1.24.0 // indirect
+   golang.org/x/sys v0.4.0 // indirect
 )

gorelease says:

# github.com/ipfs/go-datastore
## compatible changes
Key.RootNamespace: added

# github.com/ipfs/go-datastore/trace
## compatible changes
package added

# summary
Suggested version: v0.7.0

gocompat says:

Your branch is up to date with 'origin/master'.

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 commented 1 week ago

This needs to be rebased once #217 is merged

github-actions[bot] commented 1 week ago

Suggested version: 0.7.0

Comparing to: v0.6.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index e87c063..c012563 100644
--- a/go.mod
+++ b/go.mod
@@ -1,19 +1,23 @@
 module github.com/ipfs/go-datastore

 require (
-   github.com/google/uuid v1.1.1
+   github.com/google/uuid v1.6.0
    github.com/ipfs/go-detect-race v0.0.1
-   github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
+   github.com/ipfs/go-ipfs-delay v0.0.1
    github.com/jbenet/goprocess v0.1.4
-   go.uber.org/multierr v1.5.0
+   go.opentelemetry.io/otel v1.16.0
+   go.opentelemetry.io/otel/trace v1.16.0
+   go.uber.org/multierr v1.11.0
    golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
    gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
 )

 require (
+   github.com/go-logr/logr v1.2.4 // indirect
+   github.com/go-logr/stdr v1.2.2 // indirect
    github.com/kr/pretty v0.2.0 // indirect
    github.com/kr/text v0.1.0 // indirect
-   go.uber.org/atomic v1.6.0 // indirect
+   go.opentelemetry.io/otel/metric v1.16.0 // indirect
 )

-go 1.17
+go 1.22diff --git a/fuzz/go.mod b/fuzz/go.mod
index 8f247e8..9be7d46 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,22 +1,24 @@
 module github.com/ipfs/go-datastore/fuzz

-go 1.17
+go 1.22

 require (
-   github.com/ipfs/go-datastore v0.4.4
-   github.com/ipfs/go-ds-flatfs v0.4.4
+   github.com/ipfs/go-datastore v0.6.0
+   github.com/ipfs/go-ds-flatfs v0.5.1
    github.com/spf13/pflag v1.0.3
 )

 require (
    github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
-   github.com/gogo/protobuf v1.2.1 // indirect
-   github.com/google/uuid v1.1.1 // indirect
-   github.com/ipfs/go-log v1.0.3 // indirect
-   github.com/ipfs/go-log/v2 v2.0.3 // indirect
+   github.com/gogo/protobuf v1.3.2 // indirect
+   github.com/google/uuid v1.3.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
-   github.com/opentracing/opentracing-go v1.1.0 // indirect
-   go.uber.org/atomic v1.4.0 // indirect
-   go.uber.org/multierr v1.1.0 // indirect
-   go.uber.org/zap v1.10.0 // indirect
+   github.com/mattn/go-isatty v0.0.17 // indirect
+   github.com/opentracing/opentracing-go v1.2.0 // indirect
+   go.uber.org/atomic v1.10.0 // indirect
+   go.uber.org/multierr v1.9.0 // indirect
+   go.uber.org/zap v1.24.0 // indirect
+   golang.org/x/sys v0.4.0 // indirect
 )

gorelease says:

# github.com/ipfs/go-datastore
## compatible changes
Key.RootNamespace: added

# github.com/ipfs/go-datastore/trace
## compatible changes
package added

# summary
Suggested version: v0.7.0

gocompat says:

HEAD is now at 1de4708 Release v0.6.0 (#194)
Previous HEAD position was 1de4708 Release v0.6.0 (#194)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

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 commented 5 days ago

triage note: wait until using go1.23