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 version 0.7.0 #213

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Release version 0.7.0 #213

merged 1 commit into from
Feb 20, 2025

Conversation

iand
Copy link
Contributor

@iand iand commented Dec 11, 2023

No description provided.

@iand iand mentioned this pull request Dec 11, 2023
Copy link

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.

@iand iand requested a review from Jorropo December 15, 2023 14:17
@gammazero
Copy link
Contributor

This needs to be rebased once #217 is merged

@gammazero
Copy link
Contributor

gammazero commented Oct 22, 2024

triage note: wait until using go1.23

@gammazero gammazero marked this pull request as draft October 22, 2024 16:33
@gammazero gammazero added the status/deferred Conscious decision to pause or backlog label Oct 29, 2024
@gammazero gammazero removed the status/deferred Conscious decision to pause or backlog label Feb 19, 2025
@gammazero gammazero marked this pull request as ready for review February 19, 2025 19:28
@gammazero gammazero requested review from a team and removed request for Jorropo February 19, 2025 19:35
Copy link

Suggested version: 0.7.0

Comparing to: v0.6.1 (diff)

Changes in configuration file(s):

(empty)

gorelease says:

# summary
Suggested version: v0.6.2

gocompat says:

HEAD is now at 5d9ef3c Remove obsolete .gx directory (#224)
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 gammazero merged commit 924d783 into master Feb 20, 2025
12 checks passed
@gammazero gammazero deleted the v0.7.0 branch February 20, 2025 01:24
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