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_CHECKLIST.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -84,17 +84,18 @@ This section covers tasks to be done during each release.
84
84
-[ ] verify the image is available on [Docker Hub](https://hub.docker.com/r/ipfs/kubo/tags)
85
85
-[ ] Publish the release to [dist.ipfs.tech](https://dist.ipfs.tech) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-distributions` or ...</summary>
86
86
-[ ] check out [ipfs/distributions](https://github.com/ipfs/distributions)
87
+
-[ ] create new branch: run `git checkout -b release-kubo-X.Y.Z(-rcN)`
87
88
-[ ] run `./dist.sh add-version kubo vX.Y.Z(-RCN)` to add the new version to the `versions` file
-[ ] create and merge the PR which updates `dists/kubo/versions` and `dists/go-ipfs/versions` ( and `dists/kubo/current_version` and `dists/go-ipfs/current_version`)
90
+
-[ ] create and merge the PR which updates `dists/kubo/versions` and `dists/go-ipfs/versions` ( and `dists/kubo/current` and `dists/go-ipfs/current`)
-[ ] wait for the [CI](https://github.com/ipfs/distributions/actions/workflows/main.yml) workflow run initiated by the merge to master to finish
92
93
-[ ] verify the release is available on [dist.ipfs.tech](https://dist.ipfs.tech/#kubo)
93
94
</details>
94
-
-[ ] Publish the release to [NPM](https://www.npmjs.com/package/go-ipfs?activeTab=versions) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-npm` (⚠️ you might need to run the command a couple of times because GHA might not be able to see the new distribution straight away due to caching) or ...</summary>
95
+
-[ ] Publish the release to [NPM](https://www.npmjs.com/package/kubo?activeTab=versions) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-npm` (⚠️ you might need to run the command a couple of times because GHA might not be able to see the new distribution straight away due to caching) or ...</summary>
95
96
-[ ] run the [Release to npm](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) workflow
96
97
-[ ] check [Release to npm](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) workflow run logs to verify it discovered the new release
97
-
-[ ] verify the release is available on [NPM](https://www.npmjs.com/package/go-ipfs?activeTab=versions)
98
+
-[ ] verify the release is available on [NPM](https://www.npmjs.com/package/kubo?activeTab=versions)
98
99
</details>
99
100
-[ ] Publish the release to [GitHub](https://github.com/ipfs/kubo/releases) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-github` or ...</summary>
100
101
-[ ] create a new release on [GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release)
- Limit total number of resolved addresses from DNS response (#63) ([multiformats/go-multiaddr-dns#63](https://github.com/multiformats/go-multiaddr-dns/pull/63))
119
+
- fix!: Only resolve the first DNS-like component (#61) ([multiformats/go-multiaddr-dns#61](https://github.com/multiformats/go-multiaddr-dns/pull/61))
120
+
- sync: update CI config files (#43) ([multiformats/go-multiaddr-dns#43](https://github.com/multiformats/go-multiaddr-dns/pull/43))
Copy file name to clipboardExpand all lines: docs/changelogs/v0.32.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@
15
15
16
16
#### 🎯 Opt-in `/wss` Certificates via libp2p.direct
17
17
18
-
This release introduces an experimental opt-in feature that significantly improves how browsers can connect to Kubo node.
18
+
This release introduces an experimental feature that significantly improves how browsers can connect to Kubo node.
19
19
Opt-in configuration allows Kubo node to obtain trusted certificates for Secure WebSocket (WSS) connections without manual intervention.
20
20
21
-
See [`Swarm.ForgeClient`](https://github.com/ipfs/kubo/blob/master/docs/config.md#swarmforgeclient) for more details.
21
+
See [`Swarm.ForgeClient`](https://github.com/ipfs/kubo/blob/master/docs/config.md#swarmforgeclient) for details how to enable it. We appreciate you testing and providing an early feedback.
0 commit comments