]> git.proxmox.com Git - pve-cluster.git/blobdiff - debian/changelog
bump version to 5.0-22
[pve-cluster.git] / debian / changelog
index 2c8ebb7f83543a80d45b4d994a078b744c19621d..3e00966385d39f1058d4f2771e55832701901b3e 100644 (file)
@@ -1,3 +1,159 @@
+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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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
+    many processes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Sep 2017 14:19:17 +0200
+
+pve-cluster (5.0-13) unstable; urgency=medium
+
+  * fix #1472: fix rrd file path
+
+  * improve internal handling of corosync configuration
+
+  * pvecm: improve locking when adding or deleting cluster nodes
+
+  * improve message outputs on IPC errors
+
+  * update SSH cipher list
+
+  * fix a problem with the tasklist & log when there were many unusually long
+    task logs
+
+  * fix #1486: spelling mistakes in pmxcfs
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Sep 2017 09:37:47 +0200
+
+pve-cluster (5.0-12) unstable; urgency=medium
+
+  * ssh_merge_known_hosts: also add entry if current sshkey does not match
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 12 Jul 2017 12:00:27 +0200
+
+pve-cluster (5.0-11) unstable; urgency=medium
+
+  * ssh_merge_known_hosts: address auth failure problem when using
+    uppercase hostnames
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 10 Jul 2017 08:53:58 +0200
+
 pve-cluster (5.0-10) unstable; urgency=medium
 
   * pvecm delnode: prevent deleting current node