Skip to content

Commit 7db02ad

Browse files
committed
chore: release v1.15.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 31f0051 commit 7db02ad

File tree

10 files changed

+24
-16
lines changed

10 files changed

+24
-16
lines changed

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Jonathan Woollett-Light <jcawl@amazon.co.uk> <jonthanwoollettlight@gmail.com>
2121
Sudan Landge <sudanl@amazon.co.uk> <119602619+sudanl0@users.noreply.github.com>
2222
Sudan Landge <sudanl@amazon.co.uk> <sudanl@amazon.com>
2323
karthik nedunchezhiyan <karthik.n@zohocorp.com>
24-
Babis Chalios <bchalios@amazon.es> <babis.chalios@gmail.com>
24+
Babis Chalios <mail@bchalios.io> <babis.chalios@gmail.com>
25+
Babis Chalios <mail@bchalios.io> <bchalios@amazon.es>
2526
Pablo Barbáchano <pablob@amazon.com>
2627
Nikita Kalyazin <kalyazin@amazon.co.uk> <kalyazin@amazon.com>
2728
Trăistaru Andrei Cristian <atc@amazon.com>

CREDITS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ Contributors to the Firecracker repository:
1818

1919
- Aaqa Ishtyaq <aaqaishtyaq@gmail.com>
2020
- Aaron Hill <aa1ronham@gmail.com>
21+
- Aaron Lo <aaronlo0929@gmail.com>
2122
- Aaron O'Mullan <aaron.omullan@gmail.com>
2223
- Abhijeet Kasurde <akasurde@redhat.com>
2324
- acatangiu <adrian@parity.io>
2425
- acsmyth <54330152+acsmyth@users.noreply.github.com>
2526
- Adam Jensen <adam@acj.sh>
2627
- Adam Leskis <leskis@gmail.com>
28+
- Adnan Khan <adnanek@amazon.com>
2729
- Adrian Catangiu <acatan@amazon.com>
30+
- aerosouund <aerosound161@gmail.com>
2831
- Ahmed Abouzied <ahmedaabouzied44@gmail.com>
2932
- Akhil Mohan <akhilerm@gmail.com>
3033
- Alakesh <alakeshh@amazon.com>
@@ -56,7 +59,7 @@ Contributors to the Firecracker repository:
5659
- Aussie Schnore <aussiev123@yahoo.com>
5760
- Austin Vazquez <macedonv@amazon.com>
5861
- Ayato Tokubi <tokubi.ayato@gmail.com>
59-
- Babis Chalios <bchalios@amazon.es>
62+
- Babis Chalios <mail@bchalios.io>
6063
- Bartosz Zbytniewski <bartosz.zbytniewski.dev@gmail.com>
6164
- Begley Brothers Inc <begleybrothers@gmail.com>
6265
- Ben Holmes <bencwholmes@gmail.com>
@@ -97,6 +100,7 @@ Contributors to the Firecracker repository:
97100
- Derek Manwaring <derekmn@amazon.com>
98101
- Diana Popa <dpopa@amazon.com>
99102
- Dmitrii <dmitrii.ustiugov@epfl.ch>
103+
- DontPanicO <dontpanic.call0@gmail.com>
100104
- Echo-Head-Wall <101990236+Echo-Head-Wall@users.noreply.github.com>
101105
- Eddie Cazares <Ecazares15@utexas.edu>
102106
- Eduard Kyvenko <eduard.kyvenko@gmail.com>
@@ -129,6 +133,7 @@ Contributors to the Firecracker repository:
129133
- huang-jl <1046678590@qq.com>
130134
- Iggy Jackson <iggy@theiggy.com>
131135
- ihciah <ihciah@gmail.com>
136+
- Ilias Stamatis <ilstam@amazon.com>
132137
- Ioana Chirca <chioana@amazon.com>
133138
- Ishwor Gurung <me@ishworgurung.com>
134139
- Iulian Barbu <iul@amazon.com>
@@ -195,6 +200,7 @@ Contributors to the Firecracker repository:
195200
- moricho <ikeda.morito@gmail.com>
196201
- Muki Kiboigo <muki@kiboigo.com>
197202
- Muskaan Singla <msinglaa@amazon.com>
203+
- mzh <1113584652@qq.com>
198204
- Narek Galstyan <narekg@berkeley.edu>
199205
- Nathan Hoang <nathanhoang5@gmail.com>
200206
- Nathan Sizemore <nathanrsizemore@gmail.com>
@@ -279,11 +285,12 @@ Contributors to the Firecracker repository:
279285
- xiekeyang <keyang.xie@gmail.com>
280286
- Ye Sijun <junnplus@gmail.com>
281287
- Yichen Zhang <jakezhang2020@gmail.com>
288+
- Yılmaz ŞEN <yilmazsen94@gmail.com>
282289
- YLyu <lyuyuan92@gmail.com>
283290
- YUAN LYU <lyuyuan92@gmail.com>
284291
- Yuval Kohavi <yuval.kohavi@gmail.com>
285-
- Yılmaz ŞEN <yilmazsen94@gmail.com>
286292
- Zhenyu Qi <qzydustin@hotmail.com>
287293
- Zi Shen Lim <zlim.lnx@gmail.com>
288294
- Zicklag <zicklag@katharostech.com>
289295
- Дамјан Георгиевски <gdamjan@gmail.com>
296+
- 刘顺钰 <shunyu.liu@chaitin.com>

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.15.0-dev"
3+
version = "1.15.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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.15.0-dev"
3+
version = "1.15.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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.15.0-dev
8+
version: 1.15.0
99
termsOfService: ""
1010
contact:
1111
email: "firecracker-maintainers@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.15.0-dev"
3+
version = "1.15.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

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

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

0 commit comments

Comments
 (0)