Skip to content

Commit d430f4e

Browse files
Marco SinhoreliMarco Sinhoreli
authored andcommitted
First commit
1 parent 53707ed commit d430f4e

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

host-agent/pkg/debian/changelog

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,19 @@
1-
firecracker-cloudstack-agent (0.3.0-1) unstable; urgency=medium
1+
firecracker-cloudstack-agent (0.1.0-1) unstable; urgency=medium
22
* Make API truly RESTful; consolidate legacy RPC endpoints into resource routes
33
* Add POST /v1/vms to create+start VMs; persist network config derived from Spec
44
* Add per-VM actions: start/stop/reboot/status/delete under /v1/vms/{name}
55
* Add POST /v1/vms/{name}/recover; accept optional Spec fallback for recovery
66
* Keep /v1/network-config/{name} endpoints for recovery tooling (apply/get/delete)
77
* Allow CLI/REST to replay Specs when no saved config exists; add CLI recover
88
* Parse NICs (deviceId, mac, vlan) from CloudStack payload into Spec/network config
9-
* Cleanup: remove legacy /v1/{prepare,start,stop,reboot,delete,status,net/*,write-config}
10-
* Docs: update root README with full workflow; remove host-agent README
11-
* Breaking change: clients must migrate to new REST endpoints
12-
13-
-- Marco Sinhoreli <msinhore@gmail.com> Mon, 22 Sep 2025 15:38:29 +0200
14-
15-
firecracker-cloudstack-agent (0.2.0-1) unstable; urgency=medium
16-
17-
* Major refactoring: Modularized codebase for better maintainability
189
* Separated orchestration layer into dedicated modules
1910
* Created dedicated modules for configuration, state, and utilities
2011
* Improved code organization with clear separation of concerns
21-
* Enhanced API and CLI modules with better structure
22-
* Updated package structure to reflect new modular architecture
2312
* Improved code quality and PEP8 compliance
2413
* Better error handling and validation
2514
* Enhanced documentation and code comments
26-
27-
-- Marco Sinhoreli <msinhore@gmail.com> Thu, 12 Sep 2024 16:46:00 +0000
28-
29-
firecracker-cloudstack-agent (0.1.0-1) unstable; urgency=low
30-
31-
* Initial release of Firecracker CloudStack Agent
32-
* FastAPI-based REST API for managing Firecracker microVMs
3315
* Typer-based CLI interface
3416
* Pluggable storage backends (file, LVM, LVM-thin)
3517
* Network management with VLAN support
36-
* Systemd integration
37-
* CloudStack integration ready
3818

39-
-- Marco Sinhoreli <msinhore@gmail.com> Thu, 12 Sep 2024 16:46:00 +0000
19+
-- Marco Sinhoreli <msinhore@gmail.com> Thu, 23 Sep 2025 15:30:00 +0000

0 commit comments

Comments
 (0)