Skip to content

Commit 8980e0e

Browse files
committed
Update CHANGELOG.md
1 parent 7bf1843 commit 8980e0e

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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.5] - 2025-10-20
9+
10+
### Added
11+
- SDK sync agent for automated protobuf schema synchronization (#366)
12+
- dstack-verifier CLI tool with OS image hash verification (#341)
13+
- built-in swap configuration support for CVMs (#348, #357, #358)
14+
- support for ext4 filesystem type on storage (#348)
15+
- size-parser crate for handling size configurations (#355)
16+
- init_script support in app-compose.json (#337)
17+
- cache for verifier (#341)
18+
- Add QEMU version and image name in VmConfig (#340)
19+
- documentation for minimum version of each compose field (#363)
20+
21+
### Changed
22+
- max app compose size increased to 256K (#349)
23+
- default timeout increased to 3 secs for python SDK (#339)
24+
- auto reconnect when WireGuard gets stuck (#350)
25+
- put filesystem type in RTMR3 event log (#348)
26+
- read QEMU path from /etc/dstack/client.conf (#332)
27+
- refactor sys-config generation code (#351)
28+
- when formatting app_url, skip port if it's 443 (#326)
29+
- update docker organization references (#342, #343)
30+
- RA-TLS: add KeyCertSign and CrlSign usages for CA cert (#320)
31+
32+
### Fixed
33+
- guest-agent: request demo cert lazily
34+
- VmConfig decode error (#347)
35+
- potential panic due to int overflow in dstack-mr (#345)
36+
- SDK issues - marked rootfs_hash optional (#339)
37+
38+
### Removed
39+
- docker_config field from app-compose.json (#374)
40+
841
## [0.5.4] - 2025-09-01
942

1043
### Security
@@ -1237,7 +1270,8 @@ New contributors in this release:
12371270
* @Leechael made their first contribution
12381271
* @nanometerzhu made their first contribution
12391272
* @h4x3rotab made their first contribution
1240-
[unreleased]: https://github.com/Dstack-TEE/dstack/compare/v0.5.3..HEAD
1273+
[unreleased]: https://github.com/Dstack-TEE/dstack/compare/v0.5.5..HEAD
1274+
[0.5.5]: https://github.com/Dstack-TEE/dstack/compare/v0.5.4..v0.5.5
12411275
[0.5.4]: https://github.com/Dstack-TEE/dstack/compare/v0.5.3..v0.5.4
12421276
[0.5.3]: https://github.com/Dstack-TEE/dstack/compare/v0.5.2..v0.5.3
12431277
[0.5.2]: https://github.com/Dstack-TEE/dstack/compare/v0.5.1..v0.5.2

0 commit comments

Comments
 (0)