Skip to content

Commit

Permalink
release v0.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Catangiu <acatan@amazon.com>
  • Loading branch information
acatangiu committed Dec 9, 2019
1 parent e839b08 commit 9b9030d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.1]

### Fixed

- Fixed a logical error in bounds checking performed on vsock virtio descriptors
(CVE-2019-18960).

## [0.19.0]

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.19.0"
version = "0.19.1"
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 @@ -5,7 +5,7 @@ info:
The API is accessible through HTTP calls on specific URLs
carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 0.19.0
version: 0.19.1
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.19.0"
version = "0.19.1"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down

0 comments on commit 9b9030d

Please sign in to comment.