Skip to content

bump version #579

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

Merged
merged 1 commit into from
May 12, 2025
Merged

bump version #579

merged 1 commit into from
May 12, 2025

Conversation

gammazero
Copy link
Contributor

@gammazero gammazero commented May 7, 2025

New patch version for updated dependencies.

Reviewer: I do not know if there is anything else required for creating a new v2 release. If there is, please let me know so I can include it in the PR or let someone else create release.

New patch version for updated dependencies.
Copy link
Contributor

github-actions bot commented May 7, 2025

Suggested version: 2.14.3

Comparing to: v2.14.2 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index f4cefd7..23a806d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,41 +1,32 @@
 module github.com/ipld/go-car
 
-go 1.22
+go 1.23.8
 
 require (
-	github.com/ipfs/go-block-format v0.2.0
-	github.com/ipfs/go-cid v0.4.1
-	github.com/ipfs/go-ipld-cbor v0.1.0
-	github.com/ipfs/go-ipld-format v0.6.0
-	github.com/ipfs/go-merkledag v0.11.0
-	github.com/ipld/go-codec-dagpb v1.6.0
+	github.com/ipfs/boxo v0.30.0
+	github.com/ipfs/go-block-format v0.2.1
+	github.com/ipfs/go-cid v0.5.0
+	github.com/ipfs/go-ipld-cbor v0.2.0
+	github.com/ipfs/go-ipld-format v0.6.1
+	github.com/ipld/go-codec-dagpb v1.7.0
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/multiformats/go-multihash v0.2.3
-	github.com/stretchr/testify v1.9.0
+	github.com/stretchr/testify v1.10.0
 )
 
 require (
 	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/gammazero/deque v1.0.0 // indirect
 	github.com/go-logr/logr v1.4.2 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
-	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/uuid v1.6.0 // indirect
-	github.com/hashicorp/golang-lru v1.0.2 // indirect
+	github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
 	github.com/ipfs/bbloom v0.0.4 // indirect
-	github.com/ipfs/go-blockservice v0.5.2 // indirect
-	github.com/ipfs/go-datastore v0.6.0 // indirect
-	github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
-	github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
-	github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
-	github.com/ipfs/go-ipfs-exchange-offline v0.3.0 // indirect
-	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
+	github.com/ipfs/go-datastore v0.8.2 // indirect
 	github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
-	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
-	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
-	github.com/ipfs/go-verifcid v0.0.3 // indirect
-	github.com/jbenet/goprocess v0.1.4 // indirect
-	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+	github.com/ipfs/go-metrics-interface v0.3.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
 	github.com/mr-tron/base58 v1.2.0 // indirect
@@ -43,21 +34,20 @@ require (
 	github.com/multiformats/go-base36 v0.2.0 // indirect
 	github.com/multiformats/go-multibase v0.2.0 // indirect
 	github.com/multiformats/go-varint v0.0.7 // indirect
-	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/polydawn/refmt v0.89.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
 	github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
-	go.opentelemetry.io/otel v1.29.0 // indirect
-	go.opentelemetry.io/otel/metric v1.29.0 // indirect
-	go.opentelemetry.io/otel/trace v1.29.0 // indirect
-	go.uber.org/atomic v1.11.0 // indirect
+	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+	go.opentelemetry.io/otel v1.35.0 // indirect
+	go.opentelemetry.io/otel/metric v1.35.0 // indirect
+	go.opentelemetry.io/otel/trace v1.35.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/crypto v0.27.0 // indirect
-	golang.org/x/sys v0.25.0 // indirect
+	golang.org/x/crypto v0.37.0 // indirect
+	golang.org/x/sys v0.32.0 // indirect
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
-	google.golang.org/protobuf v1.34.2 // indirect
+	google.golang.org/protobuf v1.36.6 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
-	lukechampine.com/blake3 v1.3.0 // indirect
+	lukechampine.com/blake3 v1.4.0 // indirect
 )diff --git a/cmd/go.mod b/cmd/go.mod
index 7f5bd15..f89e459 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -1,40 +1,38 @@
 module github.com/ipld/go-car/cmd
 
-go 1.22.0
-
-toolchain go1.22.7
+go 1.23.8
 
 require (
 	github.com/dustin/go-humanize v1.0.1
-	github.com/ipfs/go-block-format v0.2.0
-	github.com/ipfs/go-cid v0.4.1
-	github.com/ipfs/go-ipld-format v0.6.0
-	github.com/ipfs/go-unixfsnode v1.9.1
+	github.com/ipfs/go-block-format v0.2.1
+	github.com/ipfs/go-cid v0.5.0
+	github.com/ipfs/go-ipld-format v0.6.1
+	github.com/ipfs/go-unixfsnode v1.10.0
 	github.com/ipld/go-car v0.6.2
-	github.com/ipld/go-car/v2 v2.14.1
-	github.com/ipld/go-codec-dagpb v1.6.0
+	github.com/ipld/go-car/v2 v2.14.2
+	github.com/ipld/go-codec-dagpb v1.7.0
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/multiformats/go-multicodec v0.9.0
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/multiformats/go-varint v0.0.7
 	github.com/polydawn/refmt v0.89.0
-	github.com/rogpeppe/go-internal v1.13.1
-	github.com/urfave/cli/v2 v2.27.4
-	golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
+	github.com/rogpeppe/go-internal v1.14.1
+	github.com/urfave/cli/v2 v2.27.6
+	golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
 )
 
 require (
-	github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
+	github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
 	github.com/go-logr/logr v1.4.2 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/hashicorp/golang-lru v1.0.2 // indirect
 	github.com/ipfs/bbloom v0.0.4 // indirect
-	github.com/ipfs/boxo v0.23.0 // indirect
+	github.com/ipfs/boxo v0.30.0 // indirect
 	github.com/ipfs/go-bitfield v1.1.0 // indirect
 	github.com/ipfs/go-blockservice v0.5.2 // indirect
-	github.com/ipfs/go-datastore v0.6.0 // indirect
+	github.com/ipfs/go-datastore v0.8.2 // indirect
 	github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
 	github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
 	github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
@@ -44,10 +42,9 @@ require (
 	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/ipfs/go-merkledag v0.11.0 // indirect
-	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
+	github.com/ipfs/go-metrics-interface v0.3.0 // indirect
 	github.com/ipfs/go-verifcid v0.0.3 // indirect
-	github.com/jbenet/goprocess v0.1.4 // indirect
-	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
@@ -63,16 +60,17 @@ require (
 	github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
 	github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
 	github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
-	go.opentelemetry.io/otel v1.29.0 // indirect
-	go.opentelemetry.io/otel/metric v1.29.0 // indirect
-	go.opentelemetry.io/otel/trace v1.29.0 // indirect
+	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+	go.opentelemetry.io/otel v1.35.0 // indirect
+	go.opentelemetry.io/otel/metric v1.35.0 // indirect
+	go.opentelemetry.io/otel/trace v1.35.0 // indirect
 	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/crypto v0.27.0 // indirect
-	golang.org/x/sys v0.25.0 // indirect
-	golang.org/x/tools v0.25.0 // indirect
+	golang.org/x/crypto v0.37.0 // indirect
+	golang.org/x/sys v0.32.0 // indirect
+	golang.org/x/tools v0.32.0 // indirect
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
-	google.golang.org/protobuf v1.34.2 // indirect
-	lukechampine.com/blake3 v1.3.0 // indirect
+	google.golang.org/protobuf v1.36.6 // indirect
+	lukechampine.com/blake3 v1.4.0 // indirect
 )
diff --git a/v2/go.mod b/v2/go.mod
index 6a3ee30..b35a7d7 100644
--- a/v2/go.mod
+++ b/v2/go.mod
@@ -1,23 +1,23 @@
 module github.com/ipld/go-car/v2
 
-go 1.22
+go 1.23.8
 
 require (
-	github.com/ipfs/go-block-format v0.2.0
-	github.com/ipfs/go-cid v0.4.1
-	github.com/ipfs/go-ipld-cbor v0.1.0
-	github.com/ipfs/go-ipld-format v0.6.0
-	github.com/ipfs/go-unixfsnode v1.9.1
-	github.com/ipld/go-codec-dagpb v1.6.0
+	github.com/ipfs/go-block-format v0.2.1
+	github.com/ipfs/go-cid v0.5.0
+	github.com/ipfs/go-ipld-cbor v0.2.0
+	github.com/ipfs/go-ipld-format v0.6.1
+	github.com/ipfs/go-unixfsnode v1.10.0
+	github.com/ipld/go-codec-dagpb v1.7.0
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd
 	github.com/multiformats/go-multicodec v0.9.0
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/multiformats/go-varint v0.0.7
 	github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
-	github.com/stretchr/testify v1.9.0
+	github.com/stretchr/testify v1.10.0
 	github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
-	golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
+	golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
 )
 
 require (
@@ -26,17 +26,15 @@ require (
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/hashicorp/golang-lru v1.0.2 // indirect
 	github.com/ipfs/bbloom v0.0.4 // indirect
-	github.com/ipfs/boxo v0.22.0 // indirect
+	github.com/ipfs/boxo v0.30.0 // indirect
 	github.com/ipfs/go-bitfield v1.1.0 // indirect
-	github.com/ipfs/go-datastore v0.6.0 // indirect
+	github.com/ipfs/go-datastore v0.8.2 // indirect
 	github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
 	github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
-	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
 	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
-	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
-	github.com/jbenet/goprocess v0.1.4 // indirect
-	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+	github.com/ipfs/go-metrics-interface v0.3.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
@@ -53,10 +51,10 @@ require (
 	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/crypto v0.27.0 // indirect
-	golang.org/x/sys v0.25.0 // indirect
+	golang.org/x/crypto v0.37.0 // indirect
+	golang.org/x/sys v0.32.0 // indirect
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
-	google.golang.org/protobuf v1.34.2 // indirect
+	google.golang.org/protobuf v1.36.6 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
-	lukechampine.com/blake3 v1.3.0 // indirect
+	lukechampine.com/blake3 v1.4.0 // indirect
 )

gorelease says:

# github.com/ipld/go-car/v2
## incompatible changes
AllowDuplicatePuts: removed
ApplyOptions: removed
AttachIndex: removed
BlockMetadata: removed
BlockReader: removed
Characteristics: removed
CharacteristicsSize: removed
DefaultMaxAllowedHeaderSize: removed
DefaultMaxAllowedSectionSize: removed
DefaultMaxIndexCidSize: removed
ErrAlreadyV1: removed
ErrCidTooLarge: removed
ErrOffsetImpossible: removed
ErrSizeMismatch: removed
ExtractV1File: removed
GenerateIndex: removed
GenerateIndexFromFile: removed
Header: removed
HeaderSize: changed from const to func
LoadIndex: removed
MaxAllowedHeaderSize: removed
MaxAllowedSectionSize: removed
MaxIndexCidSize: removed
NewBlockReader: removed
NewHeader: removed
NewReader: removed
NewSelectiveWriter: removed
OpenReader: removed
Options.BlockstoreAllowDuplicatePuts: removed
Options.BlockstoreUseWholeCIDs: removed
Options.DataPadding: removed
Options.IndexCodec: removed
Options.IndexPadding: removed
Options.MaxAllowedHeaderSize: removed
Options.MaxAllowedSectionSize: removed
Options.MaxIndexCidSize: removed
Options.StoreIdentityCIDs: removed
Options.TraversalPrototypeChooser: removed
Options.TrustedCAR: removed
Options.WriteAsCarV1: removed
Options.ZeroLengthSectionAsEOF: removed
Options: removed
Pragma: removed
PragmaSize: removed
ReadOption: removed
ReadOrGenerateIndex: removed
ReadVersion: removed
ReadWriteOption: removed
Reader: removed
ReplaceRootsInFile: removed
SectionReader: removed
Stats: removed
StoreIdentityCIDs: removed
TraverseToFile: removed
TraverseV1: removed
UseDataPadding: removed
UseIndexCodec: removed
UseIndexPadding: removed
UseWholeCIDs: removed
WithTraversalPrototypeChooser: removed
WithTrustedCAR: removed
WithoutIndex: removed
WrapV1: removed
WrapV1File: removed
WriteAsCarV1: removed
WriteOption: removed
Writer: removed
ZeroLengthSectionAsEOF: removed
## compatible changes
Block: added
CarHeader: added
CarReader: added
CarReaderOption: added
Dag: added
DefaultWalkFunc: added
LoadCar: added
NewCarReader: added
NewCarReaderWithOptions: added
NewSelectiveCar: added
OnCarHeaderFunc: added
OnNewCarBlockFunc: added
Options.TraverseLinksOnlyOnce: added
ReadHeader: added
ReadStore: added
SelectiveCar: added
SelectiveCarPrepared: added
Store: added
TraverseLinksOnlyOnce: added
WalkFunc: added
WithErrorOnEmptyRoots: added
WriteCar: added
WriteCarWithWalker: added
WriteHeader: added

# github.com/ipld/go-car/v2/blockstore
## incompatible changes
package removed

# github.com/ipld/go-car/v2/index
## incompatible changes
package removed

# github.com/ipld/go-car/v2/storage
## incompatible changes
package removed

# github.com/ipld/go-car/v2/storage/deferred
## incompatible changes
package removed

# github.com/ipld/go-car/util
## compatible changes
package added

# diagnostics
go.mod: the following requirements are needed
	github.com/gogo/[email protected]
	github.com/hashicorp/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/ipfs/[email protected]
	github.com/opentracing/[email protected]
	go.uber.org/[email protected]
Run 'go mod tidy' to add missing requirements.

# summary
Cannot suggest a release version.
Base module path is different from release.

gocompat says:

HEAD is now at 40add1a v2.14.2 bump
Previous HEAD position was 40add1a v2.14.2 bump
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

Pre-creating GitHub Releases on release PRs initiated from forks is not supported.
If you wish to prepare release notes yourself, you should create a draft GitHub Release for tag v2.14.3 manually.
The draft GitHub Release is going to be published when this PR is merged.
If you choose not to create a draft GitHub Release, a published GitHub Released is going to be created when this PR is merged.

@gammazero
Copy link
Contributor Author

bump - do the maintainers want this? I cannot merge. Let me know if there is anything else you are waiting on other than more maintainer reviews.

@willscott willscott merged commit 8940768 into ipld:master May 12, 2025
13 checks passed
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