Skip to content

Commit 6db682b

Browse files
author
Serban Iorga
committed
Firecracker release v0.20.0
Signed-off-by: Serban Iorga <[email protected]>
1 parent 6028390 commit 6db682b

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CREDITS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Contributors to the Firecracker repository:
3232
* Andrei Sandu <[email protected]>
3333
* Arun Gupta <[email protected]>
3434
* Atsushi Ishibashi <[email protected]>
35+
* Babis Chalios <[email protected]>
3536
* Bogdan Ionita <[email protected]>
3637
* chaos matrix <[email protected]>
3738
* Chinmay Kousik <[email protected]>
@@ -52,6 +53,7 @@ Contributors to the Firecracker repository:
5253
* german gomez <[email protected]>
5354
* Greg Dunn <[email protected]>
5455
* Gábor Lipták <[email protected]>
56+
* hacker65536 <[email protected]>
5557
5658
* Henri Yandell <[email protected]>
5759
@@ -64,12 +66,14 @@ Contributors to the Firecracker repository:
6466
* Julian Stecklina <[email protected]>
6567
* Kazuyoshi Kato <[email protected]>
6668
* Laura Loghin <[email protected]>
69+
* lifupan <[email protected]>
6770
* Liu Jiang <[email protected]>
6871
6972
* lloydmeta <[email protected]>
7073
* maciejhirsz <[email protected]>
7174
* Manohar Castelino <[email protected]>
7275
* Marc Brooker <[email protected]>
76+
* Marco Vedovati <[email protected]>
7377
* Masatoshi Higuchi <[email protected]>
7478
* Massimiliano Torromeo <[email protected]>
7579
* Matt Wilson <[email protected]>
@@ -92,6 +96,7 @@ Contributors to the Firecracker repository:
9296
* Sean Lavine <[email protected]>
9397
* Sebastien Boeuf <[email protected]>
9498
* Serban Iorga <[email protected]>
99+
* shakram02 <[email protected]>
95100
* Shen Jiale <[email protected]>
96101
* Sripracha <[email protected]>
97102
* Tamio-Vesa Nakajima <[email protected]>
@@ -100,7 +105,9 @@ Contributors to the Firecracker repository:
100105
* Tyler Anton <[email protected]>
101106
* Urvil Patel <[email protected]>
102107
* Weixiao Huang <[email protected]>
108+
* Wesley Norris <[email protected]>
103109
104110
* xiekeyang <[email protected]>
105111
106112
* Yuval Kohavi <[email protected]>
113+
* Дамјан Георгиевски <[email protected]>

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
The API is accessible through HTTP calls on specific URLs
66
carrying JSON modeled data.
77
The transport medium is a Unix Domain Socket.
8-
version: 0.19.0
8+
version: 0.20.0
99
termsOfService: ""
1010
contact:
1111

jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)