Skip to content

Commit 6f36c79

Browse files
committed
release v0.16.0
Updated the version number, changelog, cargo dependencies & credits.md. Signed-off-by: Adrian Catangiu <[email protected]>
1 parent d066dd3 commit 6f36c79

File tree

7 files changed

+264
-236
lines changed

7 files changed

+264
-236
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Alexandra Iordache <[email protected]> Alexandra Ghecenco <[email protected]>
22
Alexandru Branciog <[email protected]> <[email protected]>
33
4+
45
56
67
8+
9+

CHANGELOG.md

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

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

55
### Added
66

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

1214
### Changed
1315

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

2125
### Removed
2226

@@ -27,6 +31,7 @@
2731
### Fixed
2832

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

3136
## [0.15.1]
3237

CREDITS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,36 @@ Contributors to the Firecracker repository:
3535
* Chinmay Kousik <[email protected]>
3636
* Chris Christensen <[email protected]>
3737
* Christopher Diehl <[email protected]>
38+
3839
* Constantin Musca <[email protected]>
3940
* Dan Horobeanu <[email protected]>
41+
* Dan Lemmond <[email protected]>
4042
* Deepesh Pathak <[email protected]>
4143
* Diana Popa <[email protected]>
4244
* Filippo Sironi <[email protected]>
45+
* Gabe Jackson <[email protected]>
4346
* german gomez <[email protected]>
4447
* Greg Dunn <[email protected]>
4548
* Henri Yandell <[email protected]>
4649
* Iggy Jackson <[email protected]>
4750
* James Turnbull <[email protected]>
4851
* Javier Romero <[email protected]>
4952
* Josh Abraham <[email protected]>
50-
* Julian Stecklina <jsteckli@amazon.de>
53+
* Julian Stecklina <js@alien8.de>
5154
* Liu Jiang <[email protected]>
52-
* Liu Jiang <[email protected]>
5355
5456
* lloydmeta <[email protected]>
5557
* maciejhirsz <[email protected]>
5658
* Marc Brooker <[email protected]>
59+
* Masatoshi Higuchi <[email protected]>
5760
* Massimiliano Torromeo <[email protected]>
5861
* Matt Wilson <[email protected]>
62+
* Mehrdad Arshad Rad <[email protected]>
5963
* Nathan Sizemore <[email protected]>
6064
* Nicolas Mesa <[email protected]>
6165
* Noah Meyerhans <[email protected]>
6266
* Peng Tao <[email protected]>
67+
* Petre Eftime <[email protected]>
6368
* Radu Matei Lăcraru <[email protected]>
6469
* Radu Weiss <[email protected]>
6570
* Ram Sripracha <[email protected]>
@@ -68,7 +73,6 @@ Contributors to the Firecracker repository:
6873
* Rolf Neugebauer <[email protected]>
6974
* Sam Jackson <[email protected]>
7075
* Sean Lavine <[email protected]>
71-
* Serban Iorga <[email protected]>
7276
* Serban Iorga <[email protected]>
7377
* Sripracha <[email protected]>
7478
* Tim Bannister <[email protected]>
@@ -77,4 +81,5 @@ Contributors to the Firecracker repository:
7781
* Urvil Patel <[email protected]>
7882
* Weixiao Huang <[email protected]>
7983
84+
8085
* Yuval Kohavi <[email protected]>

0 commit comments

Comments
 (0)