]> git.proxmox.com Git - pve-cluster.git/blobdiff - debian/changelog
bump version to 7.2-2
[pve-cluster.git] / debian / changelog
index 53c95f6f2a784ba6835f036327c1048959207fc8..5a8b17ac31ddc4556d45eca28429a7071fbe4a22 100644 (file)
@@ -1,3 +1,74 @@
+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