Skip to content

Commit 5b3d5b3

Browse files
authored
release v0.10.0-rc1 (#471)
1 parent 3ea65ff commit 5b3d5b3

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.releases/v0.10.0-rc1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
commit: "efda6a67f43b0ddb400c454a65b055d59acc7d6c"
2+
reason: "Substantial change to harden security in the signer service, improve build and release process, quality of life improvements to logging, and more support for SSV integrations. Contains breaking changes to the signer service and how the CLI is invoked."

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,25 @@
1010

1111
### v0.9.8
1212
- Add new log that prints winning relay's id and bid amount
13+
14+
### v0.10.0-rc1
15+
**Breaking changes**
16+
- Unified binary: CLI, PBS, and Signer combined into a single `commit-boost` binary with subcommands (#425). This change changes the CLI, notably the `init` command is now invoked as `commit-boost init --config <config_name>`.
17+
- New unified Docker image `commit-boost` (#464). Dedicated `commit-boost-pbs` and `commit-boost-signer` images continue to ship for backward compatibility.
18+
- Signer service API updated, see signer-api.yml
19+
20+
**Security**
21+
- Sigma Prime audit fixes for the signer service (#438)
22+
23+
**Features**
24+
- SSV-node API support (#415)
25+
- Custom chain ID support (#429)
26+
- PBS reloads config on file changes without restart (#409)
27+
- New log line for `get_header` auction winner (#443)
28+
29+
**Fixes**
30+
- CLI double-parse bug (#428)
31+
- Test updates for SSV API rename and PbsState signature change (#427)
32+
33+
**Infrastructure**
34+
- New release process based on `.releases/` YAML model (#462 and #464)

0 commit comments

Comments
 (0)