Skip to content

Commit

Permalink
Releasing v1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Nov 23, 2022
1 parent 6317f16 commit b56a8b1
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.1.3]

### Fixed

Expand Down
9 changes: 6 additions & 3 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Firecracker Credits and Thanks

(This file is autogenerated using [update-credits.sh](tools/update-credits.sh).)
Expand Down Expand Up @@ -43,7 +42,7 @@ Contributors to the Firecracker repository:
* Atsushi Ishibashi <[email protected]>
* Aussie Schnore <[email protected]>
* Ayato Tokubi <[email protected]>
* Babis Chalios <[email protected]>
* Babis Chalios <[email protected]>
* Bartosz Zbytniewski <[email protected]>
* Begley Brothers Inc <[email protected]>
* Ben Holmes <[email protected]>
Expand Down Expand Up @@ -138,9 +137,12 @@ Contributors to the Firecracker repository:
* Nathan Hoang <[email protected]>
* Nathan Sizemore <[email protected]>
* Nicolas Mesa <[email protected]>
* Nikita Kalyazin <[email protected]>
* Nikolay Edigaryev <[email protected]>
* Noah Meyerhans <[email protected]>
* not required <[email protected]>
* Pablo Barbáchano <[email protected]>
* Patrick Roy <[email protected]>
* Peng Tao <[email protected]>
* Penny Zheng <[email protected]>
* Peter Hrvola <[email protected]>
Expand Down Expand Up @@ -177,6 +179,7 @@ Contributors to the Firecracker repository:
* Tim Deegan <[email protected]>
* timvisee <[email protected]>
* Tobias Pfandzelter <[email protected]>
* Trăistaru Andrei Cristian <[email protected]>
* Tyler Anton <[email protected]>
* Urvil Patel <[email protected]>
* Wei Yang <[email protected]>
Expand All @@ -189,10 +192,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]>
* Zi Shen Lim <[email protected]>
* Zicklag <[email protected]>
* Дамјан Георгиевски <[email protected]>
8 changes: 4 additions & 4 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/api_server/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.1.2
version: 1.1.3
termsOfService: ""
contact:
email: "[email protected]"
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.1.2"
version = "1.1.3"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
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.1.2"
version = "1.1.3"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
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.1.2"
version = "1.1.3"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
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.1.2"
version = "1.1.3"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
Expand Down
4 changes: 3 additions & 1 deletion tests/integration_tests/security/demo_seccomp/Cargo.lock

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

0 comments on commit b56a8b1

Please sign in to comment.