Release 0.8.1 - UX improvements & hardening#14
Merged
Romain-Grosos merged 6 commits intomainfrom Mar 7, 2026
Merged
Conversation
Deletes the .tar.enc file after a successful import when the --cleanup flag is provided. Prevents manual cleanup of transfer files on USB or transfer_path.
Adds disk_total, disk_used, disk_free fields to the status endpoint via shutil.disk_usage(). CLI displays a human-readable summary line after the JSON output.
Add cleanup flag, disk space in status, and streamlined api-setup to changelog. Update roadmap: mark 3 new items as Done, remove previous Done items.
- Add /admin/status response schema with disk fields to REST API spec - Update architecture.md status endpoint description - Simplify Mode 2 quick start: api-setup auto-exports ca.pem
Status CLI now appends a human-readable disk summary after the JSON block. Extract JSON portion before parsing in deb install tests.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--cleanupflag onbuncker importto delete .tar.enc after successful import/admin/statusand CLIapi-setup: auto-copies ca.pem to/etc/buncker/ca.pem, displays cert SHA-256 fingerprint and scp instructionsTest plan - [x] 372 unit/integration tests passing (Docker Linux) - [x] 13 e2e tests passing (auth cycle, global flow, key rotation, error handling)