Skip to content

Commit 3330cb8

Browse files
zulinx86roypat
authored andcommitted
chore: release v1.12.0
Update version number / CREDITS Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent bc89884 commit 3330cb8

File tree

10 files changed

+19
-14
lines changed

10 files changed

+19
-14
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Muskaan Singla <msinglaa@amazon.com> <ec2-user@ip-172-31-1-28.us-west-2.compute.
3333
Egor Lazarchuk <yegorlz@amazon.co.uk>
3434
Nikita Zakirov <zakironi@amazon.com> <ec2-user@ip-10-0-15-219.us-west-2.compute.internal>
3535
Tomoya Iwata <iwata.tomoya@classmethod.jp>
36+
Colin Percival <cperciva@freebsd.org> <cperciva@tarsnap.com>

CREDITS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Contributors to the Firecracker repository:
2121
- Aaron O'Mullan <aaron.omullan@gmail.com>
2222
- Abhijeet Kasurde <akasurde@redhat.com>
2323
- acatangiu <adrian@parity.io>
24+
- acsmyth <54330152+acsmyth@users.noreply.github.com>
2425
- Adam Jensen <adam@acj.sh>
2526
- Adam Leskis <leskis@gmail.com>
2627
- Adrian Catangiu <acatan@amazon.com>
@@ -42,6 +43,7 @@ Contributors to the Firecracker repository:
4243
- Andrei Casu-Pop <cpo@amazon.com>
4344
- Andrei Cipu <acipu@amazon.com>
4445
- Andrei Sandu <sandreim@amazon.com>
46+
- Andrew Laucius <andrewla@gmail.com>
4547
- Andrew Yao <andr3wy@gmail.com>
4648
- Andrii Radyk <ander.ender@gmail.com>
4749
- andros21 <andrea.ros21@murena.io>
@@ -76,11 +78,12 @@ Contributors to the Firecracker repository:
7678
- Christopher Diehl <diehl.chris24@gmail.com>
7779
- Christos Katsakioris <ckatsak@cslab.ece.ntua.gr>
7880
- cneira <cneirabustos@gmail.com>
79-
- Colin Percival <cperciva@tarsnap.com>
81+
- Colin Percival <cperciva@freebsd.org>
8082
- Colton J. McCurdy <mccurdyc22@gmail.com>
8183
- Constantin Musca <mcostin@amazon.com>
8284
- CuriousCorrelation <curiouscorrelation@protonmail.com>
8385
- czybjtu <smartczy@outlook.com>
86+
- Dakshin Devanand <dakshind2005@gmail.com>
8487
- Damien Stanton <damien.stanton@gmail.com>
8588
- Dan Horobeanu <dhr@amazon.com>
8689
- Dan Lemmond <d.j.lemmond@gmail.com>
@@ -112,6 +115,7 @@ Contributors to the Firecracker repository:
112115
- Greg Dunn <gregdunn@amazon.com>
113116
- Gregory Brzeski <gregory@brzeski.pl>
114117
- Grzegorz Uriasz <gorbak25@gmail.com>
118+
- Gudmundur Bjarni Olafsson <gudmundur.bjarni@gmail.com>
115119
- Gulshan Kumar <kumargu@amazon.com>
116120
- Gábor Lipták <gliptak@gmail.com>
117121
- hacker65536 <s.hacker65536@gmail.com>

Cargo.lock

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

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

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

src/firecracker/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.12.0-dev
8+
version: 1.12.0
99
termsOfService: ""
1010
contact:
1111
email: "firecracker-maintainers@amazon.com"

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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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

+1-1
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 <firecracker-devel@amazon.com>"]
55
edition = "2024"
66
license = "Apache-2.0"

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.12.0-dev"
3+
version = "1.12.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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

+1-1
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 <firecracker-devel@amazon.com>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)