Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Agache <aagch@amazon.com>
  • Loading branch information
alexandruag committed Feb 22, 2019
1 parent 1ea1519 commit 0a33413
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.15.0]

### Added
- New API action: SendCtrlAltDel, used to initiate a graceful shutdown,
Expand Down
8 changes: 8 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Contributors to the Firecracker repository:
* Andreea Florescu <fandree@amazon.com>
* Andrei Cipu <acipu@amazon.com>
* Arun Gupta <arun.gupta@gmail.com>
* Atsushi Ishibashi <atsushi.ishibashi@finatext.com>
* Bogdan Ionita <bci@amazon.com>
* Chinmay Kousik <chinmaykousik1@gmail.com>
* Chris Christensen <christianchristensen@gmail.com>
Expand All @@ -42,11 +43,15 @@ Contributors to the Firecracker repository:
* german gomez <germangb42@gmail.com>
* Greg Dunn <gregdunn@amazon.com>
* Henri Yandell <hyandell@users.noreply.github.com>
* Iggy Jackson <iggy@theiggy.com>
* James Turnbull <james@lovedthanlost.net>
* Javier Romero <xavinux@gmail.com>
* Josh Abraham <sinisterpatrician@gmail.com>
* Julian Stecklina <jsteckli@amazon.de>
* Liu Jiang <gerry@linux.alibaba.com>
* Liu Jiang <liu.jiang@alibaba-inc.com>
* Lloyd <lloydmeta@gmail.com>
* lloydmeta <lloydmeta@gmail.com>
* maciejhirsz <maciej.hirsz@gmail.com>
* Marc Brooker <mbrooker@amazon.com>
* Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
Expand All @@ -58,15 +63,18 @@ Contributors to the Firecracker repository:
* Radu Matei Lăcraru <ral@amazon.com>
* Radu Weiss <raduweis@amazon.com>
* Ram Sripracha <ramsri@amazon.com>
* Rob Devereux <robdevereux92@gmail.com>
* Robert Grimes <rmzgrimes@gmail.com>
* Rolf Neugebauer <neugebar@amazon.com>
* Sam Jackson <sam@clique.app>
* Sean Lavine <freewil@users.noreply.github.com>
* Serban Iorga <serban300@gmail.com>
* Serban Iorga <seriorga@amazon.com>
* Sripracha <ramsri@amazon.com>
* Tim Bannister <tim@scalefactory.com>
* Tim Deegan <tdeegan@amazon.com>
* Tyler Anton <tyler@debian.anton>
* Urvil Patel <patelurvil38@gmail.com>
* Weixiao Huang <hwx.simle@gmail.com>
* xibz <impactbchang@gmail.com>
* Yuval Kohavi <yuval.kohavi@gmail.com>
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "0.14.0"
version = "0.15.0"
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion api_server/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: RESTful public-facing API.
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 0.14.0
version: 0.15.0
termsOfService: ""
contact:
email: "compute-capsule@amazon.com"
Expand Down
2 changes: 1 addition & 1 deletion jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jailer"
version = "0.14.0"
version = "0.15.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down

0 comments on commit 0a33413

Please sign in to comment.