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.2.2 #39

Merged
merged 1 commit into from
Jan 13, 2025
Merged

chore: release v0.2.2 #39

merged 1 commit into from
Jan 13, 2025

Conversation

lidel
Copy link
Contributor

@lidel lidel commented Jan 13, 2025

Shipping patch to fix AutoTLS example in go-libp2p repo (libp2p/go-libp2p#3103 (comment))

Copy link

Suggested version: 0.2.2

Comparing to: v0.2.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index b020015..351348d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,7 @@
 module github.com/ipshipyard/p2p-forge
 
-go 1.23
+// NOTE: p2p-forge should match go.mod of latest go-libp2p release
+go 1.22.0
 
 require (
 	github.com/aws/aws-sdk-go v1.55.5
@@ -21,7 +22,7 @@ require (
 	github.com/multiformats/go-multiaddr-dns v0.4.1
 	github.com/multiformats/go-multibase v0.2.0
 	github.com/prometheus/client_golang v1.20.5
-	github.com/slok/go-http-metrics v0.13.0
+	github.com/slok/go-http-metrics v0.12.0
 	go.uber.org/zap v1.27.0
 )
 

gorelease says:

gorelease: go: loading module retractions for github.com/Shopify/goreferrer@v0.0.0-20220729165902-8cddb4f5de06: module github.com/Shopify/goreferrer@v0.0.0-20240724165105-aceaa0259138 requires go >= 1.22.1 (running go 1.22.0)
go: loading module retractions for github.com/coredns/coredns@v1.11.3: module github.com/coredns/coredns@v1.12.0 requires go >= 1.22.7 (running go 1.22.0)
go: loading module retractions for github.com/ipshipyard/p2p-forge@v0.0.0-gorelease: module github.com/ipshipyard/p2p-forge@v0.2.1 requires go >= 1.23 (running go 1.22.0)
go: loading module retractions for github.com/kataras/blocks@v0.0.8: module github.com/kataras/blocks@v0.0.11 requires go >= 1.23 (running go 1.22.0)
go: loading module retractions for github.com/slok/go-http-metrics@v0.12.0: module github.com/slok/go-http-metrics@v0.13.0 requires go >= 1.23 (running go 1.22.0)
go: loading module retractions for honnef.co/go/tools@v0.0.0-20190523083050-ea95bdfd59fc: module honnef.co/go/tools@v0.5.1 requires go >= 1.22.1 (running go 1.22.0)
go: loading module retractions for k8s.io/api@v0.29.3: module k8s.io/api@v0.32.0 requires go >= 1.23.0 (running go 1.22.0)
go: loading module retractions for k8s.io/apimachinery@v0.29.3: module k8s.io/apimachinery@v0.32.0 requires go >= 1.23.0 (running go 1.22.0)
go: loading module retractions for sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd: module sigs.k8s.io/json@v0.0.0-20241014173422-cfa47c3a1cc8 requires go >= 1.23 (running go 1.22.0)

gocompat says:

HEAD is now at 5d48da3 chore: release v0.2.1 (#31)
Previous HEAD position was 5d48da3 chore: release v0.2.1 (#31)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
err: exit status 1: stderr: go: downloading go1.23 (linux/amd64)
go: download go1.23 for linux/amd64: toolchain not available

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 lidel marked this pull request as ready for review January 13, 2025 21:47
@lidel
Copy link
Contributor Author

lidel commented Jan 13, 2025

Tested manually in libp2p/go-libp2p#3103 with go1.22.10.
Merging.

@lidel lidel merged commit 71cc95e into main Jan 13, 2025
8 checks passed
@lidel lidel deleted the release-v022 branch January 13, 2025 21:51
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