Skip to content

Commit 791763f

Browse files
committed
chore: release v1.10.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Jack Thomson <[email protected]>
1 parent 97eaf9b commit 791763f

File tree

10 files changed

+20
-15
lines changed

10 files changed

+20
-15
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## \[Unreleased\]
9+
## \[1.10.0\]
1010

1111
### Added
1212

CREDITS.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Contributors to the Firecracker repository:
3636
- Alexandru Cihodaru <[email protected]>
3737
- Alexandru-Cezar Sardan <[email protected]>
3838
- Alin Dima <[email protected]>
39+
- Anatoli Babenia <[email protected]>
3940
- Andrea Manzini <[email protected]>
4041
- Andreea Florescu <[email protected]>
4142
- Andrei Casu-Pop <[email protected]>
@@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
7374
- Chris Christensen <[email protected]>
7475
- Christian González <[email protected]>
7576
- Christopher Diehl <[email protected]>
77+
- Christos Katsakioris <[email protected]>
7678
7779
- Colin Percival <[email protected]>
7880
- Colton J. McCurdy <[email protected]>
@@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
125127
- Iulian Barbu <[email protected]>
126128
- Ives van Hoorne <[email protected]>
127129
- Jack Thomson <[email protected]>
130+
- jackabald <[email protected]>
128131
- James Curtis <[email protected]>
129132
- James Turnbull <[email protected]>
130133
- Javier Romero <[email protected]>
@@ -212,6 +215,7 @@ Contributors to the Firecracker repository:
212215
213216
- Riccardo Mancini <[email protected]>
214217
- Richard Case <[email protected]>
218+
- River Phillips <[email protected]>
215219
- Rob Devereux <[email protected]>
216220
- Robert Grimes <[email protected]>
217221
- Rodrigue Chakode <[email protected]>
@@ -245,6 +249,7 @@ Contributors to the Firecracker repository:
245249
- timvisee <[email protected]>
246250
- Tobias Pfandzelter <[email protected]>
247251
- Tomas Valenta <[email protected]>
252+
- tommady <[email protected]>
248253
- Tomoya Iwata <[email protected]>
249254
- Trăistaru Andrei Cristian <[email protected]>
250255
- Tyler Anton <[email protected]>
@@ -262,10 +267,10 @@ Contributors to the Firecracker repository:
262267
- xiekeyang <[email protected]>
263268
- Ye Sijun <[email protected]>
264269
- Yichen Zhang <[email protected]>
270+
- Yılmaz ŞEN <[email protected]>
265271
266272
- YUAN LYU <[email protected]>
267273
- Yuval Kohavi <[email protected]>
268-
- Yılmaz ŞEN <[email protected]>
269274
- Zhenyu Qi <[email protected]>
270275
- Zi Shen Lim <[email protected]>
271276
- Zicklag <[email protected]>

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

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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshot-editor"
3-
version = "1.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)