Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
Updated various doc files, and incremented the version number.

Signed-off-by: Adrian Catangiu <acatan@amazon.com>
  • Loading branch information
acatangiu committed Oct 18, 2018
1 parent 41adb02 commit 7294ec4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Changelog

## Unreleased
## [0.10.0]

### Added

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

### Changed

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

## [0.9.0]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "0.9.0"
version = "0.10.0"
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion api_server/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: RESTful public-facing API.
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 0.9.0
version: 0.10.0
termsOfService: ""
contact:
email: "compute-capsule@amazon.com"
Expand Down
2 changes: 1 addition & 1 deletion jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jailer"
version = "0.9.0"
version = "0.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down

0 comments on commit 7294ec4

Please sign in to comment.