Skip to content

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
Updated the version number, changelog, swagger spec, cargo dependencies
& credits.md.

Signed-off-by: Alexandra Iordache <[email protected]>
  • Loading branch information
Alexandra Iordache authored and alxiord committed Jan 22, 2019
1 parent 10527f0 commit c27b5b8
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 79 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Changelog

## Unreleased
## [0.14.0]

### Added

- Documentation for development environment setup on AWS.
- Documentation for development environment setup on AWS in
`dev-machine-setup.md`.
- Documentation for microVM networking setup in `docs/network-setup.md`.
- Limit the maximum supported vCPUs to 32.

### Changed
- Log the app version when the `Logger` is initialized.
- Pretty print panic information.
- Firecracker terminates with exit code 148 when a non-whitelisted syscall
is intercepted.
is intercepted.

### Fixed
- Fixed build with the `vsock` feature.

## [0.13.0]

Expand Down Expand Up @@ -67,7 +70,8 @@ is intercepted.
### Fixed

- Fixed crash upon instance start on hosts without 1GB huge page support.
- Fixed "fault_message" inconsistency between Open API specification and code base.
- Fixed "fault_message" inconsistency between Open API specification and code
base.
- Ensure MMDS compatibility with C5's IMDS implementation.
- Corrected the swagger specification to ensure `OpenAPI 2.0` compatibility.

Expand All @@ -87,7 +91,7 @@ is intercepted.

### Changed

- Improved MMDS network stack performance
- Improved MMDS network stack performance.
- If the logging system is not yet initialized (via `PUT /logger`), log events
are now sent to stdout/stderr.
- Moved the `instance_info_fails` metric under `get_api_requests`
Expand Down
5 changes: 4 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Contributors to the Firecracker repository:
* Aleksa Sarai <[email protected]>
* Alex Chan <[email protected]>
* Alex Glikson <[email protected]>
* Alexandra Ghecenco <[email protected]>
* Alexandra Iordache <[email protected]>
* Alexandru Agache <[email protected]>
* Alexandru Branciog <[email protected]>
* Andreea Florescu <[email protected]>
* Andrei Cipu <[email protected]>
* Arun Gupta <[email protected]>
* Bogdan Ionita <[email protected]>
* Chinmay Kousik <[email protected]>
Expand All @@ -46,7 +46,9 @@ Contributors to the Firecracker repository:
* Josh Abraham <[email protected]>
* Liu Jiang <[email protected]>
* Liu Jiang <[email protected]>
* Lloyd <[email protected]>
* maciejhirsz <[email protected]>
* Marc Brooker <[email protected]>
* Massimiliano Torromeo <[email protected]>
* Matt Wilson <[email protected]>
* Nathan Sizemore <[email protected]>
Expand All @@ -60,6 +62,7 @@ Contributors to the Firecracker repository:
* Rolf Neugebauer <[email protected]>
* Sam Jackson <[email protected]>
* Sean Lavine <[email protected]>
* Serban Iorga <[email protected]>
* Sripracha <[email protected]>
* Tim Bannister <[email protected]>
* Tim Deegan <[email protected]>
Expand Down
Loading

0 comments on commit c27b5b8

Please sign in to comment.