You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE_ISSUE_TEMPLATE.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ As usual, this release includes important fixes, some of which may be critical f
41
41
Checklist:
42
42
43
43
-[ ]**Stage 0 - Prerequisites**
44
-
-[ ] Open an issue against [bifrost-infra](https://github.com/protocol/bifrost-infra) ahead of the release ([example](https://github.com/protocol/bifrost-infra/issues/2109)). **Idealy, do this multiple days in advance of the RC** to give Bifrost the heads up that asks will be coming their way.
44
+
-[ ] Open an issue against [bifrost-infra](https://github.com/protocol/bifrost-infra) ahead of the release ([example](https://github.com/protocol/bifrost-infra/issues/2109)). **Ideally, do this multiple days in advance of the RC** to give Bifrost the heads up that asks will be coming their way.
45
45
-[ ] Spell out all that we want updated - gateways, the bootstraper and the cluster/preload nodes
46
46
-[ ] Mention @protocol/bifrost-team in the issue and let them know the expected date of the release
47
47
- Issue link:
@@ -74,7 +74,7 @@ Checklist:
74
74
-[ ] If it's not a first RC, add new commits to the `release-vX.Y.Z` branch from `master` using `git cherry-pick -x ...`
75
75
- Note: `release-*` branches are protected. You can do all needed updates on a separated branch (e.g. `wip-release-vX.Y.Z`) and when everything is settled push to `release-vX.Y.Z`
76
76
-[ ] Bump the version in `version.go` in the `release-vX.Y.Z` branch to `vX.Y.Z-rcN`.
77
-
-[ ] If it's a first RC, create a draft PR targetting`release` branch if it doesn't exist yet ([example](https://github.com/ipfs/kubo/pull/9306)).
77
+
-[ ] If it's a first RC, create a draft PR targeting`release` branch if it doesn't exist yet ([example](https://github.com/ipfs/kubo/pull/9306)).
78
78
-[ ] Wait for CI to run and complete PR checks. All checks should pass.
79
79
-[ ] Create a signed tag for the release candidate.
80
80
-[ ] This is a dangerous operation, as it is difficult to reverse due to Go modules and automated Docker image publishing. Remember to verify the commands you intend to run for items marked with ⚠️ with the release reviewer.
@@ -144,7 +144,7 @@ Checklist:
144
144
-[ ] Commit the changelog changes.
145
145
-[ ] Push the `release-vX.Y.Z` branch to GitHub (`git push origin release-vX.Y.Z`)
146
146
-[ ] Mark the PR created from `release-vX.Y.Z` as ready for review.
147
-
-[ ] Ensure the PR is targetting`release` branch.
147
+
-[ ] Ensure the PR is targeting`release` branch.
148
148
-[ ] Ensure that CI is green.
149
149
-[ ] Have release reviewer review the PR.
150
150
-[ ] Merge the PR into `release` branch using the `Create a merge commit` (do **NOT** use `Squash and merge` nor `Rebase and merge` because we need to be able to sign the merge commit).
- selector: add tests which are driven by language-agnostic spec fixtures. ([ipld/go-ipld-prime#231](https://github.com/ipld/go-ipld-prime/pull/231))
281
-
- selector: Improve docs for implementors. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
281
+
- selector: Improve docs for implementers. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
282
282
- Bindnode fixes of opportunity ([ipld/go-ipld-prime#226](https://github.com/ipld/go-ipld-prime/pull/226))
283
283
- node/bindnode: redesign the shape of unions in Go ([ipld/go-ipld-prime#223](https://github.com/ipld/go-ipld-prime/pull/223))
284
284
- summary of the v0.11.0 changelog should holler even more about how cool bindnode is.
Copy file name to clipboardExpand all lines: docs/changelogs/v0.11.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceram
260
260
- feat(queryexecutor): merge RunTraversal into QueryExecutor
261
261
- feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
262
262
- Merge branch 'release/v0.10.5'
263
-
- fix(responseassembler): dont hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
263
+
- fix(responseassembler): don't hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
264
264
- sync: update CI config files (#266) ([ipfs/go-graphsync#266](https://github.com/ipfs/go-graphsync/pull/266))
265
265
- Check IPLD context cancellation error type instead of string comparison
266
266
- Use `context.CancelFunc` instead of `func()` (#257) ([ipfs/go-graphsync#257](https://github.com/ipfs/go-graphsync/pull/257))
@@ -622,7 +622,7 @@ This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceram
- pass the PeerScope to yamux (satifiying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
954
+
- pass the PeerScope to yamux ( satisfying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
- Record which direction the resource was blocked ([libp2p/go-libp2p-resource-manager#72](https://github.com/libp2p/go-libp2p-resource-manager/pull/72))
215
-
- Simplify mem graphs in stock grafana dashboard ([libp2p/go-libp2p-resource-manager#73](https://github.com/libp2p/go-libp2p-resource-manager/pull/73))
216
-
- feat: Handle multiple instances in stock grafana dashboard ([libp2p/go-libp2p-resource-manager#70](https://github.com/libp2p/go-libp2p-resource-manager/pull/70))
217
-
- Use templated version of grafana dashboard json ([libp2p/go-libp2p-resource-manager#69](https://github.com/libp2p/go-libp2p-resource-manager/pull/69))
215
+
- Simplify mem graphs in stock Grafana dashboard ([libp2p/go-libp2p-resource-manager#73](https://github.com/libp2p/go-libp2p-resource-manager/pull/73))
216
+
- feat: Handle multiple instances in stock Grafana dashboard ([libp2p/go-libp2p-resource-manager#70](https://github.com/libp2p/go-libp2p-resource-manager/pull/70))
217
+
- Use templated version of Grafana dashboard json ([libp2p/go-libp2p-resource-manager#69](https://github.com/libp2p/go-libp2p-resource-manager/pull/69))
- Implement `json.Marshaler` interface for LimitConfig ([libp2p/go-libp2p-resource-manager#67](https://github.com/libp2p/go-libp2p-resource-manager/pull/67))
220
220
- Don't wait for a chan that will never close ([libp2p/go-libp2p-resource-manager#65](https://github.com/libp2p/go-libp2p-resource-manager/pull/65))
Copy file name to clipboardExpand all lines: docs/changelogs/v0.18.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Learn more in the [`Routing` docs](https://github.com/ipfs/kubo/blob/master/docs
134
134
Default `Reprovider.Interval` changed from 12h to 22h to match new defaults for the Provider Record Expiration (48h) in [go-libp2p-kad-dht v0.20.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.20.0).
135
135
136
136
The rationale for increasing this can be found in
137
-
[RFM 17: Provider Record Livenes Report](https://github.com/protocol/network-measurements/blob/master/results/rfm17-provider-record-liveness.md),
137
+
[RFM 17: Provider Record Liveness Report](https://github.com/protocol/network-measurements/blob/master/results/rfm17-provider-record-liveness.md),
and the upstream DHT specifications at [libp2p/specs#451](https://github.com/libp2p/specs/pull/451).
140
140
@@ -285,7 +285,7 @@ go-libp2p do supports listening with both QUIC versions on one single listener.
285
285
WebTransport has only supported QUICv1.
286
286
`/webtransport` now needs to be prefixed by a `/quic-v1` component instead of a `/quic` component.
287
287
288
-
Support for QUIC Draft-29 will be removed at some point in 2023 ([tracking issue](https://github.com/ipfs/kubo/issues/9496)). As a result, new deployements should use `/quic-v1` instead of `/quic`.
288
+
Support for QUIC Draft-29 will be removed at some point in 2023 ([tracking issue](https://github.com/ipfs/kubo/issues/9496)). As a result, new deployments should use `/quic-v1` instead of `/quic`.
289
289
290
290
##### QUICv1 and WebTransport config migration
291
291
To support QUICv1 and WebTransport by default a new config migration (`v13`) is run which automatically adds entries in addresses-related fields:
0 commit comments