release: v0.6.0 - #32
Merged
Merged
Conversation
Roll [Unreleased] into 0.6.0 (2026-07-02), bump the crate version, mark the shipped TODO items, and refresh the dashboard screenshot (Connect modal now shows the SV2 authority public key). Minor bump per the pre-1.0 convention: with SV2 enabled the pool now fails at boot if it cannot create the authority key file, which breaks deployments with a read-only working directory until authority_key_file points somewhere writable (see the CHANGELOG upgrade note).
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
Version bump and changelog roll for v0.6.0. Feature content merged in #31 (SV2 authority key pinning, dashboard copy fix, dedup hardening, monotonic stats, retrier block credit). Also includes the refreshed
docs/dashboard.pngshowing the Connect modal with the authority public key.Minor (breaking) bump: with SV2 enabled the pool fails at boot if the authority key file cannot be created. Read-only working directories (shipped systemd unit with
ProtectSystem=strict) must set[sv2] authority_key_fileto a writable path orpersist_authority_key = false. See the CHANGELOG upgrade note.After merge
Tag
v0.6.0on the merge commit and push it to trigger the GHCR multi-arch images and binary publish.