Skip to content

chore: Release v0.7.0 - #402

Merged
alanshaw merged 1 commit into
mainfrom
release/v0.7.0
Apr 15, 2026
Merged

chore: Release v0.7.0#402
alanshaw merged 1 commit into
mainfrom
release/v0.7.0

Conversation

@alanshaw

Copy link
Copy Markdown
Member

No description provided.

@alanshaw
alanshaw merged commit 323ea1c into main Apr 15, 2026
5 checks passed
@alanshaw
alanshaw deleted the release/v0.7.0 branch April 15, 2026 11:36
@github-actions

Copy link
Copy Markdown
Contributor

Suggested tag: v0.7.0

Comparing to: v0.6.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 46ef960..965a2d4 100644
--- a/go.mod
+++ b/go.mod
@@ -55,7 +55,7 @@ require (
 	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
 	go.opentelemetry.io/otel/sdk v1.38.0
 	go.opentelemetry.io/otel/trace v1.38.0
-	golang.org/x/sync v0.19.0
+	golang.org/x/sync v0.20.0
 	modernc.org/sqlite v1.38.2
 )
 
@@ -239,14 +239,14 @@ require (
 	go.uber.org/mock v0.6.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0
-	golang.org/x/crypto v0.46.0 // indirect
-	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
-	golang.org/x/mod v0.30.0 // indirect
-	golang.org/x/net v0.48.0 // indirect
-	golang.org/x/sys v0.39.0 // indirect
-	golang.org/x/term v0.38.0 // indirect
-	golang.org/x/text v0.32.0 // indirect
-	golang.org/x/tools v0.39.0 // indirect
+	golang.org/x/crypto v0.49.0 // indirect
+	golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
+	golang.org/x/mod v0.34.0 // indirect
+	golang.org/x/net v0.52.0 // indirect
+	golang.org/x/sys v0.42.0 // indirect
+	golang.org/x/term v0.41.0 // indirect
+	golang.org/x/text v0.35.0 // indirect
+	golang.org/x/tools v0.43.0 // indirect
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
 	google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
 	google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
@@ -262,4 +262,5 @@ require (
 tool (
 	github.com/hannahhoward/cbor-gen-for
 	github.com/pressly/goose/v3/cmd/goose
+	golang.org/x/exp/cmd/gorelease
 )

gorelease says:

# github.com/storacha/guppy/pkg/config
## compatible changes
Config.Upload: added
NetworkConfig.InsecureDIDResolution: added
UploadConfig: added

# github.com/storacha/guppy/pkg/preparation
## compatible changes
WithReplicas: added

# github.com/storacha/guppy/pkg/preparation/storacha
## compatible changes
API.Replicas: added

# github.com/storacha/guppy/pkg/presets
## compatible changes
DefaultReplicas: added
NetworkConfig.InsecureDIDResolution: added

# summary
Suggested version: v0.7.0

gocompat says:

HEAD is now at 32d450f chore: Release v0.6.0 (#393)
Previous HEAD position was 32d450f chore: Release v0.6.0 (#393)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

Cutting a Release (and modifying code files)

This PR is modifying both version.json and code files (not markdown, YAML, TOML or lock files).
The Release Checker is not able to analyse files that are not checked in to main. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

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.

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.

1 participant