Skip to content

Commit 7294ec4

Browse files
committed
Release version 0.10.0
Updated various doc files, and incremented the version number. Signed-off-by: Adrian Catangiu <[email protected]>
1 parent 41adb02 commit 7294ec4

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.10.0]
44

55
### Added
66

77
- Each Firecracker process has an associated microVM Metadata Store (MMDS). Its
88
contents can be configured using the `/mmds` API resource.
9-
- New firecracker command line argument (--id), allowing the user to specify a
10-
microVM ID.
119

1210
### Changed
1311

@@ -20,6 +18,13 @@
2018
- CPUID brand string (aka model name) now includes the host CPU frequency.
2119
- API requests which add guest network interfaces have an additional parameter,
2220
`allow_mmds_requests` which defaults to `false`.
21+
- Stopping the guest (e.g. using the `reboot` command) also terminates the
22+
Firecracker process. When the Firecracker process ends for any reason,
23+
(other than `kill -9`), metrics are flushed at the very end.
24+
- On startup `jailer` closes all inherited file descriptors based on
25+
`sysconf(_SC_OPEN_MAX)` except input, output and error.
26+
- The microVM ID prefixes each Firecracker log line. This ID also appears
27+
in the process `cmdline` so it's now possible to `ps | grep <ID>` for it.
2328

2429
## [0.9.0]
2530

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: RESTful public-facing API.
55
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66
The transport medium is a Unix Domain Socket.
7-
version: 0.9.0
7+
version: 0.10.0
88
termsOfService: ""
99
contact:
1010

jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)