Skip to content

Commit 02dd032

Browse files
Sudan Landgewearyzen
Sudan Landge
authored andcommitted
chore: release v1.4.1
Release version 1.4.1 to fix a change in behavior of normalize host brand string that breaks Firecracker on external instances. Signed-off-by: Sudan Landge <[email protected]>
1 parent c160a02 commit 02dd032

File tree

11 files changed

+110
-102
lines changed

11 files changed

+110
-102
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

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

55
### Fixed
66

7+
- Fixed a change in behavior of normalize host brand string that breaks
8+
Firecracker on external instances.
79
- Fixed the T2A CPU template not to unset the MMX bit (CPUID.80000001h:EDX[23])
810
and the FXSR bit (CPUID.80000001h:EDX[24]).
911
- Fixed the T2A CPU template to set the RstrFpErrPtrs bit

Cargo.lock

+53-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/RELEASE_POLICY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ also be specifying the supported kernel versions.
8686

8787
| Release | Release Date | Latest Patch | Min. end of support | Official end of Support |
8888
| ------: | -----------: | -----------: | ------------------: | :----------------------------- |
89-
| v1.4 | 2023-07-20 | v1.4.0 | 2024-01-20 | Supported |
90-
| v1.3 | 2023-03-02 | v1.3.2 | 2023-09-02 | Supported |
89+
| v1.4 | 2023-07-20 | v1.4.1 | 2024-01-20 | Supported |
90+
| v1.3 | 2023-03-02 | v1.3.3 | 2023-09-02 | Supported |
9191
| v1.2 | 2022-11-30 | v1.2.1 | 2023-05-30 | 2023-07-20 (v1.4 released) |
9292
| v1.1 | 2022-05-06 | v1.1.4 | 2022-11-06 | 2023-03-02 (v1.3 released) |
9393
| v1.0 | 2022-01-31 | v1.0.2 | 2022-07-31 | 2022-11-30 (v1.2 released) |

src/api_server/swagger/firecracker.yaml

+1-1
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.4.0
8+
version: 1.4.1
99
termsOfService: ""
1010
contact:
1111

src/cpu-template-helper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpu-template-helper"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

src/firecracker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

src/jailer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

src/rebase-snap/Cargo.toml

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

src/seccompiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
build = "../../build.rs"

0 commit comments

Comments
 (0)