CSIT-111: Add Packer based framework to auto-generate disk images
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
1 ## [1.2] - 2016-05-25
2
3 ### Changes
4 - Embed version in hidden file with magic string that can be read
5   without actually booting the image:
6   ~~~
7   cat <vm image> | strings | grep NESTED_VERSION
8   ~~~
9 - Include both cisco/cisco credentials (for backwards compatibility)
10   and csit/csit
11
12 ## [1.1] - 2016-05-17
13
14 ### Added
15 - iproute2 package (for "ip" command)
16
17
18 ## [1.0] - 2016-05-16
19
20 ### First release
21 - Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot.
22 This version is to mimic the previous, manually built image.
23 - Packages installed:
24     - Kernel 4.3
25         - support for virtio NIC
26     - bridge-utils (for brctl)
27     - qemu (for qemu-ga)