Skip to content

Commit cc53876

Browse files
committed
release v0.22.0
Signed-off-by: Diana Popa <[email protected]>
1 parent 323880a commit cc53876

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

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

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

55
### Added
66

@@ -29,6 +29,12 @@
2929
- Fixed folder permissions in the jail (#1802).
3030
- Any number of whitespace characters are accepted after ":" when parsing HTTP
3131
headers.
32+
- Potential panic condition caused by the net device expecting to find a VNET
33+
header in every frame.
34+
- Potential crash scenario caused by "Content-Length" HTTP header field
35+
accepting negative values.
36+
- Fixed #1754 - net: traffic blocks when running ingress UDP performance tests
37+
with very large buffers.
3238

3339
### Changed
3440
- Updated CVE-2019-3016 mitigation information in

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/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.21.0
8+
version: 0.22.0
99
termsOfService: ""
1010
contact:
1111

src/firecracker/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.21.0"
3+
version = "0.22.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

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

66
[dependencies]

0 commit comments

Comments
 (0)