Skip to content

Commit 0a33413

Browse files
committed
release v0.15.0
Signed-off-by: Alexandru Agache <[email protected]>
1 parent 1ea1519 commit 0a33413

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
### Added
66
- New API action: SendCtrlAltDel, used to initiate a graceful shutdown,

CREDITS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Contributors to the Firecracker repository:
3030
* Andreea Florescu <[email protected]>
3131
* Andrei Cipu <[email protected]>
3232
* Arun Gupta <[email protected]>
33+
* Atsushi Ishibashi <[email protected]>
3334
* Bogdan Ionita <[email protected]>
3435
* Chinmay Kousik <[email protected]>
3536
* Chris Christensen <[email protected]>
@@ -42,11 +43,15 @@ Contributors to the Firecracker repository:
4243
* german gomez <[email protected]>
4344
* Greg Dunn <[email protected]>
4445
* Henri Yandell <[email protected]>
46+
* Iggy Jackson <[email protected]>
4547
* James Turnbull <[email protected]>
48+
* Javier Romero <[email protected]>
4649
* Josh Abraham <[email protected]>
50+
* Julian Stecklina <[email protected]>
4751
* Liu Jiang <[email protected]>
4852
* Liu Jiang <[email protected]>
4953
54+
* lloydmeta <[email protected]>
5055
* maciejhirsz <[email protected]>
5156
* Marc Brooker <[email protected]>
5257
* Massimiliano Torromeo <[email protected]>
@@ -58,15 +63,18 @@ Contributors to the Firecracker repository:
5863
* Radu Matei Lăcraru <[email protected]>
5964
* Radu Weiss <[email protected]>
6065
* Ram Sripracha <[email protected]>
66+
* Rob Devereux <[email protected]>
6167
* Robert Grimes <[email protected]>
6268
* Rolf Neugebauer <[email protected]>
6369
* Sam Jackson <[email protected]>
6470
* Sean Lavine <[email protected]>
6571
* Serban Iorga <[email protected]>
72+
* Serban Iorga <[email protected]>
6673
* Sripracha <[email protected]>
6774
* Tim Bannister <[email protected]>
6875
* Tim Deegan <[email protected]>
6976
* Tyler Anton <[email protected]>
77+
* Urvil Patel <[email protected]>
7078
* Weixiao Huang <[email protected]>
7179
7280
* Yuval Kohavi <[email protected]>

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.14.0"
3+
version = "0.15.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
@@ -4,7 +4,7 @@ info:
44
description: RESTful public-facing API.
55
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66
The transport medium is a Unix Domain Socket.
7-
version: 0.14.0
7+
version: 0.15.0
88
termsOfService: ""
99
contact:
1010

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.14.0"
3+
version = "0.15.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)