Skip to content

Commit 9f447fe

Browse files
committed
Release v0.24.3
Signed-off-by: Luminita Voicu <lumivo@amazon.com>
1 parent de68757 commit 9f447fe

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
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+
## [0.24.3]
44

55
### Changed
66

CREDITS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Contributors to the Firecracker repository:
4444
* Babis Chalios <babis.chalios@gmail.com>
4545
* Begley Brothers Inc <begleybrothers@gmail.com>
4646
* Benjamin Fry <benjaminfry@me.com>
47-
* Liviu Berciu <lberciu@amazon.com>
4847
* bin liu <bin@hyper.sh>
4948
* Bob Potter <bobby.potter@gmail.com>
5049
* Bogdan Ionita <bci@amazon.com>
@@ -97,9 +96,11 @@ Contributors to the Firecracker repository:
9796
* Kazuyoshi Kato <katokazu@amazon.com>
9897
* keyangxie <keyang.xie@gmail.com>
9998
* Krishna Kumar T <krishna.thokala2010@gmail.com>
99+
* kumargu <kumargu@amazon.com>
100100
* Laura Loghin <lauralg@amazon.com>
101101
* lifupan <lifupan@gmail.com>
102102
* Liu Jiang <gerry@linux.alibaba.com>
103+
* Liviu Berciu <lberciu@amazon.com>
103104
* Lloyd <lloydmeta@gmail.com>
104105
* lloydmeta <lloydmeta@gmail.com>
105106
* LOU Xun <aquarhead@ela.build>

Cargo.lock

Lines changed: 2 additions & 2 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: 0.24.2
8+
version: 0.24.3
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 = "0.24.2"
3+
version = "0.24.3"
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 = "0.24.2"
3+
version = "0.24.3"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2018"
66
build = "../../build.rs"

0 commit comments

Comments
 (0)