Skip to content

Commit 4b348de

Browse files
committed
Releasing v1.3.0
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent 295cefd commit 4b348de

File tree

9 files changed

+36
-13
lines changed

9 files changed

+36
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.3.0]
44

55
### Added
66

CREDITS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Contributors to the Firecracker repository:
189189
* Sripracha <ramsri@amazon.com>
190190
* Stefan Nita <32079871+stefannita01@users.noreply.github.com>
191191
* StemCll <lydjotj6f@mozmail.com>
192+
* Sudan Landge <sudanl@amazon.co.uk>
192193
* sundar.preston.789@gmail.com <sundar.preston.789@gmail.com>
193194
* Takahiro Itazuri <itazur@amazon.com>
194195
* Tal Hoffman <talhof8@gmail.com>
@@ -204,6 +205,7 @@ Contributors to the Firecracker repository:
204205
* Tyler Anton <tyler@debian.anton>
205206
* Urvil Patel <patelurvil38@gmail.com>
206207
* Vibha Acharya <vibharya@amazon.co.uk>
208+
* Volker Simonis <volker.simonis@gmail.com>
207209
* Wei Yang <richard.weiyang@linux.alibaba.com>
208210
* Weixiao Huang <hwx.simle@gmail.com>
209211
* Wesley Norris <repnop@outlook.com>

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
The API is accessible through HTTP calls on specific URLs
66
carrying JSON modeled data.
77
The transport medium is a Unix Domain Socket.
8-
version: 1.2.0
8+
version: 1.3.0
99
termsOfService: ""
1010
contact:
1111
email: "compute-capsule@amazon.com"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "../../build.rs"
@@ -12,7 +12,7 @@ license = "Apache-2.0"
1212
event-manager = "0.3.0"
1313
libc = "0.2.117"
1414
serde_json = "1.0.78"
15-
timerfd = "1.2.0"
15+
timerfd = "1.3.0"
1616

1717
api_server = { path = "../api_server" }
1818
logger = { path = "../logger" }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "../../build.rs"

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "../../build.rs"

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "../../build.rs"

tests/integration_tests/security/demo_seccomp/Cargo.lock

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)