Skip to content

Commit b56a8b1

Browse files
committed
Releasing v1.1.3
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 6317f16 commit b56a8b1

File tree

9 files changed

+19
-14
lines changed

9 files changed

+19
-14
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.1.3]
44

55
### Fixed
66

CREDITS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Firecracker Credits and Thanks
32

43
(This file is autogenerated using [update-credits.sh](tools/update-credits.sh).)
@@ -43,7 +42,7 @@ Contributors to the Firecracker repository:
4342
* Atsushi Ishibashi <[email protected]>
4443
* Aussie Schnore <[email protected]>
4544
* Ayato Tokubi <[email protected]>
46-
* Babis Chalios <[email protected]>
45+
* Babis Chalios <[email protected]>
4746
* Bartosz Zbytniewski <[email protected]>
4847
* Begley Brothers Inc <[email protected]>
4948
* Ben Holmes <[email protected]>
@@ -138,9 +137,12 @@ Contributors to the Firecracker repository:
138137
* Nathan Hoang <[email protected]>
139138
* Nathan Sizemore <[email protected]>
140139
* Nicolas Mesa <[email protected]>
140+
* Nikita Kalyazin <[email protected]>
141141
* Nikolay Edigaryev <[email protected]>
142142
* Noah Meyerhans <[email protected]>
143143
* not required <[email protected]>
144+
* Pablo Barbáchano <[email protected]>
145+
* Patrick Roy <[email protected]>
144146
* Peng Tao <[email protected]>
145147
* Penny Zheng <[email protected]>
146148
* Peter Hrvola <[email protected]>
@@ -177,6 +179,7 @@ Contributors to the Firecracker repository:
177179
* Tim Deegan <[email protected]>
178180
* timvisee <[email protected]>
179181
* Tobias Pfandzelter <[email protected]>
182+
* Trăistaru Andrei Cristian <[email protected]>
180183
* Tyler Anton <[email protected]>
181184
* Urvil Patel <[email protected]>
182185
* Wei Yang <[email protected]>
@@ -189,10 +192,10 @@ Contributors to the Firecracker repository:
189192
* xiekeyang <[email protected]>
190193
* Ye Sijun <[email protected]>
191194
* Yichen Zhang <[email protected]>
192-
* Yılmaz ŞEN <[email protected]>
193195
194196
* YUAN LYU <[email protected]>
195197
* Yuval Kohavi <[email protected]>
198+
* Yılmaz ŞEN <[email protected]>
196199
* Zi Shen Lim <[email protected]>
197200
* Zicklag <[email protected]>
198201
* Дамјан Георгиевски <[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.1.2
8+
version: 1.1.3
99
termsOfService: ""
1010
contact:
1111

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
66
build = "../../build.rs"

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.1.2"
3+
version = "1.1.3"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
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.1.2"
3+
version = "1.1.3"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
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.1.2"
3+
version = "1.1.3"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
66
build = "../../build.rs"

tests/integration_tests/security/demo_seccomp/Cargo.lock

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

0 commit comments

Comments
 (0)