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

chore: release v0.14.0 #269

Merged
merged 1 commit into from
Nov 5, 2024
Merged

chore: release v0.14.0 #269

merged 1 commit into from
Nov 5, 2024

Conversation

lidel
Copy link
Member

@lidel lidel commented Nov 5, 2024

Bumping minor due to rs/cors bump which had regressions (rs/cors#184, ) in the past. Seems to be fixed, CI is green here, but running all vanilla tests in ipfs/kubo#10571 just to be extra sure.

bumping minor due to rs/cors bump which had regressions in the past
@lidel
Copy link
Member Author

lidel commented Nov 5, 2024

Releaser error:

data: {
      documentation_url: 'https://docs.github.com/free-pro-team@latest/rest/overview/rate-limits-for-the-rest-api#about-secondary-rate-limits',
      message: 'You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID [..].'
    }

I'll retry later.

Copy link

github-actions bot commented Nov 5, 2024

Suggested version: 0.14.0

Comparing to: v0.13.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 873381a..936b4a6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,15 @@
 module github.com/ipfs/go-ipfs-cmds
 
-go 1.22
+go 1.22.0
+
+toolchain go1.22.8
 
 require (
-	github.com/ipfs/boxo v0.22.0
+	github.com/ipfs/boxo v0.24.2
 	github.com/ipfs/go-log v1.0.5
-	github.com/rs/cors v1.10.1
+	github.com/rs/cors v1.11.1
 	github.com/texttheater/golang-levenshtein v1.0.1
-	golang.org/x/term v0.23.0
+	golang.org/x/term v0.24.0
 )
 
 require (
@@ -18,7 +20,7 @@ require (
 	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.27.0 // indirect
-	golang.org/x/sys v0.24.0 // indirect
+	golang.org/x/sys v0.26.0 // indirect
 )
 
 retract v1.0.22 // old gx tag accidentally pushed as go tag

gorelease says:

gorelease: go: loading module retractions for honnef.co/go/[email protected]: module honnef.co/go/[email protected] requires go >= 1.22.1 (running go 1.22.0)

gocompat says:

HEAD is now at 94d29e1 chore: release v0.13.0 (#261)
Previous HEAD position was 94d29e1 chore: release v0.13.0 (#261)
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.

@lidel
Copy link
Member Author

lidel commented Nov 5, 2024

ipfs/kubo#10571 is green, merging and bubbling up there.

@lidel lidel merged commit 7f9933b into master Nov 5, 2024
14 checks passed
@lidel lidel deleted the release-v0140 branch November 5, 2024 14:42
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