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.3.1 #50

Merged
merged 1 commit into from
Feb 3, 2025
Merged

chore: release v0.3.1 #50

merged 1 commit into from
Feb 3, 2025

Conversation

lidel
Copy link
Contributor

@lidel lidel commented Feb 3, 2025

Patch release with dep bumps, TTL and agentVersion metrics improvements.

Copy link

github-actions bot commented Feb 3, 2025

Suggested version: 0.3.1

Comparing to: v0.3.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 351348d..908c199 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ module github.com/ipshipyard/p2p-forge
 go 1.22.0
 
 require (
-	github.com/aws/aws-sdk-go v1.55.5
+	github.com/aws/aws-sdk-go v1.55.6
 	github.com/caddyserver/certmagic v0.21.6
 	github.com/coredns/caddy v1.1.1
 	github.com/coredns/coredns v1.11.3
@@ -14,8 +14,8 @@ require (
 	github.com/ipfs/go-ds-dynamodb v0.2.0
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/joho/godotenv v1.5.1
-	github.com/letsencrypt/pebble/v2 v2.6.0
-	github.com/libp2p/go-libp2p v0.38.1
+	github.com/letsencrypt/pebble/v2 v2.7.0
+	github.com/libp2p/go-libp2p v0.38.2
 	github.com/mholt/acmez/v3 v3.0.0
 	github.com/miekg/dns v1.1.62
 	github.com/multiformats/go-multiaddr v0.14.0
@@ -45,7 +45,7 @@ require (
 	github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
 	github.com/flynn/noise v1.1.0 // indirect
 	github.com/francoispqt/gojay v1.2.13 // indirect
-	github.com/go-jose/go-jose/v4 v4.0.1 // indirect
+	github.com/go-jose/go-jose/v4 v4.0.4 // indirect
 	github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
 	github.com/godbus/dbus/v5 v5.1.0 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
@@ -140,7 +140,7 @@ require (
 	golang.org/x/sync v0.10.0 // indirect
 	golang.org/x/sys v0.29.0 // indirect
 	golang.org/x/text v0.21.0 // indirect
-	golang.org/x/tools v0.28.0 // indirect
+	golang.org/x/tools v0.29.0 // indirect
 	google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
 	google.golang.org/grpc v1.63.2 // indirect
 	google.golang.org/protobuf v1.36.0 // indirect

gorelease says:

gorelease: go: loading module retractions for cloud.google.com/go@v0.37.0: module cloud.google.com/go@v0.118.1 requires go >= 1.22.7 (running go 1.22.0)
go: loading module retractions for cloud.google.com/go/compute@v1.24.0: module cloud.google.com/go/compute@v1.32.0 requires go >= 1.22.7 (running go 1.22.0)
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/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 google.golang.org/genproto@v0.0.0-20240227224415-6ceb2ff114de: module google.golang.org/genproto@v0.0.0-20250127172529-29210b9bc287 requires go >= 1.22.7 (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.1 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.1 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 80ca56c chore: release v0.3.0 (#43)
Previous HEAD position was 80ca56c chore: release v0.3.0 (#43)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

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 merged commit 0576128 into main Feb 3, 2025
8 checks passed
@lidel lidel deleted the release-v0.3.1 branch February 3, 2025 19:46
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