Skip to content

Commit 3a981d4

Browse files
committed
chore: release v1.12.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent bc89884 commit 3a981d4

File tree

9 files changed

+18
-13
lines changed

9 files changed

+18
-13
lines changed

CREDITS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Contributors to the Firecracker repository:
2121
- Aaron O'Mullan <[email protected]>
2222
- Abhijeet Kasurde <[email protected]>
2323
- acatangiu <[email protected]>
24+
- acsmyth <[email protected]>
2425
- Adam Jensen <[email protected]>
2526
- Adam Leskis <[email protected]>
2627
- Adrian Catangiu <[email protected]>
@@ -42,6 +43,7 @@ Contributors to the Firecracker repository:
4243
- Andrei Casu-Pop <[email protected]>
4344
- Andrei Cipu <[email protected]>
4445
- Andrei Sandu <[email protected]>
46+
- Andrew Laucius <[email protected]>
4547
- Andrew Yao <[email protected]>
4648
- Andrii Radyk <[email protected]>
4749
- andros21 <[email protected]>
@@ -76,11 +78,13 @@ Contributors to the Firecracker repository:
7678
- Christopher Diehl <[email protected]>
7779
- Christos Katsakioris <[email protected]>
7880
81+
- Colin Percival <[email protected]>
7982
- Colin Percival <[email protected]>
8083
- Colton J. McCurdy <[email protected]>
8184
- Constantin Musca <[email protected]>
8285
- CuriousCorrelation <[email protected]>
8386
- czybjtu <[email protected]>
87+
- Dakshin Devanand <[email protected]>
8488
- Damien Stanton <[email protected]>
8589
- Dan Horobeanu <[email protected]>
8690
- Dan Lemmond <[email protected]>
@@ -112,6 +116,7 @@ Contributors to the Firecracker repository:
112116
- Greg Dunn <[email protected]>
113117
- Gregory Brzeski <[email protected]>
114118
- Grzegorz Uriasz <[email protected]>
119+
- Gudmundur Bjarni Olafsson <[email protected]>
115120
- Gulshan Kumar <[email protected]>
116121
- Gábor Lipták <[email protected]>
117122
- hacker65536 <[email protected]>

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.

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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
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.12.0-dev
8+
version: 1.12.0
99
termsOfService: ""
1010
contact:
1111

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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)