Skip to content

Commit

Permalink
docs: version check release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 19, 2024
1 parent cae6430 commit e29ffe8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelogs/v0.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@

- [Overview](#overview)
- [πŸ”¦ Highlights](#-highlights)
- [Automated `ipfs version check`](#automated-ipfs-version-check)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

### Overview

### πŸ”¦ Highlights

#### Automated `ipfs version check`

Kubo now performs privacy-preserving version checks using the [libp2p identify protocol](https://github.com/libp2p/specs/blob/master/identify/README.md) on peers detected by the Amino DHT client.
If more than 5% of Kubo peers seen by your node are running a newer version, you will receive a log message notification.

To disable automated checks, set `KUBO_VERSION_CHECK=false` in your environment.
For manual checks, refer to `ipfs version check --help` for details.

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

0 comments on commit e29ffe8

Please sign in to comment.