Skip to content

Commit 4e40479

Browse files
committed
chore: release v1.11.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Riccardo Mancini <[email protected]>
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 <[email protected]>
3737
- Alexandru-Cezar Sardan <[email protected]>
3838
- Alin Dima <[email protected]>
39+
- Anatoli Babenia <[email protected]>
3940
- Andrea Manzini <[email protected]>
4041
- Andreea Florescu <[email protected]>
4142
- Andrei Casu-Pop <[email protected]>
@@ -73,6 +74,7 @@ Contributors to the Firecracker repository:
7374
- Chris Christensen <[email protected]>
7475
- Christian González <[email protected]>
7576
- Christopher Diehl <[email protected]>
77+
- Christos Katsakioris <[email protected]>
7678
7779
- Colin Percival <[email protected]>
7880
- Colton J. McCurdy <[email protected]>
@@ -125,6 +127,7 @@ Contributors to the Firecracker repository:
125127
- Iulian Barbu <[email protected]>
126128
- Ives van Hoorne <[email protected]>
127129
- Jack Thomson <[email protected]>
130+
- jackabald <[email protected]>
128131
- James Curtis <[email protected]>
129132
- James Turnbull <[email protected]>
130133
- Javier Romero <[email protected]>
@@ -142,6 +145,7 @@ Contributors to the Firecracker repository:
142145
- Julian Stecklina <[email protected]>
143146
- Justus Adam <[email protected]>
144147
- Ján Mochňak <[email protected]>
148+
145149
- karthik nedunchezhiyan <[email protected]>
146150
- KarthikVelayutham <[email protected]>
147151
- Kazuyoshi Kato <[email protected]>
@@ -156,6 +160,7 @@ Contributors to the Firecracker repository:
156160
- Liviu Berciu <[email protected]>
157161
158162
- lloydmeta <[email protected]>
163+
- longxiangqiao <[email protected]>
159164
- Lorenzo Fontana <[email protected]>
160165
- LOU Xun <[email protected]>
161166
- Lucas Zanela <[email protected]>
@@ -172,6 +177,7 @@ Contributors to the Firecracker repository:
172177
- Massimiliano Torromeo <[email protected]>
173178
- Matias Teragni <[email protected]>
174179
- Matt Wilson <[email protected]>
180+
- Matthew Buckingham-Bishop <[email protected]>
175181
- Matthew Schlebusch <[email protected]>
176182
- Max Wittek <[email protected]>
177183
- Mehrdad Arshad Rad <[email protected]>
@@ -212,6 +218,7 @@ Contributors to the Firecracker repository:
212218
213219
- Riccardo Mancini <[email protected]>
214220
- Richard Case <[email protected]>
221+
- River Phillips <[email protected]>
215222
- Rob Devereux <[email protected]>
216223
- Robert Grimes <[email protected]>
217224
- Rodrigue Chakode <[email protected]>
@@ -234,6 +241,7 @@ Contributors to the Firecracker repository:
234241
- Sripracha <[email protected]>
235242
- Stefan Nita <[email protected]>
236243
- StemCll <[email protected]>
244+
- Steven Wirges <[email protected]>
237245
- Sudan Landge <[email protected]>
238246
239247
- Takahiro Itazuri <[email protected]>
@@ -245,6 +253,7 @@ Contributors to the Firecracker repository:
245253
- timvisee <[email protected]>
246254
- Tobias Pfandzelter <[email protected]>
247255
- Tomas Valenta <[email protected]>
256+
- tommady <[email protected]>
248257
- Tomoya Iwata <[email protected]>
249258
- Trăistaru Andrei Cristian <[email protected]>
250259
- Tyler Anton <[email protected]>

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 <[email protected]>"]
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 <[email protected]>"]
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

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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)