Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Iordache <[email protected]>
  • Loading branch information
Alexandra Iordache authored and dianpopa committed Feb 18, 2020
1 parent ec6c906 commit 6fd1545
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 35 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Julian Stecklina <[email protected]> <[email protected]>
Tamio-Vesa Nakajima <[email protected]> <[email protected]>
Iulian Barbu <[email protected]>
Petre Eftime <[email protected]> <[email protected]>
karthik nedunchezhiyan <[email protected]> <[email protected]>
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.21.0]

### Added

Expand All @@ -14,7 +14,12 @@
- The jailer allows changing the default api socket path by using the extra
arguments passed to firecracker.
- Fixed #1456 - Occasional KVM_EXIT_SHUTDOWN and bad syscall (14) during
VM shutdown
VM shutdown.
- Updated the production host setup guide with steps for addressing
CVE-2019-18960.
- The HTTP header parsing is now case insensitive.
- The `put_api_requests` and `patch_api_requests` metrics for net devices were
un-swapped.

### Changed

Expand Down
11 changes: 11 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ written in Rust with a focus on safety and security. Thanks go to:
Contributors to the Firecracker repository:

* Aaron Hill <[email protected]>
* Abhijeet Kasurde <[email protected]>
* Adrian Catangiu <[email protected]>
* Alakesh <[email protected]>
* Aleksa Sarai <[email protected]>
Expand All @@ -31,10 +32,13 @@ Contributors to the Firecracker repository:
* Andrei Casu-Pop <[email protected]>
* Andrei Cipu <[email protected]>
* Andrei Sandu <[email protected]>
* Andrii Radyk <[email protected]>
* Angus McInnes <[email protected]>
* Arun Gupta <[email protected]>
* Atsushi Ishibashi <[email protected]>
* Aussie Schnore <[email protected]>
* Babis Chalios <[email protected]>
* Bob Potter <[email protected]>
* Bogdan Ionita <[email protected]>
* chaos matrix <[email protected]>
* Chinmay Kousik <[email protected]>
Expand All @@ -50,6 +54,7 @@ Contributors to the Firecracker repository:
* Dmitrii <[email protected]>
* Filippo Sironi <[email protected]>
* Gabe Jackson <[email protected]>
* Gabriel Ionescu <[email protected]>
* Garrett Squire <[email protected]>
* George Pisaltu <[email protected]>
* german gomez <[email protected]>
Expand All @@ -60,14 +65,17 @@ Contributors to the Firecracker repository:
* Henri Yandell <[email protected]>
* Hermes <[email protected]>
* Iggy Jackson <[email protected]>
* Ioana Chirca <[email protected]>
* Ishwor Gurung <[email protected]>
* Iulian Barbu <[email protected]>
* James Turnbull <[email protected]>
* Javier Romero <[email protected]>
* Josh Abraham <[email protected]>
* Julian Stecklina <[email protected]>
* karthik nedunchezhiyan <[email protected]>
* KarthikVelayutham <[email protected]>
* Kazuyoshi Kato <[email protected]>
* keyangxie <[email protected]>
* Laura Loghin <[email protected]>
* lifupan <[email protected]>
* Liu Jiang <[email protected]>
Expand All @@ -81,6 +89,7 @@ Contributors to the Firecracker repository:
* Massimiliano Torromeo <[email protected]>
* Matt Wilson <[email protected]>
* Mehrdad Arshad Rad <[email protected]>
* Nathan Hoang <[email protected]>
* Nathan Sizemore <[email protected]>
* Nicolas Mesa <[email protected]>
* Noah Meyerhans <[email protected]>
Expand All @@ -102,8 +111,10 @@ Contributors to the Firecracker repository:
* Serban Iorga <[email protected]>
* shakram02 <[email protected]>
* Shen Jiale <[email protected]>
* singwm <[email protected]>
* Sripracha <[email protected]>
* Tamio-Vesa Nakajima <[email protected]>
* tidux <[email protected]>
* Tim Bannister <[email protected]>
* Tim Deegan <[email protected]>
* Tyler Anton <[email protected]>
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api_server/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
The API is accessible through HTTP calls on specific URLs
carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 0.20.0
version: 0.21.0
termsOfService: ""
contact:
email: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "0.20.0"
version = "0.21.0"
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jailer"
version = "0.20.0"
version = "0.21.0"
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit 6fd1545

Please sign in to comment.