Skip to content

Commit

Permalink
Firecracker release v0.11.0
Browse files Browse the repository at this point in the history
Updated changelog and version to v0.11.0.

Signed-off-by: Dan Horobeanu <dhr@amazon.com>
  • Loading branch information
dhrgit committed Nov 23, 2018
1 parent c7cd353 commit c9b2f49
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.11.0]

### Added

- Apache-2.0 license
- Docs:
- [charter](CHARTER.md)
- [contribution guildelines](CONTRIBUTE.md)
- [design](docs/design.md)
- [getting started guide](docs/getting-started.md)
- [security policy](SECURITY-POLICY.md)
- [specifications](SPECIFICATION.md)
- **Experimental** vhost-based vsock implementation.

### Changed

- Improved MMDS network stack performance
- If the logging system is not yet initialized (via `PUT /logger`), log events
are now sent to stdout/stderr.
- Moved the `instance_info_fails` metric under `get_api_requests`
- Improved [readme](README.md) and added links to more detailed information,
now featured in subject-specific docs.

### Fixed
- Fixed bug in the MMDS network stack, that caused some RST packets to be sent
without a destination.
- Fixed bug in `PATCH /drives`, whereby the ID in the path was not checked
against the ID in the body.

## [0.10.1]

### Fixed
Expand Down
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.10.1"
version = "0.11.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.10.1
version: 0.11.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.10.1"
version = "0.11.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]

[dependencies]
Expand Down

0 comments on commit c9b2f49

Please sign in to comment.