Skip to content

Commit 3a456dd

Browse files
committed
docs: add v0.5.6 changelog
1 parent fcbdf9b commit 3a456dd

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.6] - 2026-02-03
9+
10+
### Added
11+
- guest-agent: Attest API for generating versioned attestations
12+
- gateway: WaveKV backend with peer discovery, bootnode support, periodic persistence, and improved cluster orchestration
13+
- gateway: multi-domain certificate management with SNI-based resolution, cert configuration UI, ACME account attestation, and configurable DNS TXT TTL/max wait
14+
- gateway: multi-port TCP listening via port ranges and deployment script support for multi-port serving
15+
- gateway: per-app connection rate limiting
16+
- vmm: bridge networking support, DHCP lease PRPC API, and userspace port forwarding
17+
- vmm: management APIs UpdateVm and ReloadVms, plus additional metadata in CLI output
18+
- vmm-cli: config file support and new update subcommand
19+
- vmm-ui: revamped UI (now default), improved layout, device/TEE state display, log follow, git rev display, and dedicated IP UI
20+
- guest-agent: systemd socket activation and compatibility socket proxy
21+
- kms: auth-simple configuration-based authorization server
22+
- sdk: Verifiable Message Signing (Sign/Verify) with signature chain and public key fields
23+
- docs: conntrack tuning guide for high-concurrency gateways
24+
- docs: bridge networking guide updates and cluster deployment documentation
25+
- vmm: OpenAPI documentation output
26+
27+
### Changed
28+
- gateway: deployment scripts refactored to externalize config and add bootstrap flow
29+
- gateway: IP allocation scheme updated for larger address space
30+
- gateway: DNS configuration defaults and UI settings refined (TTL, max wait, default port behaviors)
31+
- toolchain: Rust pinned to 1.92 and additional no_std target added for CI
32+
- attestation: refactored for multi-provider support
33+
- vmm: default shared mode set to 9p
34+
- dependencies: updated dcap-qvl to 0.3.10 and various dependency bumps (lodash, hono, go-ethereum, tracing-subscriber, etc.)
35+
- docs: reorganized and consolidated (confidential AI, verification tutorial, GPU TEE guide, FAQ, SDK docs, main index)
36+
- vmm-ui: regenerated and synchronized UI assets
37+
38+
### Fixed
39+
- vmm: VM config loading issues and multiple UI display bugs
40+
- host-api: forbid listening on non-vsock addresses
41+
- vmm: trigger port forward reconfiguration on update-ports
42+
- runtime: Docker mount socket path compatibility (/run vs /var/run)
43+
- runtime: create mount points before rbind mount
44+
- sdk/js: isReachable behavior for v0.5.x
45+
- gateway: improved error messages for client registration and cert flows
46+
- ct_monitor: TLS certificate verification behavior
47+
- tooling: clippy warnings, formatting, and CI stability fixes
48+
49+
### Security
50+
- upgraded dcap-qvl to 0.3.10 to address CVE-2026-22696
51+
- verifier: removed pccs_url from public API to reduce SSRF risk
52+
- ct_monitor: enabled TLS certificate verification
53+
854
## [0.5.5] - 2025-10-20
955

1056
### Added

0 commit comments

Comments
 (0)