-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release trussed-staging and extensions
This patch releases v0.2.0 of the trussed-staging backend and v0.1.0 of the new extension crates trussed-chunked, trussed-manage and trussed-wrap-key-to-file.
- Loading branch information
1 parent
1a96453
commit 5fc0071
Showing
5 changed files
with
93 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- | ||
Copyright (C) Nitrokey GmbH | ||
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased][] | ||
|
||
- | ||
|
||
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/chunked-v0.1.0...HEAD | ||
|
||
## [0.1.0][] - 2024-03-15 | ||
|
||
- Extract the `ChunkedExtension` from `trussed-staging` 0.1.0 ([#3][]) | ||
- Add `AppendFile` and `PartialReadFile` syscalls | ||
- Remove the `encrypted-chunked` feature and always enable encrypted syscalls ([#20][]) | ||
|
||
[#3]: https://github.com/trussed-dev/trussed-staging/issues/3 | ||
[#20]: https://github.com/trussed-dev/trussed-staging/issues/20 | ||
|
||
[0.1.0]: https://github.com/trussed-dev/trussed-staging/releases/tag/chunked-v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- | ||
Copyright (C) Nitrokey GmbH | ||
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased][] | ||
|
||
- | ||
|
||
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/manage-v0.1.0...HEAD | ||
|
||
## [0.1.0][] - 2024-03-15 | ||
|
||
Initial release of the `ManageExtension` that allows the factory reset of the | ||
entire device or of the state of a given client ([#11][]). | ||
|
||
[#11]: https://github.com/trussed-dev/trussed-staging/pull/11 | ||
|
||
[0.1.0]: https://github.com/trussed-dev/trussed-staging/releases/tag/manage-v0.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- | ||
Copyright (C) Nitrokey GmbH | ||
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased][] | ||
|
||
- | ||
|
||
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/wrap-key-to-file-v0.1.0...HEAD | ||
|
||
## [0.1.0][] - 2024-03-15 | ||
|
||
- Extract the `WrapKeyToFileExtension` from `trussed-staging` 0.1.0 ([#3][]) | ||
|
||
[#3]: https://github.com/trussed-dev/trussed-staging/issues/3 | ||
|
||
[0.1.0]: https://github.com/trussed-dev/trussed-staging/releases/tag/wrap-key-to-file-v0.1.0 | ||
|