dangerzone/dangerzone/updater
Alexis Métaireau 5a48de46a2
Split updater GUI code from the code checking for release updates
The code making the actual requests and checks now lives in the
`updater.releases` module. The code should be easier to read and to
reason about.

Tests have been updated to reflect this.
2025-04-14 18:10:57 +02:00
..
__init__.py Add the ability to download diffoci for multiple platforms 2025-04-14 17:45:32 +02:00
attestations.py Publish and attest multi-architecture container images 2025-04-14 17:46:27 +02:00
cli.py FIXUP: Use exceptions to ease the flow 2025-04-14 18:10:06 +02:00
cosign.py Download and verify cosign signatures 2025-04-14 17:17:19 +02:00
errors.py Split updater GUI code from the code checking for release updates 2025-04-14 18:10:57 +02:00
registry.py Provide an is_update_available function 2025-04-14 18:10:07 +02:00
releases.py Split updater GUI code from the code checking for release updates 2025-04-14 18:10:57 +02:00
signatures.py Provide an is_update_available function 2025-04-14 18:10:07 +02:00