Skip to content

Commit 1374b26

Browse files
Serban Iorgaacatangiu
Serban Iorga
authored andcommitted
Firecracker release v0.20.0
Signed-off-by: Serban Iorga <[email protected]>
1 parent fb06094 commit 1374b26

File tree

5 files changed

+23
-11
lines changed

5 files changed

+23
-11
lines changed

CREDITS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ Contributors to the Firecracker repository:
2828
* Alexandru Agache <[email protected]>
2929
* Alexandru Branciog <[email protected]>
3030
* Andreea Florescu <[email protected]>
31+
* Andrei Casu-Pop <[email protected]>
3132
* Andrei Cipu <[email protected]>
3233
* Andrei Sandu <[email protected]>
3334
* Arun Gupta <[email protected]>
3435
* Atsushi Ishibashi <[email protected]>
36+
* Aussie Schnore <[email protected]>
37+
* Babis Chalios <[email protected]>
3538
* Bogdan Ionita <[email protected]>
3639
* chaos matrix <[email protected]>
3740
* Chinmay Kousik <[email protected]>
@@ -52,6 +55,7 @@ Contributors to the Firecracker repository:
5255
* german gomez <[email protected]>
5356
* Greg Dunn <[email protected]>
5457
* Gábor Lipták <[email protected]>
58+
* hacker65536 <[email protected]>
5559
5660
* Henri Yandell <[email protected]>
5761
@@ -62,14 +66,17 @@ Contributors to the Firecracker repository:
6266
* Javier Romero <[email protected]>
6367
* Josh Abraham <[email protected]>
6468
* Julian Stecklina <[email protected]>
69+
* KarthikVelayutham <[email protected]>
6570
* Kazuyoshi Kato <[email protected]>
6671
* Laura Loghin <[email protected]>
72+
* lifupan <[email protected]>
6773
* Liu Jiang <[email protected]>
6874
6975
* lloydmeta <[email protected]>
7076
* maciejhirsz <[email protected]>
7177
* Manohar Castelino <[email protected]>
7278
* Marc Brooker <[email protected]>
79+
* Marco Vedovati <[email protected]>
7380
* Masatoshi Higuchi <[email protected]>
7481
* Massimiliano Torromeo <[email protected]>
7582
* Matt Wilson <[email protected]>
@@ -79,6 +86,7 @@ Contributors to the Firecracker repository:
7986
* Noah Meyerhans <[email protected]>
8087
* Peng Tao <[email protected]>
8188
* Penny Zheng <[email protected]>
89+
* Peter Hrvola <[email protected]>
8290
* Petre Eftime <[email protected]>
8391
* Radu Matei Lăcraru <[email protected]>
8492
* Radu Weiss <[email protected]>
@@ -92,6 +100,7 @@ Contributors to the Firecracker repository:
92100
* Sean Lavine <[email protected]>
93101
* Sebastien Boeuf <[email protected]>
94102
* Serban Iorga <[email protected]>
103+
* shakram02 <[email protected]>
95104
* Shen Jiale <[email protected]>
96105
* Sripracha <[email protected]>
97106
* Tamio-Vesa Nakajima <[email protected]>
@@ -100,7 +109,10 @@ Contributors to the Firecracker repository:
100109
* Tyler Anton <[email protected]>
101110
* Urvil Patel <[email protected]>
102111
* Weixiao Huang <[email protected]>
112+
* Wesley Norris <[email protected]>
103113
104114
* xiekeyang <[email protected]>
105115
106116
* Yuval Kohavi <[email protected]>
117+
* Zi Shen Lim <[email protected]>
118+
* Дамјан Георгиевски <[email protected]>

Cargo.lock

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

src/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

src/firecracker/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]

src/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)