Skip to content

Commit 1c1024b

Browse files
authored
Merge pull request #2396 from input-output-hk/jpraynaud/2332-dev-blog-post-distribution-2513
Docs: add dev blog post for distribution `2513`
2 parents c4df318 + 1d6d8ea commit 1c1024b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Distribution `2513` is now available
3+
authors:
4+
- name: Mithril Team
5+
tags: [release, distribution, 2513, security-advisory]
6+
---
7+
8+
### Distribution `2513` is now available
9+
10+
The [`2513.0`](https://github.com/input-output-hk/mithril/releases/tag/2513.0) distribution has been released, introducing the following changes:
11+
12+
- ⚠️ **Breaking** changes in Mithril nodes:
13+
- The **minimum required** `glibc` version for pre-built Linux binaries has been upgraded from `2.31` to `2.35`
14+
- Mithril signers running versions `<=0.2.200` **must be updated** due to the removal of Thales era legacy code
15+
- The `with_snapshot_uploader` function in the Mithril client library has been renamed to `with_file_uploader`
16+
- Added support for Cardano node `10.2.1` in the signer and aggregator
17+
- Ended support for **macOS x64 pre-built binaries** for the client CLI
18+
- Bug fixes and performance improvements.
19+
20+
This new distribution has been deployed to the **Mithril aggregator** on the `release-mainnet` and `release-preprod` networks.
21+
22+
If you are running a **Mithril signer**:
23+
24+
- **pre-release-preview** network: no action is required at this time
25+
- **release-preprod** network: upgrade your signer node binary to version `0.2.237` – no configuration updates are required
26+
- **release-mainnet** network: upgrade your signer node binary to version `0.2.237`– no configuration updates are required.
27+
28+
You can update the Mithril signer using the one-line command below. It downloads to the current directory by default, but you can specify a custom folder using the -p option:
29+
30+
```bash
31+
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d 2513.0 -p $(pwd)
32+
```
33+
34+
For any inquiries or assistance, contact the team on the [Discord channel](https://discord.gg/5kaErDKDRq).

0 commit comments

Comments
 (0)