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