Skip to content

Commit 3dd4177

Browse files
committed
Releasing v1.0.2
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent ee4aa34 commit 3dd4177

File tree

8 files changed

+21
-9
lines changed

8 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.2]
4+
5+
### Fixed
6+
7+
- Fixed test for v1.0.2
8+
39
## [1.0.1]
410

511
### Fixed

CREDITS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Contributors to the Firecracker repository:
4848
* Begley Brothers Inc <begleybrothers@gmail.com>
4949
* Ben Holmes <bencwholmes@gmail.com>
5050
* Benjamin Fry <benjaminfry@me.com>
51-
* Liviu Berciu <lberciu@amazon.com>
51+
* berciuliviu <lberciu@amazon.com>
5252
* bin liu <bin@hyper.sh>
5353
* binoychitale <binoychitale@gmail.com>
5454
* Bob Potter <bobby.potter@gmail.com>
@@ -103,10 +103,12 @@ Contributors to the Firecracker repository:
103103
* Joshua Abraham <sinisterpatrician@gmail.com>
104104
* Julian Stecklina <js@alien8.de>
105105
* karthik nedunchezhiyan <karthik.n@zohocorp.com>
106+
* karthik.n <karthik.n@zohocorp.com>
106107
* KarthikVelayutham <karthik.velayutham@gmail.com>
107108
* Kazuyoshi Kato <katokazu@amazon.com>
108109
* keyangxie <keyang.xie@gmail.com>
109110
* Krishna Kumar T <krishna.thokala2010@gmail.com>
111+
* kumargu <kumargu@amazon.com>
110112
* Laura Loghin <lauralg@amazon.com>
111113
* lifupan <lifupan@gmail.com>
112114
* Liu Jiang <gerry@linux.alibaba.com>
@@ -137,6 +139,7 @@ Contributors to the Firecracker repository:
137139
* Nikolay Edigaryev <edigaryev@gmail.com>
138140
* Noah Meyerhans <nmeyerha@amazon.com>
139141
* not required <bertdeb@gmail.com>
142+
* Pablo Barbáchano <pablob@amazon.com>
140143
* Peng Tao <bergwolf@gmail.com>
141144
* Penny Zheng <penny.zheng@arm.com>
142145
* Peter Hrvola <peter.hrvola@hotmail.com>
@@ -183,6 +186,7 @@ Contributors to the Firecracker repository:
183186
* xiekeyang <keyang.xie@gmail.com>
184187
* Yichen Zhang <jakezhang2020@gmail.com>
185188
* YLyu <lyuyuan92@gmail.com>
189+
* YUAN LYU <lyuyuan92@gmail.com>
186190
* Yuval Kohavi <yuval.kohavi@gmail.com>
187191
* Yılmaz ŞEN <yilmazsen94@gmail.com>
188192
* Zi Shen Lim <zlim.lnx@gmail.com>

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
email: "compute-capsule@amazon.com"

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 <firecracker-devel@amazon.com>"]
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 <firecracker-devel@amazon.com>"]
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 <firecracker-devel@amazon.com>"]
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)