Skip to content

Commit 1fcdaec

Browse files
JackThomson2pb8o
authored andcommitted
chore: bump version to 1.10.1
Bump to version v1.10.1 Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent a6b3a51 commit 1fcdaec

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/RELEASE_POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ v3.1 will be patched since were the last two Firecracker releases and less than
9090

9191
| Release | Release Date | Latest Patch | Min. end of support | Official end of Support |
9292
| ------: | -----------: | -----------: | ------------------: | :------------------------------ |
93-
| v1.10 | 2024-11-07 | v1.10.0 | 2025-05-07 | Supported |
93+
| v1.10 | 2024-11-07 | v1.10.1 | 2025-05-07 | Supported |
9494
| v1.9 | 2024-09-02 | v1.9.1 | 2025-03-02 | Supported |
9595
| v1.8 | 2024-07-10 | v1.8.0 | 2025-01-10 | Supported |
9696
| v1.7 | 2024-03-18 | v1.7.0 | 2024-09-18 | 2024-09-18 (end of 6mo support) |

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.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

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.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "build.rs"

src/firecracker/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.10.0
8+
version: 1.10.1
99
termsOfService: ""
1010
contact:
1111
email: "compute-capsule@amazon.com"

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.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."

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.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

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.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshot-editor"
3-
version = "1.10.0"
3+
version = "1.10.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)