Skip to content

Commit 3330cb8

Browse files
zulinx86roypat
authored andcommitted
chore: release v1.12.0
Update version number / CREDITS Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent bc89884 commit 3330cb8

File tree

10 files changed

+19
-14
lines changed

10 files changed

+19
-14
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Muskaan Singla <[email protected]> <[email protected].
3333
Egor Lazarchuk <[email protected]>
3434
3535
Tomoya Iwata <[email protected]>
36+

CREDITS.md

Lines changed: 5 additions & 1 deletion
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,12 @@ Contributors to the Firecracker repository:
7678
- Christopher Diehl <[email protected]>
7779
- Christos Katsakioris <[email protected]>
7880
79-
- Colin Percival <cperciva@tarsnap.com>
81+
- Colin Percival <cperciva@freebsd.org>
8082
- Colton J. McCurdy <[email protected]>
8183
- Constantin Musca <[email protected]>
8284
- CuriousCorrelation <[email protected]>
8385
- czybjtu <[email protected]>
86+
- Dakshin Devanand <[email protected]>
8487
- Damien Stanton <[email protected]>
8588
- Dan Horobeanu <[email protected]>
8689
- Dan Lemmond <[email protected]>
@@ -112,6 +115,7 @@ Contributors to the Firecracker repository:
112115
- Greg Dunn <[email protected]>
113116
- Gregory Brzeski <[email protected]>
114117
- Grzegorz Uriasz <[email protected]>
118+
- Gudmundur Bjarni Olafsson <[email protected]>
115119
- Gulshan Kumar <[email protected]>
116120
- Gábor Lipták <[email protected]>
117121
- 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)