diff mbox series

doc: attest implementation of update-type

Message ID 20250626094856.105228-1-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series doc: attest implementation of update-type | expand

Commit Message

Stefano Babic June 26, 2025, 9:48 a.m. UTC
Type for Update was discussed on the Mailing List - implementation is
sponsored and it is currently under development.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 doc/source/improvement_proposals.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/improvement_proposals.rst b/doc/source/improvement_proposals.rst
index e861704a..a9cd67e8 100644
--- a/doc/source/improvement_proposals.rst
+++ b/doc/source/improvement_proposals.rst
@@ -104,6 +104,23 @@  mismatch.
 * Request for Support : Sponsor
 * Priority : Medium
 
+Support for different Update Types
+----------------------------------
+
+Update can be split and group in several components. If updating everything in one shot
+is the preferred method, there are use case where different updates are provided, for example
+OS and Application updates, and different SWU are generated. 
+SWUpdate does not recognize which is the type of the update, and uses global rules to check
+the version. The feature here is thought to introduce update-types, and a set of per type setup
+(min / max version, downgrading options,..) that are be used if the update of that type is recognized.
+Types are not limited to a selected list, but they can be free set inside swupdate.cfg.
+A flag can require that the update-type is mandatory, and SWUpdate will always check
+if the type is one of the supported.
+
+* Status: Development
+* Request for Support : Sponsored by IRIS-Sensing GmbH
+* Priority : High
+
 Support files bigger than 4GB
 -----------------------------