Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
- Alexandru-Cezar Sardan <[email protected]>
- Alin Dima <[email protected]>
- Anatoli Babenia <[email protected]>
- Andrea Manzini <[email protected]>
- Andreea Florescu <[email protected]>
- Andrei Casu-Pop <[email protected]>
Expand Down Expand Up @@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
- Chris Christensen <[email protected]>
- Christian González <[email protected]>
- Christopher Diehl <[email protected]>
- Christos Katsakioris <[email protected]>
- cneira <[email protected]>
- Colin Percival <[email protected]>
- Colton J. McCurdy <[email protected]>
Expand Down Expand Up @@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
- Iulian Barbu <[email protected]>
- Ives van Hoorne <[email protected]>
- Jack Thomson <[email protected]>
- jackabald <[email protected]>
- James Curtis <[email protected]>
- James Turnbull <[email protected]>
- Javier Romero <[email protected]>
Expand Down Expand Up @@ -212,6 +215,7 @@ Contributors to the Firecracker repository:
- Ria <[email protected]>
- Riccardo Mancini <[email protected]>
- Richard Case <[email protected]>
- River Phillips <[email protected]>
- Rob Devereux <[email protected]>
- Robert Grimes <[email protected]>
- Rodrigue Chakode <[email protected]>
Expand Down Expand Up @@ -245,6 +249,7 @@ Contributors to the Firecracker repository:
- timvisee <[email protected]>
- Tobias Pfandzelter <[email protected]>
- Tomas Valenta <[email protected]>
- tommady <[email protected]>
- Tomoya Iwata <[email protected]>
- Trăistaru Andrei Cristian <[email protected]>
- Tyler Anton <[email protected]>
Expand All @@ -262,10 +267,10 @@ Contributors to the Firecracker repository:
- xiekeyang <[email protected]>
- Ye Sijun <[email protected]>
- Yichen Zhang <[email protected]>
- Yılmaz ŞEN <[email protected]>
- YLyu <[email protected]>
- YUAN LYU <[email protected]>
- Yuval Kohavi <[email protected]>
- Yılmaz ŞEN <[email protected]>
- Zhenyu Qi <[email protected]>
- Zi Shen Lim <[email protected]>
- Zicklag <[email protected]>
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 <[email protected]>"]
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 <[email protected]>"]
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: "[email protected]"
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
Loading