Skip to content

Commit e377492

Browse files
authored
Release notes for 6.0.0-dev16 (#6793)
1 parent 55aaca7 commit e377492

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [6.0.0-dev16]
9+
10+
[6.0.0-dev16]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev16
11+
12+
### Added
13+
14+
- Members can now be configured with an explicit `recovery_role`. Members without an encryption key default to `NonParticipant`, members with an encryption key set default to `Participant` and continue to receive a recovery share. A new recovery role `Owner` allows members to receive a full key, letting them perform a recovery single-handedly. The process and APIs remain identical (#6705).
715

816
## [6.0.0-dev15]
917

@@ -14,6 +22,8 @@ and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0
1422
- All containers now include the correct version of libstdc++/libstdc++-dev, and the Debian package captures the runtime requirement as well.
1523
- RPMs for Azure Linux 3.0 are now included in releases.
1624

25+
Not all containers are available for this release, please see 6.0.0-dev15.
26+
1727
## [6.0.0-dev14]
1828

1929
[6.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.0-dev15"
7+
version = "6.0.0-dev16"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)