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 <aghecen@amazon.com>
  • 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 <cyphar@cyphar.com>
* Alex Chan <a.chan@wellcome.ac.uk>
* Alex Glikson <alex.glikson@gmail.com>
* Alexandra Ghecenco <aghecen@amazon.com>
* Alexandra Iordache <aghecen@amazon.com>
* Alexandru Agache <aagch@amazon.com>
* Alexandru Branciog <branciog@amazon.com>
* Andreea Florescu <fandree@amazon.com>
* Andrei Cipu <acipu@amazon.com>
* Arun Gupta <arun.gupta@gmail.com>
* Bogdan Ionita <bci@amazon.com>
* Chinmay Kousik <chinmaykousik1@gmail.com>
Expand All @@ -46,7 +46,9 @@ Contributors to the Firecracker repository:
* Josh Abraham <sinisterpatrician@gmail.com>
* Liu Jiang <gerry@linux.alibaba.com>
* Liu Jiang <liu.jiang@alibaba-inc.com>
* Lloyd <lloydmeta@gmail.com>
* maciejhirsz <maciej.hirsz@gmail.com>
* Marc Brooker <mbrooker@amazon.com>
* Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
* Matt Wilson <msw@amazon.com>
* Nathan Sizemore <nathanrsizemore@gmail.com>
Expand All @@ -60,6 +62,7 @@ Contributors to the Firecracker repository:
* Rolf Neugebauer <neugebar@amazon.com>
* Sam Jackson <sam@clique.app>
* Sean Lavine <freewil@users.noreply.github.com>
* Serban Iorga <serban300@gmail.com>
* Sripracha <ramsri@amazon.com>
* Tim Bannister <tim@scalefactory.com>
* Tim Deegan <tdeegan@amazon.com>
Expand Down
Loading

0 comments on commit c27b5b8

Please sign in to comment.