-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: release v1.10.0 #4902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
JackThomson2
merged 1 commit into
firecracker-microvm:firecracker-v1.10
from
JackThomson2:1.10-release
Nov 7, 2024
Merged
chore: release v1.10.0 #4902
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
@@ -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]> | ||
|
@@ -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]> | ||
|
@@ -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]> | ||
|
@@ -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]> | ||
|
@@ -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]> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.