Skip to content

Commit 344fcf7

Browse files
committed
chore(changelog): mark 1.13.0 as released
Create a new Unreleased section and move all the current items to 1.13.0. Also move the drive bug fix to 1.12.1. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 4e29a70 commit 344fcf7

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ and this project adheres to
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
## [1.13.0]
22+
23+
### Added
24+
1325
- [#5139](https://github.com/firecracker-microvm/firecracker/pull/5139): Added
1426
support for [PVTime](https://docs.kernel.org/virt/kvm/arm/pvtime.html). This
1527
is used to support steal time on ARM machines.
@@ -68,9 +80,6 @@ and this project adheres to
6880
MMDS to set `Content-Type` header correctly (i.e. `Content-Type: text/plain`
6981
for IMDS-formatted or error responses and `Content-Type: application/json` for
7082
JSON-formatted responses).
71-
- [#5260](https://github.com/firecracker-microvm/firecracker/pull/5260): Fixed a
72-
bug allowing the block device to starve all other devices when backed by a
73-
sufficiently slow drive.
7483
- [#4207](https://github.com/firecracker-microvm/firecracker/issues/4207): Fixed
7584
GSI numbering on aarch64 to correctly allow up to 96 devices being attached
7685
simultaneously.
@@ -82,6 +91,14 @@ and this project adheres to
8291
"X-aws-ec2-metadata-token-ttl-seconds") in the response to "PUT
8392
/latest/api/token", as EC2 IMDS does.
8493

94+
## [1.12.1]
95+
96+
### Fixed
97+
98+
- [#5260](https://github.com/firecracker-microvm/firecracker/pull/5260): Fixed a
99+
bug allowing the block device to starve all other devices when backed by a
100+
sufficiently slow drive.
101+
85102
## [1.12.0]
86103

87104
### Added

0 commit comments

Comments
 (0)