v1.6.0-rc.11
Full Changelog: v1.6.0-rc.10...v1.6.0-rc.11
[1.6.0-rc.11] — 2026-08-01
Added
- Portwing controller-owned Docker watcher, update, and lifecycle transport (#632, #637, Portwing #76). Drydock 1.6.0-rc.11+ recognizes Portwing 0.9.0's exact Docker watcher marker (
transport=docker-api,execution=controller,events=portwing) and runs its native registry checks plus single/batch Docker updates controller-side. Container start, stop, restart, update preview, and backup rollback actions use that same native Docker capability surface instead of failing because Portwing intentionally advertises no remote trigger. A loopback-only bearer-authenticated bridge carries Docker API calls through Portwing over Standard HTTP or Edge correlatedrequest/response/streammessages, while Portwing remains the lifecycle-event source. Later raw Portwing inventory (updateAvailable=false,updateKind=unknown) preserves rather than erases the controller-enriched update state.
Changed
- Standard Portwing Ed25519 requests now use signature version 2. The controller sends five authentication headers, including
X-Portwing-Signature-Version: 2, and signs the exact origin-form request target (escaped path plus the unmodified raw query) instead of a decoded path without its query.