Skip to content

Commit 596d7ba

Browse files
Trăistaru Andrei Cristianandreitraistaru
authored andcommitted
Releasing v1.2.1
Signed-off-by: Trăistaru Andrei Cristian <[email protected]>
1 parent ee7e0aa commit 596d7ba

File tree

9 files changed

+17
-11
lines changed

9 files changed

+17
-11
lines changed

CHANGELOG.md

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

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

55
### Changed
66

77
- Upgraded Rust toolchain from 1.64.0 to 1.66.1.
88

9+
### Fixed
10+
11+
- A race condition that has been identified between the API thread and the VMM
12+
thread due to a misconfiguration of the `api_event_fd`.
13+
914
## [1.2.0]
1015

1116
### Added

Cargo.lock

Lines changed: 4 additions & 4 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: 1.2.0
8+
version: 1.2.1
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 = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

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 = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

tests/integration_tests/security/demo_seccomp/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/release-prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -eu -o pipefail
7+
set -x
78

89
FC_TOOLS_DIR=$(dirname $(realpath $0))
910
source "$FC_TOOLS_DIR/functions"

0 commit comments

Comments
 (0)