Skip to content

Commit c27b5b8

Browse files
Alexandra Iordachealxiord
authored andcommitted
release v0.14.0
Updated the version number, changelog, swagger spec, cargo dependencies & credits.md. Signed-off-by: Alexandra Iordache <[email protected]>
1 parent 10527f0 commit c27b5b8

File tree

6 files changed

+85
-79
lines changed

6 files changed

+85
-79
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Changelog
22

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

55
### Added
66

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

1012
### Changed
1113
- Log the app version when the `Logger` is initialized.
1214
- Pretty print panic information.
1315
- Firecracker terminates with exit code 148 when a non-whitelisted syscall
14-
is intercepted.
16+
is intercepted.
1517

1618
### Fixed
19+
- Fixed build with the `vsock` feature.
1720

1821
## [0.13.0]
1922

@@ -67,7 +70,8 @@ is intercepted.
6770
### Fixed
6871

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

@@ -87,7 +91,7 @@ is intercepted.
8791

8892
### Changed
8993

90-
- Improved MMDS network stack performance
94+
- Improved MMDS network stack performance.
9195
- If the logging system is not yet initialized (via `PUT /logger`), log events
9296
are now sent to stdout/stderr.
9397
- Moved the `instance_info_fails` metric under `get_api_requests`

CREDITS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Contributors to the Firecracker repository:
2424
* Aleksa Sarai <[email protected]>
2525
* Alex Chan <[email protected]>
2626
* Alex Glikson <[email protected]>
27-
* Alexandra Ghecenco <[email protected]>
2827
* Alexandra Iordache <[email protected]>
2928
* Alexandru Agache <[email protected]>
3029
* Alexandru Branciog <[email protected]>
3130
* Andreea Florescu <[email protected]>
31+
* Andrei Cipu <[email protected]>
3232
* Arun Gupta <[email protected]>
3333
* Bogdan Ionita <[email protected]>
3434
* Chinmay Kousik <[email protected]>
@@ -46,7 +46,9 @@ Contributors to the Firecracker repository:
4646
* Josh Abraham <[email protected]>
4747
* Liu Jiang <[email protected]>
4848
* Liu Jiang <[email protected]>
49+
4950
* maciejhirsz <[email protected]>
51+
* Marc Brooker <[email protected]>
5052
* Massimiliano Torromeo <[email protected]>
5153
* Matt Wilson <[email protected]>
5254
* Nathan Sizemore <[email protected]>
@@ -60,6 +62,7 @@ Contributors to the Firecracker repository:
6062
* Rolf Neugebauer <[email protected]>
6163
* Sam Jackson <[email protected]>
6264
* Sean Lavine <[email protected]>
65+
* Serban Iorga <[email protected]>
6366
* Sripracha <[email protected]>
6467
* Tim Bannister <[email protected]>
6568
* Tim Deegan <[email protected]>

0 commit comments

Comments
 (0)