X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootmanager.spec;h=b4af2a74274e4921c0ded0b2a9a9c932df2276ae;hb=1674fda51a6ec9bcb3bfdf49a017051d514e7ed8;hp=bce078f844b9580d776859f4c4e5a348c01aedf3;hpb=135271d073a8e7ddfe044ba62c35bb4f7a4676b0;p=bootmanager.git diff --git a/bootmanager.spec b/bootmanager.spec index bce078f..b4af2a7 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -1,6 +1,6 @@ # %define name bootmanager -%define version 5.2 +%define version 5.3 %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -82,6 +82,32 @@ chmod 700 /var/log/bm /etc/plc.d/bootmanager %changelog +* Wed Jul 16 2014 Thierry Parmentelat - bootmanager-5.2-5 +- runs AnsibleHook, that optionnally runs playbooks (by default, usual behaviour) +- introduces the ONE_PARTITION configuration variable +- some suport for chainbooting ubuntu + +* Mon Apr 28 2014 Thierry Parmentelat - bootmanager-5.2-4 +- no functional change, only tweaks in Makefile for interating with test environment + +* Tue Mar 25 2014 Thierry Parmentelat - bootmanager-5.2-3 +- some old f18 bootCDs do not support mkfs.btrfs -f +- so invoke this option only when supported + +* Fri Mar 21 2014 Thierry Parmentelat - bootmanager-5.2-2 +- conf_files.py is expected in /usr/share/NodeManager, not in /etc/init.d any more +- smarter for locating initrd, for f20 +- add -f to mkfs.btrfs - sometimes hangs otherwise + +* Thu Mar 07 2013 Thierry Parmentelat - bootmanager-5.2-1 +- merged the branches for vserver and lxc +- requires the rest of 5.2 - notably 'virt' in GetNodeFlavour +- note that WriteModprobeConfig and MakeInitrd are turned off for lxc nodes +- also note that fsck management for btrfs/lxc is still weak +- vs_ROOT_SIZE=14G lxc_ROOT_SIZE=70G +- vs_TOTAL_MINIMUM_DISK_SIZE=50G lxc_TOTAL_MINIMUM_DISK_SIZE=120G +- expects ntpd to be turned on in the nodeimage + * Fri Feb 22 2013 Thierry Parmentelat - bootmanager-5.1-5 - fix for heterogeneous bootimage/nodeimage