Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / ChangeLog
1 0.4.0
2  - move to buildroot 2015.05 adjusting makefile and build appropriately.
3  - use Ubuntu 14.04 kernels (3.13)
4  - enable architectures ppc64, ppc64le, aarch64
5  - respect init= parameter
6  - growpart/growroot: resize partition while mounted with newer growpart.
7    default to background resizing of root filesystem.
8 0.3.4
9  - Improve tooling for IPv6 and network debugging [Jens Rosenboom]
10  - make 'nc -ll' work again. [Jens Rosenboom]
11  - set default timezone to UTC
12  - powerpc builds
13  - kernel: update to latest released Ubuntu 12.04 kernel (3.2.0-80.116).
14 0.3.3
15  - Wrap udhcpc to provide for easier passing of options including
16    those required to get MTU set properly.  [Harm Weites] (LP: #1301958)
17  - Busybox: enable nc flags '-s ADDR', '-n', '-u', '-o FILE', -z.
18  - kernel: update to latest released Ubuntu 12.04 kernel (3.2.0.68.81).
19 0.3.2
20  - Recognize failure when getting entries from ec2 metadata service,
21    especially annoying on 'ec2metadata --public-keys' (LP: #1148165)
22  - fix bug on ec2 metadata service if no public keys available.
23    Problem was that 404 was not being recognized (LP: #1148165)
24  - do not mount / as rw if already mounted rw.  in lxc this generated
25    additional and irrelevant noise on console.
26  - fix 'is_lxc' to work correctly.
27  - support 'seed' data from /var/lib/cloud/seed for nocloud and
28    configdrive sources.
29  - fix random and urandom device entries to be character rather
30    than block devices.
31  - if running in lxc (not libvirt-lxc), start getty on /dev/console
32  - add usr/share/udhcpc/default.script which helps better control
33    what happens on dhcp ifup.
34  - support executing /etc/rc.local
35  - set hostname from datasource (LP: #1132686)
36  - fix bad entry for 'ftp' user in /etc/group (LP: #1222951)
37  - support static routes provided in dhcp data (LP: #1190372)
38  - support resizing root filesystem (LP: #1261710) but disable
39    by default.  resizing can be enabled via file injection.
40  - provide more information in cirros-sysinfo [Harm Weites]
41 0.3.1
42  - move to buildroot 2012.05 (busybox 1.20.1)
43  - build on Ubuntu 12.04
44  - support https client via curl/openssl (LP: #918702)
45  - support mounting of vfat filesystems (LP: #929841)
46  - support acpi shutdown (LP: #944151)
47  - ec2metadata: remove double '/' in --public-keys requests (LP: #992492)
48  - upgrade kernel to Ubuntu 12.04 LTS kernel (3.2.0-25.40)