Skip to content

Commit

Permalink
release v0.16.0
Browse files Browse the repository at this point in the history
Updated the version number, changelog, cargo dependencies & credits.md.

Signed-off-by: Adrian Catangiu <[email protected]>
  • Loading branch information
acatangiu committed May 2, 2019
1 parent d066dd3 commit 6f36c79
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 236 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Alexandra Iordache <[email protected]> Alexandra Ghecenco <[email protected]>
Alexandru Branciog <[email protected]> <[email protected]>
Bogdan Ionita <[email protected]> <[email protected]>
Liu Jiang <[email protected]> <[email protected]>
Marc Brooker <[email protected]> <[email protected]>
Radu Weiss <[email protected]> <[email protected]>
Rolf Neugebauer <[email protected]> <[email protected]>
Serban Iorga <[email protected]> <[email protected]>
Julian Stecklina <[email protected]> <[email protected]>
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## [Unreleased]
## [0.16.0]

### Added

- Added [alpha] AMD support.
- New `devtool` command: `prepare_release`. This updates the Firecracker
version, crate dependencies and credits in preparation for a new release.
- New `devtool` command: `tag`. This creates a new git tag for the specified
release number, based on the changelog contents.
- New doc section about building with glibc.

### Changed

Expand All @@ -17,6 +19,8 @@
`<jail-root-path>/api.socket` (API socket was moved _inside_ the jail).
- `PUT` and `PATCH` requests on `/mmds` with data containing any value type other
than `String`, `Array`, `Object` will return status code 400.
- Improved multiple error messages.
- Removed all kernel modules from the recommended kernel config.

### Removed

Expand All @@ -27,6 +31,7 @@
### Fixed

- Corrected the conditional compilation of the seccomp rule for `madvise`.
- Corrected the seccomp filter when building with glibc.

## [0.15.1]

Expand Down
11 changes: 8 additions & 3 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,36 @@ Contributors to the Firecracker repository:
* Chinmay Kousik <[email protected]>
* Chris Christensen <[email protected]>
* Christopher Diehl <[email protected]>
* cneira <[email protected]>
* Constantin Musca <[email protected]>
* Dan Horobeanu <[email protected]>
* Dan Lemmond <[email protected]>
* Deepesh Pathak <[email protected]>
* Diana Popa <[email protected]>
* Filippo Sironi <[email protected]>
* Gabe Jackson <[email protected]>
* german gomez <[email protected]>
* Greg Dunn <[email protected]>
* Henri Yandell <[email protected]>
* Iggy Jackson <[email protected]>
* James Turnbull <[email protected]>
* Javier Romero <[email protected]>
* Josh Abraham <[email protected]>
* Julian Stecklina <jsteckli@amazon.de>
* Julian Stecklina <js@alien8.de>
* Liu Jiang <[email protected]>
* Liu Jiang <[email protected]>
* Lloyd <[email protected]>
* lloydmeta <[email protected]>
* maciejhirsz <[email protected]>
* Marc Brooker <[email protected]>
* Masatoshi Higuchi <[email protected]>
* Massimiliano Torromeo <[email protected]>
* Matt Wilson <[email protected]>
* Mehrdad Arshad Rad <[email protected]>
* Nathan Sizemore <[email protected]>
* Nicolas Mesa <[email protected]>
* Noah Meyerhans <[email protected]>
* Peng Tao <[email protected]>
* Petre Eftime <[email protected]>
* Radu Matei Lăcraru <[email protected]>
* Radu Weiss <[email protected]>
* Ram Sripracha <[email protected]>
Expand All @@ -68,7 +73,6 @@ Contributors to the Firecracker repository:
* Rolf Neugebauer <[email protected]>
* Sam Jackson <[email protected]>
* Sean Lavine <[email protected]>
* Serban Iorga <[email protected]>
* Serban Iorga <[email protected]>
* Sripracha <[email protected]>
* Tim Bannister <[email protected]>
Expand All @@ -77,4 +81,5 @@ Contributors to the Firecracker repository:
* Urvil Patel <[email protected]>
* Weixiao Huang <[email protected]>
* xibz <[email protected]>
* YLyu <[email protected]>
* Yuval Kohavi <[email protected]>
Loading

0 comments on commit 6f36c79

Please sign in to comment.