Skip to content

Commit

Permalink
chore: release v1.10.0
Browse files Browse the repository at this point in the history
Update version number / CHANGELOG / CREDITS

Signed-off-by: Jack Thomson <jackabt@amazon.com>
  • Loading branch information
JackThomson2 committed Nov 7, 2024
1 parent 97eaf9b commit 791763f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased\]
## \[1.10.0\]

### Added

Expand Down
7 changes: 6 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Contributors to the Firecracker repository:
- Alexandru Cihodaru <cihodar@amazon.com>
- Alexandru-Cezar Sardan <alsardan@amazon.com>
- Alin Dima <alindima@amazon.com>
- Anatoli Babenia <anatoli@rainforce.org>
- Andrea Manzini <ilmanzo@gmail.com>
- Andreea Florescu <fandree@amazon.com>
- Andrei Casu-Pop <cpo@amazon.com>
Expand Down Expand Up @@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
- Chris Christensen <christianchristensen@gmail.com>
- Christian González <cgonzalez@opennebula.io>
- Christopher Diehl <diehl.chris24@gmail.com>
- Christos Katsakioris <ckatsak@cslab.ece.ntua.gr>
- cneira <cneirabustos@gmail.com>
- Colin Percival <cperciva@tarsnap.com>
- Colton J. McCurdy <mccurdyc22@gmail.com>
Expand Down Expand Up @@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
- Iulian Barbu <iul@amazon.com>
- Ives van Hoorne <ives@codesandbox.io>
- Jack Thomson <jackabt@amazon.co.uk>
- jackabald <jwarchibald@wisc.edu>
- James Curtis <jxcurtis@amazon.co.uk>
- James Turnbull <james@lovedthanlost.net>
- Javier Romero <xavinux@gmail.com>
Expand Down Expand Up @@ -212,6 +215,7 @@ Contributors to the Firecracker repository:
- Ria <juthi_paul@utexas.edu>
- Riccardo Mancini <mancio@amazon.com>
- Richard Case <richard@weave.works>
- River Phillips <riverphillips1@gmail.com>
- Rob Devereux <robdevereux92@gmail.com>
- Robert Grimes <rmzgrimes@gmail.com>
- Rodrigue Chakode <rodrigue.chakode@continental-corporation.com>
Expand Down Expand Up @@ -245,6 +249,7 @@ Contributors to the Firecracker repository:
- timvisee <tim@visee.me>
- Tobias Pfandzelter <pfandzelter@campus.tu-berlin.de>
- Tomas Valenta <valenta.and.thomas@gmail.com>
- tommady <tommady@users.noreply.github.com>
- Tomoya Iwata <iwata.tomoya@classmethod.jp>
- Trăistaru Andrei Cristian <atc@amazon.com>
- Tyler Anton <tyler@debian.anton>
Expand All @@ -262,10 +267,10 @@ Contributors to the Firecracker repository:
- xiekeyang <keyang.xie@gmail.com>
- Ye Sijun <junnplus@gmail.com>
- Yichen Zhang <jakezhang2020@gmail.com>
- Yılmaz ŞEN <yilmazsen94@gmail.com>
- YLyu <lyuyuan92@gmail.com>
- YUAN LYU <lyuyuan92@gmail.com>
- Yuval Kohavi <yuval.kohavi@gmail.com>
- Yılmaz ŞEN <yilmazsen94@gmail.com>
- Zhenyu Qi <qzydustin@hotmail.com>
- Zi Shen Lim <zlim.lnx@gmail.com>
- Zicklag <zicklag@katharostech.com>
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpu-template-helper"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/firecracker/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
The API is accessible through HTTP calls on specific URLs
carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 1.10.0-dev
version: 1.10.0
termsOfService: ""
contact:
email: "compute-capsule@amazon.com"
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jailer"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."
Expand Down
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebase-snap"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seccompiler"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."
Expand Down
2 changes: 1 addition & 1 deletion src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapshot-editor"
version = "1.10.0-dev"
version = "1.10.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 791763f

Please sign in to comment.