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 <[email protected]>
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 <[email protected]>
1818
Liviu Berciu <[email protected]>
1919
Jonathan Woollett-Light <[email protected]> <[email protected]>
2020
Jonathan Woollett-Light <[email protected]> <[email protected]>
21+
2122
karthik nedunchezhiyan <[email protected]>
2223
2324
Pablo Barbáchano <[email protected]>

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 <[email protected]>
3434
* Alexandru-Cezar Sardan <[email protected]>
3535
* Alin Dima <[email protected]>
36+
* Andrea Manzini <[email protected]>
3637
* Andreea Florescu <[email protected]>
3738
* Andrei Casu-Pop <[email protected]>
3839
* Andrei Cipu <[email protected]>
@@ -189,6 +190,7 @@ Contributors to the Firecracker repository:
189190
* Sripracha <[email protected]>
190191
* Stefan Nita <[email protected]>
191192
* StemCll <[email protected]>
193+
* Sudan Landge <[email protected]>
192194
193195
* Takahiro Itazuri <[email protected]>
194196
* Tal Hoffman <[email protected]>
@@ -204,6 +206,7 @@ Contributors to the Firecracker repository:
204206
* Tyler Anton <[email protected]>
205207
* Urvil Patel <[email protected]>
206208
* Vibha Acharya <[email protected]>
209+
* Volker Simonis <[email protected]>
207210
* Wei Yang <[email protected]>
208211
* Weixiao Huang <[email protected]>
209212
* Wesley Norris <[email protected]>

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

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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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)