Skip to content

Commit 1e1cb6f

Browse files
committed
release v0.18.0: devtool prepare_release
Ran `devtool prepare_release` for new version v0.18.0. Signed-off-by: Dan Horobeanu <[email protected]>
1 parent f27894a commit 1e1cb6f

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Radu Weiss <[email protected]> <[email protected]>
77
88
99
10+
Tamio-Vesa Nakajima <[email protected]> <[email protected]>

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.18.0]
44

55
### Added
66

CREDITS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,26 @@ Contributors to the Firecracker repository:
4040
* Dan Horobeanu <[email protected]>
4141
* Dan Lemmond <[email protected]>
4242
* Deepesh Pathak <[email protected]>
43+
* Denis Andrejew <[email protected]>
4344
* Diana Popa <[email protected]>
4445
* Dmitrii <[email protected]>
4546
* Filippo Sironi <[email protected]>
4647
* Gabe Jackson <[email protected]>
48+
* Garrett Squire <[email protected]>
49+
* George Pisaltu <[email protected]>
4750
* german gomez <[email protected]>
4851
* Greg Dunn <[email protected]>
52+
* Gábor Lipták <[email protected]>
53+
4954
* Henri Yandell <[email protected]>
55+
5056
* Iggy Jackson <[email protected]>
57+
* Ishwor Gurung <[email protected]>
5158
* James Turnbull <[email protected]>
5259
* Javier Romero <[email protected]>
5360
* Josh Abraham <[email protected]>
5461
* Julian Stecklina <[email protected]>
62+
* Kazuyoshi Kato <[email protected]>
5563
* Liu Jiang <[email protected]>
5664
5765
* lloydmeta <[email protected]>
@@ -72,16 +80,20 @@ Contributors to the Firecracker repository:
7280
* Ram Sripracha <[email protected]>
7381
* Rob Devereux <[email protected]>
7482
* Robert Grimes <[email protected]>
83+
* Rodrigue Chakode <[email protected]>
7584
* Rolf Neugebauer <[email protected]>
7685
* Sam Jackson <[email protected]>
7786
* Sean Lavine <[email protected]>
7887
* Serban Iorga <[email protected]>
88+
* Shen Jiale <[email protected]>
7989
* Sripracha <[email protected]>
90+
* Tamio-Vesa Nakajima <[email protected]>
8091
* Tim Bannister <[email protected]>
8192
* Tim Deegan <[email protected]>
8293
* Tyler Anton <[email protected]>
8394
* Urvil Patel <[email protected]>
8495
* Weixiao Huang <[email protected]>
8596
97+
* xiekeyang <[email protected]>
8698
8799
* Yuval Kohavi <[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.

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.17.0"
3+
version = "0.18.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.17.0
8+
version: 0.18.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.17.0"
3+
version = "0.18.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)