Skip to content

Commit c9b2f49

Browse files
committed
Firecracker release v0.11.0
Updated changelog and version to v0.11.0. Signed-off-by: Dan Horobeanu <[email protected]>
1 parent c7cd353 commit c9b2f49

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.11.0]
4+
5+
### Added
6+
7+
- Apache-2.0 license
8+
- Docs:
9+
- [charter](CHARTER.md)
10+
- [contribution guildelines](CONTRIBUTE.md)
11+
- [design](docs/design.md)
12+
- [getting started guide](docs/getting-started.md)
13+
- [security policy](SECURITY-POLICY.md)
14+
- [specifications](SPECIFICATION.md)
15+
- **Experimental** vhost-based vsock implementation.
16+
17+
### Changed
18+
19+
- Improved MMDS network stack performance
20+
- If the logging system is not yet initialized (via `PUT /logger`), log events
21+
are now sent to stdout/stderr.
22+
- Moved the `instance_info_fails` metric under `get_api_requests`
23+
- Improved [readme](README.md) and added links to more detailed information,
24+
now featured in subject-specific docs.
25+
26+
### Fixed
27+
- Fixed bug in the MMDS network stack, that caused some RST packets to be sent
28+
without a destination.
29+
- Fixed bug in `PATCH /drives`, whereby the ID in the path was not checked
30+
against the ID in the body.
31+
332
## [0.10.1]
433

534
### Fixed

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.10.1"
3+
version = "0.11.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: RESTful public-facing API.
55
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66
The transport medium is a Unix Domain Socket.
7-
version: 0.10.1
7+
version: 0.11.0
88
termsOfService: ""
99
contact:
1010

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

66
[dependencies]

0 commit comments

Comments
 (0)