Nested VM refresh
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
1 ## [1.7] - 2017-08-14
2
3 ### Changes
4 - update buildroot to 2017.05.2
5 - add htop, perf, screen, msr_tools, memstat
6
7
8 ## [1.6] - 2017-02-20
9
10 ### Changes
11 - replace /dev/sda to /dev/vda, to use with virtio disk driver
12 - add noapic to bootloader's kernel line
13 - bind igb_uio driver only to network device
14
15
16 ## [1.5] - 2016-11-14
17
18 ### Changes
19 - DPDK upgrade to 16.11
20
21
22 ## [1.4] - 2016-10-10
23
24 ### Changes
25 - DPDK upgrade to 16.07
26
27
28 ## [1.3] - 2016-06-12
29
30 ### Changes
31 - Use Glibc instead of uClibc. Required for DPDK.
32 - Include buildroot patch for DPDK. Update build.sh
33   script to include that patch.
34 - Update Linux kernel config to include UIO support
35
36 ### Added
37 - Python, DPDK to image
38
39
40 ## [1.2] - 2016-05-25
41
42 ### Changes
43 - Embed version in hidden file with magic string that can be read
44   without actually booting the image:
45   ~~~
46   cat <vm image> | strings | grep NESTED_VERSION
47   ~~~
48 - Include both cisco/cisco credentials (for backwards compatibility)
49   and csit/csit
50
51 ## [1.1] - 2016-05-17
52
53 ### Added
54 - iproute2 package (for "ip" command)
55
56
57 ## [1.0] - 2016-05-16
58
59 ### First release
60 - Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot.
61 This version is to mimic the previous, manually built image.
62 - Packages installed:
63     - Kernel 4.3
64         - support for virtio NIC
65     - bridge-utils (for brctl)
66     - qemu (for qemu-ga)