]> git.proxmox.com Git - pve-cluster.git/blobdiff - debian/changelog
bump version to 8.0.4
[pve-cluster.git] / debian / changelog
index 16722b0ded9ec8d77e4be605cbeef68f816d109d..6db32104df61c06d9d93fb0280578c3dfcff54d8 100644 (file)
@@ -1,3 +1,724 @@
+pve-cluster (8.0.4) bookworm; urgency=medium
+
+  * fix #4937: force UTF-8 encoding when writing notification
+    configuration files to avoid issues with certain characters like
+    'ΓΌ'.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Sep 2023 13:55:07 +0200
+
+pve-cluster (8.0.3) bookworm; urgency=medium
+
+  * add libpve-notify-perl package
+
+  * add configuration files for notifications to observed files
+
+  * add notification configuration for APT, fencing and replication to
+    datacenter config
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Jul 2023 15:06:08 +0200
+
+pve-cluster (8.0.2) bookworm; urgency=medium
+
+  * datacenter config: turn shutdown policy into a standard option
+
+  * pmxcfs: check all addresses from getaddrinfo to find non-loopback one
+
+  * pmxcfs: log resolved IP and improve log on failure to resolve
+
+  * pvecm: updatecerts: wait for the quorum and always report if it fails to
+    ensure that the base hierarchy and certificates exists
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 01 Jul 2023 19:22:59 +0200
+
+pve-cluster (8.0.1) bookworm; urgency=medium
+
+  * pvecm: fix cluster join over ssh with newer rsync
+
+  * add configuration files for resource mapping to observed files
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jun 2023 12:04:37 +0200
+
+pve-cluster (8.0.0) bookworm; urgency=medium
+
+  * re-build for Debian 12 Bookworm based Proxmox VE 8.x series
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 May 2023 17:14:04 +0200
+
+pve-cluster (7.3-3) bullseye; urgency=medium
+
+  * pvecm add: require user to navigate out of `/etc/pve` to avoid issues due
+    to the pmxcfs mountpoint vanishing (restarting) on join
+
+  * datacenter config: mark HA CRS scheduler sub-property optional
+
+  * crs: add `ha-rebalance-on-start` sub-option to datacenter config
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Mar 2023 11:17:00 +0100
+
+pve-cluster (7.3-2) bullseye; urgency=medium
+
+  * fix #1295: add config schema to control pending update notifications
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Jan 2023 16:32:14 +0100
+
+pve-cluster (7.3-1) bullseye; urgency=medium
+
+  * datacenter config: remove typos in "user-tag-access" description
+
+  * datacenter config: add 'case-sensitive' option for 'tag-styles'
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Nov 2022 08:34:10 +0100
+
+pve-cluster (7.2-3) bullseye; urgency=medium
+
+  * add 'allow-subdomains' to webauthn schema
+
+  * pmxcfs: add IPC call to get multiple guest config properties at once
+    including a `get_guest_config_properties` perl wrapper
+
+  * datacenter config: add tag-style property and options to control tag usage
+    rights
+
+  * datacenter config: add 'ordering' property to 'tag-style' option
+
+  * datacenter config: add cluster resource scheduling (crs) options
+
+  * register the `firewall/cluster.fw` file so that we can adapt the firewall
+    code for config caching
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Nov 2022 13:04:33 +0100
+
+pve-cluster (7.2-2) bullseye; urgency=medium
+
+  * datacenter cfg: clarify that the next-id's upper boundary is exclusive and
+    adapt the max value accordingly
+
+  * cluster config: mark qdevice end point as protected to ensure we always
+    can get its status
+
+  * corosync.conf sync: add heuristic to wait for propagation of change to all
+    nodes before triggering a cluster wide config reload
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jul 2022 07:36:07 +0200
+
+pve-cluster (7.2-1) bullseye; urgency=medium
+
+  * fix #439: datacenter config: add infrastructure for next-id range
+    configuration
+
+  * fix #3957: spell 'occurred' correctly
+
+  * parse datacenter config: remove "\s*" from comment regex
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Apr 2022 17:11:10 +0200
+
+pve-cluster (7.1-3) bullseye; urgency=medium
+
+  * cluster log: fix a segfault / wrong iteration bounds in ringbuffer
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 15 Dec 2021 15:24:22 +0100
+
+pve-cluster (7.1-2) bullseye; urgency=medium
+
+  * fix #3596: handle delnode of offline node
+
+  * datacenter.cfg: avoid warning due to broken fallback if no config file
+    exists
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Nov 2021 14:31:56 +0100
+
+pve-cluster (7.0-5) bullseye; urgency=medium
+
+  * add WebAuthn configuration to datacenter.cfg
+
+  * sysctl snippet: move from /etc to /usr/lib and prefix with `10-` to allow
+    for grasping ordering easier
+
+  * sysctl: disable net.ipv4.igmp_link_local_mcast_reports to reduce ICMPv3
+    broadcasts to the network when a guest interface is plugged into their
+    firewall bridge
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Nov 2021 17:20:23 +0100
+
+pve-cluster (7.0-4) bullseye; urgency=medium
+
+  * datacenter config: add notes property to allow documenting clustert-
+    wide comments/notes
+
+  * api: join info: return explicit HTTP status error-code (424) for
+    no-cluster instead of generic 500 one
+
+  * add 'jobs.cfg' to observed files
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 09 Nov 2021 18:30:10 +0100
+
+pve-cluster (7.0-3) bullseye; urgency=medium
+
+  * pmxcfs: bump basic FS limits, 1 MiB per-file, 128 MiB total and 256k
+    inodes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Jul 2021 12:42:52 +0200
+
+pve-cluster (7.0-2) bullseye; urgency=medium
+
+  * get tasklist: unpack null-terminated C string before decoding as JSON for
+    compatibillity with the JSON perl-module shipped in Bullseye
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 May 2021 11:21:02 +0200
+
+pve-cluster (7.0-1) bullseye; urgency=medium
+
+  * re-build for Debian 11 Bullseye based releases
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 09 May 2021 17:55:48 +0200
+
+pve-cluster (6.4-1) pve; urgency=medium
+
+  * pmxcfs: do not grant LXC configs o+r permissions by default anymore
+
+  * add various tech-preview SDN configuration files
+
+  * rename sdn/.version to sdn/.running-config
+
+  * pmxcfs: db: use SQLITE_STATIC when writing FS updates to the DB to avoid
+    memory copies
+
+  * pmxcfs: db: tell query planner that our prepared statement are long living
+
+  * cfs lock: avoid confusing lock prefix on error from the executed code
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Apr 2021 16:01:04 +0200
+
+pve-cluster (6.2-1) pve; urgency=medium
+
+  * pvecm: print correct nodename when finishing join, to avoid confusion
+
+  * fix #2727: pass correct format for linkX
+
+  * pmxcfs sync: properly check for corosync error
+
+  * pmxcfs: protect CPG operations with mutex
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 30 Sep 2020 13:48:59 +0200
+
+pve-cluster (6.1-8) pve; urgency=medium
+
+  * add ACME plugin config file to cluster files
+
+  * add firewall config locking helper
+
+  * ensure base directories of observed files is created in a central way
+
+  * drop SDN .new files and add .version mechanism
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 03 May 2020 18:19:28 +0200
+
+pve-cluster (6.1-5) pve; urgency=medium
+
+  * improve and add to corosync configuration sanity checking on join with more
+    tests.
+
+  * Enable support for up to 8 corosync links
+
+  * pvecm: qdevice setup: fix check for unsupported odd node count
+
+  * Add cluster join API version check
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Mar 2020 17:38:46 +0100
+
+pve-cluster (6.1-4) pve; urgency=medium
+
+  * pmxcfs: add verify_token IPC request
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 28 Jan 2020 15:24:42 +0100
+
+pve-cluster (6.1-3) pve; urgency=medium
+
+  * fix #2553: ensure status and memdb mutex locking is always the same order
+    to avoid a possible deadlock when accessing the cluster resources status
+    API endpoing while doing snapshots or renames of VMID.conf files frequently
+
+  * add "cpu-models.conf" to observed files
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Jan 2020 10:30:10 +0100
+
+pve-cluster (6.1-2) pve; urgency=medium
+
+  * allow full-mesh routed setup for cluster join
+
+  * describe 'migrate' HA shutdown policy in datacenter.cfg man-page
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Nov 2019 17:19:45 +0100
+
+pve-cluster (6.1-1) pve; urgency=medium
+
+  * allow one to set 'migrate' HA shutdown policy in datacenter.cfg
+
+  * change certificate lifetime to two years, some newer browsers complain on
+    longer lifetime
+
+  * mtunnel migration IP: allow the same IP to be configured multiple times,
+    fixes, among others, routed full-mesh setups
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Nov 2019 15:09:58 +0100
+
+pve-cluster (6.0-9) pve; urgency=medium
+
+  * pvecm: fix weirdly spaced double-prompt for password on join
+
+  * fix #2479: use correct sub in create_conf
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Nov 2019 16:30:21 +0100
+
+pve-cluster (6.0-8) pve; urgency=medium
+
+  * fix #1380: pvecm status: add general cluster information
+
+  * dc.conf: sort languages for easier finding one
+
+  * dc.conf: add missing entries to default language property (he, da)
+
+  * use PVE::Certificate to read fingerprint
+
+  * move CertCache to pve-manager
+
+  * datacenter.cfg: parse/print u2f property string
+
+  * split package into a pve-cluster/pmxcfs one and a perl modules library one
+
+  * pve-cluster.service: move pvecm call to pveproxy.service
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2019 11:27:27 +0100
+
+pve-cluster (6.0-7) pve; urgency=medium
+
+  * pmxcfs: ensure dcdb returns correct buffer again on parsing the FUSE
+    message. Fixes a regression from 6.0-6.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 02 Sep 2019 11:07:59 +0200
+
+pve-cluster (6.0-6) pve; urgency=medium
+
+  * pmxcfs: code cleanup to allow enabling additional, stricter, compiler
+    checks
+
+  * cfs-utils cluster_config_version: actually enforce config_length
+    when doing the regex match
+
+  * pmxcfs: get config properties: ensure we do not read beyond the in-memory
+    config
+
+  * pmxcfs server: fix off-by-one error when ensuring string NULL
+    termination
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Aug 2019 14:45:19 +0200
+
+pve-cluster (6.0-5) pve; urgency=medium
+
+  * join: better error handling
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 7 Aug 2019 10:47:52 +0200
+
+pve-cluster (6.0-4) pve; urgency=medium
+
+  * Add functions to resolve hostnames and iterate corosync nodes
+
+  * Add qdevice status API endpoint
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 2 Jul 2019 11:18:49 +0200
+
+pve-cluster (6.0-3) pve; urgency=medium
+
+  * restore pvecm mtunnel for now
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Jun 2019 11:17:05 +0200
+
+pve-cluster (6.0-2) pve; urgency=medium
+
+  * pmxcfs: workaround strange g_string_free behaviour in get guest cfg
+    properties:
+
+  * api: join info: we still get ring0_addr in nodelist
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 25 Jun 2019 12:29:56 +0200
+
+pve-cluster (6.0-1) pve; urgency=medium
+
+  * add generic data broadcast interface
+
+  * add get_guest_config_property IPCC method
+
+  * pvecm: remove mtunnel
+
+  * corosync config: add initial corosync 3 + kronosnet support
+
+  * add new corosync-link format and use for create and join
+
+  * corosync: allow one to set link priorities
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Jun 2019 20:13:11 +0200
+
+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
+    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
+
+  * factor out corosync methods to own module
+
+  * pmxcfs: fix segfault in cfs_create_status_msg
+
+  * add sshinfo_to_command_base
+
+  * mtunnel: add -run-command for insecure pipes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jun 2017 08:29:29 +0200
+
+pve-cluster (5.0-9) unstable; urgency=medium
+
+  * Remove a wrong warning message from pmxcfs.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Jun 2017 09:38:12 +0200
+
+pve-cluster (5.0-8) unstable; urgency=medium
+
+  * sshinfo: add the network cidr
+
+  * Fix #1383: pmxcfs: use memdb_tree_entry_free()
+
+  * Cluster.pm: add get_ssh_info and ssh_info_to_command
+
+  * add replication.cfg to observed files
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 May 2017 09:11:06 +0200
+
+pve-cluster (5.0-7) unstable; urgency=medium
+
+  * remove storage_replication_network setting from datacenter.cfg
+
+  * fix #1369 - re-allow using hostnames for ringX_addr
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 May 2017 14:57:50 +0200
+
+pve-cluster (5.0-6) unstable; urgency=medium
+
+  * remove postinst script
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 03 May 2017 07:42:12 +0200
+
+pve-cluster (5.0-5) unstable; urgency=medium
+
+  * fix check refusing chmod when it should be allowed
+
+  * add storage_replication_network setting to datacenter.cfg
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Apr 2017 13:58:54 +0200
+
+pve-cluster (5.0-4) unstable; urgency=medium
+
+  * allow chown and chmod on pmxcfs (for root:www-data / 0640)
+
+  * fix install location of IPCC.so
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 10 Apr 2017 15:53:16 +0200
+
+pve-cluster (5.0-3) unstable; urgency=medium
+
+  * rrd_dump: filter undefined values encodes as 'U'
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Mar 2017 11:59:27 +0100
+
+pve-cluster (5.0-2) unstable; urgency=medium
+
+  * Rebuild with new corosync packages to correct dependencies
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 13:23:12 +0100
+
 pve-cluster (5.0-1) unstable; urgency=medium
 
   * Rebuild for PVE 5.0 / Debian Stretch