Skip to content

Commit e4427c2

Browse files
committed
chore: release v1.13.0
Update version number / CHANGELOG / CREDITS Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 86e2373 commit e4427c2

File tree

13 files changed

+27
-18
lines changed

13 files changed

+27
-18
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Muskaan Singla <[email protected]> <[email protected].
3333
Egor Lazarchuk <[email protected]>
3434
3535
Tomoya Iwata <[email protected]>
36+
37+

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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]
9+
## [1.13.0]
1010

1111
### Added
1212

CREDITS.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Contributors to the Firecracker repository:
2121
- Aaron O'Mullan <[email protected]>
2222
- Abhijeet Kasurde <[email protected]>
2323
- acatangiu <[email protected]>
24+
- acsmyth <[email protected]>
2425
- Adam Jensen <[email protected]>
2526
- Adam Leskis <[email protected]>
2627
- Adrian Catangiu <[email protected]>
@@ -37,11 +38,12 @@ Contributors to the Firecracker repository:
3738
- Alexandru-Cezar Sardan <[email protected]>
3839
- Alin Dima <[email protected]>
3940
- Anatoli Babenia <[email protected]>
40-
- Andrea Manzini <ilmanzo@gmail.com>
41+
- Andrea Manzini <andrea.manzini@suse.com>
4142
- Andreea Florescu <[email protected]>
4243
- Andrei Casu-Pop <[email protected]>
4344
- Andrei Cipu <[email protected]>
4445
- Andrei Sandu <[email protected]>
46+
- Andrew Laucius <[email protected]>
4547
- Andrew Yao <[email protected]>
4648
- Andrii Radyk <[email protected]>
4749
- andros21 <[email protected]>
@@ -76,11 +78,12 @@ Contributors to the Firecracker repository:
7678
- Christopher Diehl <[email protected]>
7779
- Christos Katsakioris <[email protected]>
7880
79-
- Colin Percival <cperciva@tarsnap.com>
81+
- Colin Percival <cperciva@freebsd.org>
8082
- Colton J. McCurdy <[email protected]>
8183
- Constantin Musca <[email protected]>
8284
- CuriousCorrelation <[email protected]>
8385
- czybjtu <[email protected]>
86+
- Dakshin Devanand <[email protected]>
8487
- Damien Stanton <[email protected]>
8588
- Dan Horobeanu <[email protected]>
8689
- Dan Lemmond <[email protected]>
@@ -98,12 +101,14 @@ Contributors to the Firecracker repository:
98101
- Eddie Cazares <[email protected]>
99102
- Eduard Kyvenko <[email protected]>
100103
- Egor Lazarchuk <[email protected]>
104+
- Emmanuel Ferdman <[email protected]>
101105
102106
- Felipe R. Monteiro <[email protected]>
103107
- Filippo Sironi <[email protected]>
104108
- Fraser Pringle <[email protected]>
105109
- Gabe Jackson <[email protected]>
106110
- Gabriel Ionescu <[email protected]>
111+
- Gabriel Kopper <[email protected]>
107112
- Garrett Squire <[email protected]>
108113
- George Pisaltu <[email protected]>
109114
- George Siton <[email protected]>
@@ -112,6 +117,7 @@ Contributors to the Firecracker repository:
112117
- Greg Dunn <[email protected]>
113118
- Gregory Brzeski <[email protected]>
114119
- Grzegorz Uriasz <[email protected]>
120+
- Gudmundur Bjarni Olafsson <[email protected]>
115121
- Gulshan Kumar <[email protected]>
116122
- Gábor Lipták <[email protected]>
117123
- hacker65536 <[email protected]>
@@ -120,6 +126,7 @@ Contributors to the Firecracker repository:
120126
121127
- Himanshu Neema <[email protected]>
122128
129+
- huang-jl <[email protected]>
123130
- Iggy Jackson <[email protected]>
124131
125132
- Ioana Chirca <[email protected]>
@@ -235,6 +242,7 @@ Contributors to the Firecracker repository:
235242
- Serban Iorga <[email protected]>
236243
- shakram02 <[email protected]>
237244
- Shen Jiale <[email protected]>
245+
- Sheng-Wei (Way) Chen <[email protected]>
238246
- Shion Yamashita <[email protected]>
239247
240248
- sladynnunes <[email protected]>

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/RELEASE_POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ v3.1 will be patched since were the last two Firecracker releases and less than
9090

9191
| Release | Release Date | Latest Patch | Min. end of support | Official end of Support |
9292
| ------: | -----------: | -----------: | ------------------: | :------------------------------ |
93-
| v1.13 | 2025-08-28 | v1.13.0 | 2026-02-08 | Supported |
93+
| v1.13 | 2025-08-28 | v1.13.0 | 2026-02-28 | Supported |
9494
| v1.12 | 2025-05-07 | v1.12.1 | 2025-11-07 | Supported |
9595
| v1.11 | 2025-03-18 | v1.11.0 | 2025-09-18 | Supported |
9696
| v1.10 | 2024-11-07 | v1.10.1 | 2025-05-07 | 2025-05-07 (v1.12 released) |

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpu-template-helper"
3-
version = "1.13.0-dev"
3+
version = "1.13.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

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.13.0-dev"
3+
version = "1.13.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
build = "build.rs"

src/firecracker/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.13.0-dev
8+
version: 1.13.0
99
termsOfService: ""
1010
contact:
1111

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.13.0-dev"
3+
version = "1.13.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebase-snap"
3-
version = "1.13.0-dev"
3+
version = "1.13.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2024"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)