Skip to content

Commit 4bd6ddc

Browse files
zulinx86pb8o
authored andcommitted
Revert "chore: release v1.4.1"
This reverts commit 2771692 to backport some commits before releasing v1.4.1 Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 2771692 commit 4bd6ddc

File tree

10 files changed

+99
-112
lines changed

10 files changed

+99
-112
lines changed

CHANGELOG.md

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

3-
## [1.4.1]
4-
5-
### Fixed
6-
7-
- Fixed a change in behavior of normalize host brand string that breaks
8-
Firecracker on external instances.
9-
103
## [1.4.0]
114

125
### Added

Cargo.lock

Lines changed: 50 additions & 53 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.4.1
8+
version: 1.4.0
99
termsOfService: ""
1010
contact:
1111

src/cpu-template-helper/Cargo.toml

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

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

0 commit comments

Comments
 (0)