Skip to content

Commit e7b48ca

Browse files
committed
chore: Create CHANGELOG for v1.12.0-nemo
This is required to make release-tag.sh work. Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent c3f804e commit e7b48ca

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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+
## [1.12.0-nemo]
10+
11+
### Changed
12+
13+
- [#220](https://github.com/firecracker-microvm/private-firecracker-staging/pull/220):
14+
Made MMDS unwrap a string of JSON and respond a JSON object for IMDS security
15+
credentials paths so that some clients that requesting with
16+
`Accept: application/json` is able to parse the response.
17+
918
## [1.12.0]
1019

1120
### Added
@@ -46,13 +55,6 @@ and this project adheres to
4655
misnamed, as the value Firecracker sets it to is actually the page size in
4756
_bytes_, not KiB. It will be removed in Firecracker 2.0.
4857

49-
### Changed
50-
51-
- [#220](https://github.com/firecracker-microvm/private-firecracker-staging/pull/220):
52-
Made MMDS unwrap a string of JSON and respond a JSON object for IMDS security
53-
credentials paths so that some clients that requesting with
54-
`Accept: application/json` is able to parse the response.
55-
5658
### Fixed
5759

5860
- [#5074](https://github.com/firecracker-microvm/firecracker/pull/5074) Fix the

0 commit comments

Comments
 (0)