Skip to content

Commit

Permalink
proto: Add zip encrypted format to SupportArchiveFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Triščík authored and kamil-triscik committed Oct 22, 2024
1 parent ca077c2 commit 54e8508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

### Changed
* Extended `braiins.bos.v1.Platform` enumeration with `PLATFORM_STM32MP157C_II2_BMM1` variant.
* Extended `braiins.bos.v1.Platform` enumeration with `PLATFORM_STM32MP157C_II2_BMM1` variant,
* Extended `braiins.bos.v1.SupportArchiveFormat` enumeration with `SUPPORT_ARCHIVE_FORMAT_ZIP_ENCRYPTED` variant.

## [1.2.0] - 2024-07-17
Version **1.2.0** introduces the possibility to configure all pool groups at once and read Braiins OS errors.
Expand Down
2 changes: 2 additions & 0 deletions proto/bos/v1/miner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ enum SupportArchiveFormat {
SUPPORT_ARCHIVE_FORMAT_ZIP = 1;
// BOS custom format
SUPPORT_ARCHIVE_FORMAT_BOS = 2;
// Compressed encrypted zip format
SUPPORT_ARCHIVE_FORMAT_ZIP_ENCRYPTED = 3;
}

message GetSupportArchiveRequest {
Expand Down

0 comments on commit 54e8508

Please sign in to comment.