-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
retract v0.26.1, release v0.26.2 #2153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idk how you handle your release branches but just so you know you will need to front port this onto master
(so retract is permanent).
Also in case you missed, your examples reverted to |
That's fine, the release branch doesn't contain #2134. |
what happened here, why are you retracting?
…On Wed, Mar 1, 2023, 11:31 Marten Seemann ***@***.***> wrote:
Also in case you missed, your examples reverted to 0.25.
That's fine, the release branch doesn't contain #2134
<#2134>.
—
Reply to this email directly, view it on GitHub
<#2153 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAI4SUI62NNRDXMWNR6WTTWZ4JNNANCNFSM6AAAAAAVLGUBDA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
oh, ouch. |
blocked on #2156 (for kubo 0.19) |
Should we get #2156 in as well before this release? |
@MarcoPolo @Jorropo has indicated yes. I'll made this aware to kubo maintainers here: ipfs/kubo#9502 (comment) |
4e3eb60
to
06ee2ba
Compare
Rebased to include #2156. |
Suggested version: Changes in diff --git a/go.mod b/go.mod
index ac5631de..f9f77a52 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/prometheus/client_golang v1.14.0
github.com/quic-go/quic-go v0.33.0
- github.com/quic-go/webtransport-go v0.5.1
+ github.com/quic-go/webtransport-go v0.5.2
github.com/raulk/go-watchdog v1.3.0
github.com/stretchr/testify v1.8.1
go.uber.org/fx v1.18.2diff --git a/test-plans/go.mod b/test-plans/go.mod
index 5c044526..dc2f0dd5 100644
--- a/test-plans/go.mod
+++ b/test-plans/go.mod
@@ -76,7 +76,7 @@ require (
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect
github.com/quic-go/quic-go v0.33.0 // indirect
- github.com/quic-go/webtransport-go v0.5.1 // indirect
+ github.com/quic-go/webtransport-go v0.5.2 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
Cutting a Release (when not on
|
See protocol/.github#481.