]> git.proxmox.com Git - pve-cluster.git/blobdiff - debian/changelog
bump version to 6.0-0+1
[pve-cluster.git] / debian / changelog
index af53e26ed044f7533378c5ec01f36f8396371fb0..8a1cc2e5450029e8796c9133e099bd1f625f5e90 100644 (file)
@@ -1,3 +1,283 @@
+pve-cluster (6.0-0+1) pve; urgency=medium
+
+  * update version for Debian Buster
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 May 2019 18:10:10 +0200
+
+pve-cluster (5.0-37) unstable; urgency=medium
+
+  * ipcc: increase restart grace period
+
+  * pmxcfs: allow read access for www-data to /run dir to let pveproxy
+    detect pmxcfs restarts
+
+  * fix #1777: join: assert that local nodename bound IP is configured
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Apr 2019 13:58:42 +0000
+
+pve-cluster (5.0-36) unstable; urgency=medium
+
+  * datacenter: only print properties to string if not already done
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 10 Apr 2019 15:46:45 +0200
+
+pve-cluster (5.0-35) unstable; urgency=medium
+
+  * restart pve-cluster.service on failure
+
+  * add u2f configuration to datacenter.cfg
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 03 Apr 2019 13:37:03 +0200
+
+pve-cluster (5.0-34) unstable; urgency=medium
+
+  * fix #2049: avoid conflict with chrony service
+
+  * fix #1891: Add zsh command completion for pvecm
+
+  * allow to setup and remove qdevice for cluster with the pvecm CLI
+    tool
+
+  * mac_prefix: do not allow multicast prefixes
+
+  * cluster: use lock for legacy authkey generation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Mar 2019 09:34:16 +0100
+
+pve-cluster (5.0-33) unstable; urgency=medium
+
+  * add ha setting format string property to datacenter.cfg
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 07 Jan 2019 12:56:28 +0100
+
+pve-cluster (5.0-32) unstable; urgency=medium
+
+  * pmxcfs: add ceph.conf to observed files
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Dec 2018 10:40:04 +0100
+
+pve-cluster (5.0-31) unstable; urgency=medium
+
+  * add 'for internal use' to description of addnode
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Nov 2018 13:06:11 +0100
+
+pve-cluster (5.0-30) unstable; urgency=medium
+
+  * simplify buildsys: replace autotools with plain makefiles
+
+  * api/join: avoid using an IPv6 address as worker task ID
+
+  * Fix #1848: typo in PVE::Cluster::join()
+
+  * Fix #1849: typos: aquire -> acquire
+
+  * add missing languages to datacenter_schema
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Aug 2018 13:59:49 +0200
+
+pve-cluster (5.0-29) unstable; urgency=medium
+
+  * fix #1843: always free certificate file after reading it
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Jul 2018 11:16:07 +0200
+
+pve-cluster (5.0-28) unstable; urgency=medium
+
+  * pvecm updatecerts: run in fork and time out after 30 seconds
+
+  * use constants for IPC request types
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Jul 2018 14:12:33 +0200
+
+pve-cluster (5.0-27) unstable; urgency=medium
+
+  * fix #1743: cluster create: default to ring0_addr for bindnet0
+
+  * api: allow cluster wide sys auditors to get join info
+
+  * add lock helper for ACME
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 04 May 2018 12:55:49 +0200
+
+pve-cluster (5.0-26) unstable; urgency=medium
+
+  * add 'xtermjs' as possible default console type option
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Apr 2018 11:07:25 +0200
+
+pve-cluster (5.0-25) unstable; urgency=medium
+
+  * fix daemonization of pmxcfs to avoid races with other services and its own
+    post-start hook trying to communicate with it before it's ready
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Apr 2018 13:48:19 +0200
+
+pve-cluster (5.0-24) unstable; urgency=medium
+
+  * fix #1723: cluster joining via the CLI
+
+  * create known_hosts symlink on join
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Apr 2018 11:28:27 +0200
+
+pve-cluster (5.0-23) unstable; urgency=medium
+
+  * API/Cluster: autoflush STDOUT for join and create
+
+  * pvecm join: also default to resolved IP with use_ssh param
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2018 12:24:49 +0200
+
+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