Skip to content

Commit

Permalink
docs: initrd support is not released yet
Browse files Browse the repository at this point in the history
When firecracker-microvm#1246 was merged,
the changelog entry was added under 0.19.0. This seems like a mistake as 0.19.0
was already released.

Signed-off-by: Angus McInnes <angus@amcinnes.info>
  • Loading branch information
amcinnes committed Jan 13, 2020
1 parent edbff4c commit 1d0fae2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

### Added
- Support for booting with an initial RAM disk image. This image can be
specified through the new `initrd_path` field of the `/boot-source` API
request.

### Fixed

- Fixed #1469 - Broken GitHub location for Firecracker release binary.
Expand Down Expand Up @@ -56,9 +61,6 @@
all parameters specified after `--` are forwarded verbatim to Firecracker.
- Added `KVM_PTP` support to the recommended guest kernel config.
- Added entry in FAQ.md for Firecracker Guest timekeeping.
- Support for booting with an initial RAM disk image. This image can be
specified through the new `initrd_path` field of the `/boot-source` API
request.

### Changed

Expand Down

0 comments on commit 1d0fae2

Please sign in to comment.