File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ and this project adheres to
10
10
11
11
### Added
12
12
13
+ ### Changed
14
+
15
+ ### Deprecated
16
+
17
+ ### Removed
18
+
19
+ ### Fixed
20
+
21
+ ## [ 1.13.0]
22
+
23
+ ### Added
24
+
13
25
- [ #5139 ] ( https://github.com/firecracker-microvm/firecracker/pull/5139 ) : Added
14
26
support for [ PVTime] ( https://docs.kernel.org/virt/kvm/arm/pvtime.html ) . This
15
27
is used to support steal time on ARM machines.
@@ -68,9 +80,6 @@ and this project adheres to
68
80
MMDS to set ` Content-Type ` header correctly (i.e. ` Content-Type: text/plain `
69
81
for IMDS-formatted or error responses and ` Content-Type: application/json ` for
70
82
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.
74
83
- [ #4207 ] ( https://github.com/firecracker-microvm/firecracker/issues/4207 ) : Fixed
75
84
GSI numbering on aarch64 to correctly allow up to 96 devices being attached
76
85
simultaneously.
@@ -82,6 +91,14 @@ and this project adheres to
82
91
"X-aws-ec2-metadata-token-ttl-seconds") in the response to "PUT
83
92
/latest/api/token", as EC2 IMDS does.
84
93
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
+
85
102
## [ 1.12.0]
86
103
87
104
### Added
You can’t perform that action at this time.
0 commit comments