Skip to content

Commit c52a079

Browse files
committed
chore(release): Releasing v1.3.0
Changes required for a new release. Signed-off-by: Takahiro Itazuri <zulinx86@gmail.com>
1 parent 51994f2 commit c52a079

File tree

10 files changed

+38
-13
lines changed

10 files changed

+38
-13
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Alexandru Cihodaru <cihodar@amazon.com>
1818
Liviu Berciu <lberciu@amazon.com>
1919
Jonathan Woollett-Light <jcawl@amazon.co.uk> <jonathanwoollettlight@gmail.com>
2020
Jonathan Woollett-Light <jcawl@amazon.co.uk> <jonthanwoollettlight@gmail.com>
21+
Sudan Landge <sudanl@amazon.com> <sudan@amazon.co.uk>
2122
karthik nedunchezhiyan <karthik.n@zohocorp.com>
2223
Babis Chalios <bchalios@amazon.es> <babis.chalios@gmail.com>
2324
Pablo Barbáchano <pablob@amazon.com>

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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Contributors to the Firecracker repository:
3333
* Alexandru Cihodaru <cihodar@amazon.com>
3434
* Alexandru-Cezar Sardan <alsardan@amazon.com>
3535
* Alin Dima <alindima@amazon.com>
36+
* Andrea Manzini <ilmanzo@gmail.com>
3637
* Andreea Florescu <fandree@amazon.com>
3738
* Andrei Casu-Pop <cpo@amazon.com>
3839
* Andrei Cipu <acipu@amazon.com>
@@ -189,6 +190,7 @@ Contributors to the Firecracker repository:
189190
* Sripracha <ramsri@amazon.com>
190191
* Stefan Nita <32079871+stefannita01@users.noreply.github.com>
191192
* StemCll <lydjotj6f@mozmail.com>
193+
* Sudan Landge <sudanl@amazon.com>
192194
* sundar.preston.789@gmail.com <sundar.preston.789@gmail.com>
193195
* Takahiro Itazuri <itazur@amazon.com>
194196
* Tal Hoffman <talhof8@gmail.com>
@@ -204,6 +206,7 @@ Contributors to the Firecracker repository:
204206
* Tyler Anton <tyler@debian.anton>
205207
* Urvil Patel <patelurvil38@gmail.com>
206208
* Vibha Acharya <vibharya@amazon.co.uk>
209+
* Volker Simonis <volker.simonis@gmail.com>
207210
* Wei Yang <richard.weiyang@linux.alibaba.com>
208211
* Weixiao Huang <hwx.simle@gmail.com>
209212
* 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)