Skip to content

Commit 4e40479

Browse files
committed
chore: release v1.11.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 1cec8c6 commit 4e40479

File tree

10 files changed

+22
-25
lines changed

10 files changed

+22
-25
lines changed

CHANGELOG.md

-12
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
10-
11-
### Added
12-
13-
### Changed
14-
15-
### Deprecated
16-
17-
### Removed
18-
19-
### Fixed
20-
219
## [1.11.0]
2210

2311
### Added

CREDITS.md

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Contributors to the Firecracker repository:
3636
- Alexandru Cihodaru <cihodar@amazon.com>
3737
- Alexandru-Cezar Sardan <alsardan@amazon.com>
3838
- Alin Dima <alindima@amazon.com>
39+
- Anatoli Babenia <anatoli@rainforce.org>
3940
- Andrea Manzini <ilmanzo@gmail.com>
4041
- Andreea Florescu <fandree@amazon.com>
4142
- Andrei Casu-Pop <cpo@amazon.com>
@@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
7374
- Chris Christensen <christianchristensen@gmail.com>
7475
- Christian González <cgonzalez@opennebula.io>
7576
- Christopher Diehl <diehl.chris24@gmail.com>
77+
- Christos Katsakioris <ckatsak@cslab.ece.ntua.gr>
7678
- cneira <cneirabustos@gmail.com>
7779
- Colin Percival <cperciva@tarsnap.com>
7880
- Colton J. McCurdy <mccurdyc22@gmail.com>
@@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
125127
- Iulian Barbu <iul@amazon.com>
126128
- Ives van Hoorne <ives@codesandbox.io>
127129
- Jack Thomson <jackabt@amazon.co.uk>
130+
- jackabald <jwarchibald@wisc.edu>
128131
- James Curtis <jxcurtis@amazon.co.uk>
129132
- James Turnbull <james@lovedthanlost.net>
130133
- Javier Romero <xavinux@gmail.com>
@@ -142,6 +145,7 @@ Contributors to the Firecracker repository:
142145
- Julian Stecklina <js@alien8.de>
143146
- Justus Adam <justbldr@amazon.com>
144147
- Ján Mochňak <mochja@users.noreply.github.com>
148+
- kanpov <karpovanton729@gmail.com>
145149
- karthik nedunchezhiyan <karthik.n@zohocorp.com>
146150
- KarthikVelayutham <karthik.velayutham@gmail.com>
147151
- Kazuyoshi Kato <katokazu@amazon.com>
@@ -156,6 +160,7 @@ Contributors to the Firecracker repository:
156160
- Liviu Berciu <lberciu@amazon.com>
157161
- Lloyd <lloydmeta@gmail.com>
158162
- lloydmeta <lloydmeta@gmail.com>
163+
- longxiangqiao <longxiangqiao@qq.com>
159164
- Lorenzo Fontana <fontanalorenz@gmail.com>
160165
- LOU Xun <aquarhead@ela.build>
161166
- Lucas Zanela <me@lucaszanella.com>
@@ -172,6 +177,7 @@ Contributors to the Firecracker repository:
172177
- Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
173178
- Matias Teragni <mteragni@amazon.com>
174179
- Matt Wilson <msw@amazon.com>
180+
- Matthew Buckingham-Bishop <matthew@morph.so>
175181
- Matthew Schlebusch <schlebus@amazon.com>
176182
- Max Wittek <wimax@graplsecurity.com>
177183
- Mehrdad Arshad Rad <arshad.rad@gmail.com>
@@ -212,6 +218,7 @@ Contributors to the Firecracker repository:
212218
- Ria <juthi_paul@utexas.edu>
213219
- Riccardo Mancini <mancio@amazon.com>
214220
- Richard Case <richard@weave.works>
221+
- River Phillips <riverphillips1@gmail.com>
215222
- Rob Devereux <robdevereux92@gmail.com>
216223
- Robert Grimes <rmzgrimes@gmail.com>
217224
- Rodrigue Chakode <rodrigue.chakode@continental-corporation.com>
@@ -234,6 +241,7 @@ Contributors to the Firecracker repository:
234241
- Sripracha <ramsri@amazon.com>
235242
- Stefan Nita <32079871+stefannita01@users.noreply.github.com>
236243
- StemCll <lydjotj6f@mozmail.com>
244+
- Steven Wirges <steven.wirges@gmail.com>
237245
- Sudan Landge <sudanl@amazon.co.uk>
238246
- sundar.preston.789@gmail.com <sundar.preston.789@gmail.com>
239247
- Takahiro Itazuri <itazur@amazon.com>
@@ -245,6 +253,7 @@ Contributors to the Firecracker repository:
245253
- timvisee <tim@visee.me>
246254
- Tobias Pfandzelter <pfandzelter@campus.tu-berlin.de>
247255
- Tomas Valenta <valenta.and.thomas@gmail.com>
256+
- tommady <tommady@users.noreply.github.com>
248257
- Tomoya Iwata <iwata.tomoya@classmethod.jp>
249258
- Trăistaru Andrei Cristian <atc@amazon.com>
250259
- Tyler Anton <tyler@debian.anton>

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cpu-template-helper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpu-template-helper"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

src/firecracker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
build = "build.rs"

src/firecracker/swagger/firecracker.yaml

+1-1
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.11.0-dev
8+
version: 1.11.0
99
termsOfService: ""
1010
contact:
1111
email: "compute-capsule@amazon.com"

src/jailer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."

src/rebase-snap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

src/seccompiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."

src/snapshot-editor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshot-editor"
3-
version = "1.11.0-dev"
3+
version = "1.11.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)