Skip to content

Commit 791763f

Browse files
committed
chore: release v1.10.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 97eaf9b commit 791763f

File tree

10 files changed

+20
-15
lines changed

10 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Contributors to the Firecracker repository:
3636
- Alexandru Cihodaru <cihodar@amazon.com>
3737
- Alexandru-Cezar Sardan <alsardan@amazon.com>
3838
- Alin Dima <alindima@amazon.com>
39+
- Anatoli Babenia <anatoli@rainforce.org>
3940
- Andrea Manzini <ilmanzo@gmail.com>
4041
- Andreea Florescu <fandree@amazon.com>
4142
- Andrei Casu-Pop <cpo@amazon.com>
@@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
7374
- Chris Christensen <christianchristensen@gmail.com>
7475
- Christian González <cgonzalez@opennebula.io>
7576
- Christopher Diehl <diehl.chris24@gmail.com>
77+
- Christos Katsakioris <ckatsak@cslab.ece.ntua.gr>
7678
- cneira <cneirabustos@gmail.com>
7779
- Colin Percival <cperciva@tarsnap.com>
7880
- Colton J. McCurdy <mccurdyc22@gmail.com>
@@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
125127
- Iulian Barbu <iul@amazon.com>
126128
- Ives van Hoorne <ives@codesandbox.io>
127129
- Jack Thomson <jackabt@amazon.co.uk>
130+
- jackabald <jwarchibald@wisc.edu>
128131
- James Curtis <jxcurtis@amazon.co.uk>
129132
- James Turnbull <james@lovedthanlost.net>
130133
- Javier Romero <xavinux@gmail.com>
@@ -212,6 +215,7 @@ Contributors to the Firecracker repository:
212215
- Ria <juthi_paul@utexas.edu>
213216
- Riccardo Mancini <mancio@amazon.com>
214217
- Richard Case <richard@weave.works>
218+
- River Phillips <riverphillips1@gmail.com>
215219
- Rob Devereux <robdevereux92@gmail.com>
216220
- Robert Grimes <rmzgrimes@gmail.com>
217221
- Rodrigue Chakode <rodrigue.chakode@continental-corporation.com>
@@ -245,6 +249,7 @@ Contributors to the Firecracker repository:
245249
- timvisee <tim@visee.me>
246250
- Tobias Pfandzelter <pfandzelter@campus.tu-berlin.de>
247251
- Tomas Valenta <valenta.and.thomas@gmail.com>
252+
- tommady <tommady@users.noreply.github.com>
248253
- Tomoya Iwata <iwata.tomoya@classmethod.jp>
249254
- Trăistaru Andrei Cristian <atc@amazon.com>
250255
- Tyler Anton <tyler@debian.anton>
@@ -262,10 +267,10 @@ Contributors to the Firecracker repository:
262267
- xiekeyang <keyang.xie@gmail.com>
263268
- Ye Sijun <junnplus@gmail.com>
264269
- Yichen Zhang <jakezhang2020@gmail.com>
270+
- Yılmaz ŞEN <yilmazsen94@gmail.com>
265271
- YLyu <lyuyuan92@gmail.com>
266272
- YUAN LYU <lyuyuan92@gmail.com>
267273
- Yuval Kohavi <yuval.kohavi@gmail.com>
268-
- Yılmaz ŞEN <yilmazsen94@gmail.com>
269274
- Zhenyu Qi <qzydustin@hotmail.com>
270275
- Zi Shen Lim <zlim.lnx@gmail.com>
271276
- Zicklag <zicklag@katharostech.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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
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.10.0-dev
8+
version: 1.10.0
99
termsOfService: ""
1010
contact:
1111
email: "compute-capsule@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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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

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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
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.10.0-dev"
3+
version = "1.10.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
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

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

0 commit comments

Comments
 (0)