Skip to content

Commit

Permalink
chore(release): Releasing v1.3.0
Browse files Browse the repository at this point in the history
Changes required for a new release.

Signed-off-by: Takahiro Itazuri <[email protected]>
  • Loading branch information
zulinx86 committed Mar 2, 2023
1 parent 51994f2 commit 8471ed7
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 13 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Alexandru Cihodaru <[email protected]>
Liviu Berciu <[email protected]>
Jonathan Woollett-Light <[email protected]> <[email protected]>
Jonathan Woollett-Light <[email protected]> <[email protected]>
Sudan Landge <[email protected]> <[email protected]>
karthik nedunchezhiyan <[email protected]>
Babis Chalios <[email protected]> <[email protected]>
Pablo Barbáchano <[email protected]>
Expand Down
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.3.0]

### Added

Expand Down
3 changes: 3 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Contributors to the Firecracker repository:
* Alexandru Cihodaru <[email protected]>
* Alexandru-Cezar Sardan <[email protected]>
* Alin Dima <[email protected]>
* Andrea Manzini <[email protected]>
* Andreea Florescu <[email protected]>
* Andrei Casu-Pop <[email protected]>
* Andrei Cipu <[email protected]>
Expand Down Expand Up @@ -189,6 +190,7 @@ Contributors to the Firecracker repository:
* Sripracha <[email protected]>
* Stefan Nita <[email protected]>
* StemCll <[email protected]>
* Sudan Landge <[email protected]>
* [email protected] <[email protected]>
* Takahiro Itazuri <[email protected]>
* Tal Hoffman <[email protected]>
Expand All @@ -204,6 +206,7 @@ Contributors to the Firecracker repository:
* Tyler Anton <[email protected]>
* Urvil Patel <[email protected]>
* Vibha Acharya <[email protected]>
* Volker Simonis <[email protected]>
* Wei Yang <[email protected]>
* Weixiao Huang <[email protected]>
* Wesley Norris <[email protected]>
Expand Down
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.2.0
version: 1.3.0
termsOfService: ""
contact:
email: "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "1.2.0"
version = "1.3.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2021"
build = "../../build.rs"
Expand All @@ -12,7 +12,7 @@ license = "Apache-2.0"
event-manager = "0.3.0"
libc = "0.2.117"
serde_json = "1.0.78"
timerfd = "1.2.0"
timerfd = "1.3.0"

api_server = { path = "../api_server" }
logger = { path = "../logger" }
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.2.0"
version = "1.3.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2021"
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.2.0"
version = "1.3.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2021"
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.2.0"
version = "1.3.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2021"
build = "../../build.rs"
Expand Down
25 changes: 23 additions & 2 deletions 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 8471ed7

Please sign in to comment.