X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=3e00966385d39f1058d4f2771e55832701901b3e;hb=670e00d12df1c2fc3773c3902e081a911953600d;hp=20d8e9e607a210b9542deb30b77193c7850e886c;hpb=b523e00329ad98afed701be46090b61731e36312;p=pve-cluster.git diff --git a/debian/changelog b/debian/changelog index 20d8e9e..3e00966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,120 @@ +pve-cluster (5.0-22) unstable; urgency=medium + + * fix tainted input in backup_cfs_database + + * refactor backup_cfs_database + + * cluster join: ensure updatecerts gets called on quorate cluster + + * api: add fork worker ID for create and join + + * pvecm: check if APIClient exception code is defined + + -- Proxmox Support Team Tue, 13 Mar 2018 12:35:43 +0100 + +pve-cluster (5.0-21) stable; urgency=medium + + * datacenter.cfg: add bwlimit + + * api/cluster: move addnode/delnode from CLI to API + + * api/cluster/addnode: return cluster config and authkey + + * api/cluster: add join endpoint + + * pvecm add: use API by default to join cluster + + * cluster create: restart corosync & pmxfs in one go + + * api/cluster: move cluster create from CLI to API + + * api/cluster: add endpoint to GET cluster join information + + * use resolved IP address for ring0_addr as default + + * lock locally on cluster create and join + + * pvecm: add: create task log on cluster join + + -- Proxmox Support Team Tue, 27 Feb 2018 09:56:14 +0100 + +pve-cluster (5.0-20) stable; urgency=medium + + * mtunnel: don't read extra files passed via the command line as input + + * handle pmxcfs restarts in ipcc clients better + + * pmxcfs: remove a now-unnecessary shutdown delay + + * deprecate 'applet' console setting in datacenter.cfg, it now maps to + 'html5' + + * order LRM before CRM in post-installation commands to improve single-node + behavior + + -- Proxmox Support Team Mon, 22 Jan 2018 15:09:45 +0100 + +pve-cluster (5.0-19) stable; urgency=medium + + * pause older ha-manager versions during post install script to avoid fencing + issues + + -- Proxmox Support Team Thu, 07 Dec 2017 15:17:26 +0100 + +pve-cluster (5.0-18) stable; urgency=medium + + * fix sysctl.d/pve.conf installation + + * fix issues with updating datacenter.cfg with migration settings being used + + -- Proxmox Support Team Thu, 07 Dec 2017 08:11:44 +0100 + +pve-cluster (5.0-17) stable; urgency=medium + + * handle Net::SSLeay errors correctly + + * factor out reading a nodes ssl cert fingerprint + + * setup_sshd_config: remove useless start_sshd parameter + + * pvecm: add/delete: local lock & avoid problems on first node addition + + * pvecm: check early if the deletion cannot work + + -- Proxmox Support Team Tue, 28 Nov 2017 16:41:50 +0100 + +pve-cluster (5.0-16) unstable; urgency=medium + + * pvecm: cleanup modules + + * buildsys: autogen debug package + + * cleanup build and packaging system + + * remove unused sysv init.d service file + + * pve-cluster service: remove $DAEMON_OPTS and environment file + + * fix #1566: do not setup ssh config in updatecerts call + + * ssh helper: disable escape keys + + * fix #1559: pmxcfs: add missing lock when dumping .rrd + + * cfs_lock: address race where alarm triggers with lock acquired + + * cfs_lock: always unlock after code was executed + + -- Proxmox Support Team Wed, 22 Nov 2017 08:20:25 +0100 + +pve-cluster (5.0-15) unstable; urgency=medium + + * cluster: improve error handling when reading files + + * cluster: cfs_update: option to die rather than warn + + -- Proxmox Support Team Tue, 17 Oct 2017 15:06:22 +0200 + pve-cluster (5.0-14) unstable; urgency=medium * fix #1504: abort in pmxcfs when opening a status file concurrently from