From 2ec03d962e175212ee08883f5050940066552df0 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 21 Jul 2021 08:46:09 +0200 Subject: [PATCH] change changelog --- CHANGELOG.md | 7 +++---- ereuse_devicehub/resources/action/__init__.py | 5 +++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01024d2d..fe55f52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.ht ml). -## master - [1.0.7-beta] +## master [1.0.7-beta] -## testing - [1.0.8-beta] +## testing [1.0.8-beta] +- [addend] #159 external document as proof of erase of disk ## [1.0.7-beta] - [addend] #158 support for encrypted snapshots data diff --git a/ereuse_devicehub/resources/action/__init__.py b/ereuse_devicehub/resources/action/__init__.py index 5e581cd5..2ee1e0da 100644 --- a/ereuse_devicehub/resources/action/__init__.py +++ b/ereuse_devicehub/resources/action/__init__.py @@ -199,6 +199,11 @@ class ToPrepareDef(ActionDef): SCHEMA = schemas.ToPrepare +class ToErasedDef(ActionDef): + VIEW = None + SCHEMA = schemas.ToErased + + class AllocateDef(ActionDef): VIEW = AllocateView SCHEMA = schemas.Allocate