Skip to content

Commit 4a05852

Browse files
pb8obchalios
authored andcommitted
Releasing v1.0.2
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent e2a4a22 commit 4a05852

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
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.0.2]
44

55
### Fixed
66

CREDITS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ Contributors to the Firecracker repository:
137137
* Nikolay Edigaryev <[email protected]>
138138
* Noah Meyerhans <[email protected]>
139139
* not required <[email protected]>
140+
* Pablo Barbáchano <[email protected]>
141+
* Patrick Roy <[email protected]>
140142
* Peng Tao <[email protected]>
141143
* Penny Zheng <[email protected]>
142144
* Peter Hrvola <[email protected]>
@@ -172,6 +174,7 @@ Contributors to the Firecracker repository:
172174
* Tim Deegan <[email protected]>
173175
* timvisee <[email protected]>
174176
* Tobias Pfandzelter <[email protected]>
177+
* Traistaru Andrei Cristian <[email protected]>
175178
* Tyler Anton <[email protected]>
176179
* Urvil Patel <[email protected]>
177180
* Wei Yang <[email protected]>
@@ -182,7 +185,7 @@ Contributors to the Firecracker repository:
182185
183186
* xiekeyang <[email protected]>
184187
* Yichen Zhang <[email protected]>
185-
188+
* YUAN LYU <[email protected]>
186189
* Yuval Kohavi <[email protected]>
187190
* Yılmaz ŞEN <[email protected]>
188191
* Zi Shen Lim <[email protected]>

Cargo.lock

Lines changed: 3 additions & 3 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.0.1
8+
version: 1.0.2
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.0.1"
3+
version = "1.0.2"
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.0.1"
3+
version = "1.0.2"
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.0.1"
3+
version = "1.0.2"
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)