]> git.proxmox.com Git - pmg-api.git/blobdiff - debian/changelog
bump version to 8.1.0
[pmg-api.git] / debian / changelog
index 7dcb678c73bd711accbd1f4e369cf01ff05b47c6..a087584d4b60df746e97d8b172113cd218b30e72 100644 (file)
+pmg-api (8.1.0) bookworm; urgency=medium
+
+  * fix #5189: cluster: avoid sync errors for statistics and quarantine due to
+    existing data on fresh nodes, which can happen, for example, when
+    restoring a backup.
+
+  * pmgdb dump:
+    - print the type of an object to better differentiate, e.g., an domain
+       entry from a regex entry with the same value.
+    - better highlight active rules over inactive ones
+    - drop "found" prefixes for each rule and group as that conveyed little
+      information, still clutters the output.
+    - add `active` CLI options to control if only active rules should be
+      printed
+
+  * quarantine: sort the per-user want- and block-lists entries when saving
+    them to the DB
+
+  * postfix template: update to current default setting (name) for the SMTP
+    Smuggling vulnerability  in postfix version 3.7.10 and newer.
+
+  * api: tracking center: drop timezone offset as new log-tracker does time
+    calculations directly in UTC
+
+  * fix #2971: DKIM: Add a setting to specify whether to use the from-header
+    for signing instead of the current default envelope-from-address.
+
+  * api: node status: return structured info about current kernel
+
+  * api: node status: return info about current boot mode
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Feb 2024 20:26:57 +0100
+
+pmg-api (8.0.12) bookworm; urgency=medium
+
+  * fix #4818: utils: don't require minimum length for username
+
+  * fix #4811: rule db: test regex validity on submit
+
+  * system report: add content of /etc/pmg/dkim/domains
+
+  * rule cache: reorganize how we gather marks and spaminfo and unnecessary
+    copying of marks
+
+  * smtp-filter: log pre-fork worker settings on start-up
+
+  * config: rework heurisitic for calculating the maximzm smtp-filter process
+    workers to better reflect modern setups w.r.t. total system memory
+
+  * add objectgroup and rule attributes for 'and' and 'invert' logical
+    operators
+
+  * rule cache: implement 'and' and 'invert' for the 'when', 'from', 'to' and
+    what objects
+
+  * pmg-smtp-filter: rename proxtest.com to pmg.example in demo code paths to
+    avoid potential name squatting
+
+  * database: use foreign keys for rule and object group attributes
+
+  * fix #4392: keep empty user blocklist and wantlist in the database to
+    ensure they get synced correctly to other nodes
+
+  * templates: postfix: set same timeouts for before and after-queue (10
+    minutes)
+
+  * config: postfix: make smtp-filter-timeout configurable
+
+  * fix #2606: ruledb disclaimer: add ability to set position to start or end
+
+  * fix #2430: ruledb disclaimer: make adding the separator configurable
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Feb 2024 17:26:12 +0100
+
+pmg-api (8.0.11) bookworm; urgency=medium
+
+  * fix invalid whitespaces in master.cf template introduced in 8.0.10
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jan 2024 12:53:36 +0100
+
+pmg-api (8.0.10) bookworm; urgency=medium
+
+  * address smtp-smuggling vulnerability (CVE-2023-51764) with the fix
+    recommended by postfix upstream by disallowing bare linefeeds, except from
+    internal sources, requires postfix version 3.7.9-0+deb12u1 to take effect
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jan 2024 11:51:22 +0100
+
+pmg-api (8.0.9) bookworm; urgency=medium
+
+  * implement "SMTP-smuggling" mitigation for external port - see
+    https://www.postfix.org/smtp-smuggling.html for details
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Dec 2023 11:16:42 +0100
+
+pmg-api (8.0.8) bookworm; urgency=medium
+
+  * fix #4944: api/pbs remote: Add a port config
+
+  * user quarantine: use raw pmail for ticket assembly
+
+  * reduce the logging level of certain messages
+
+  * apt: use `apt changelog` for changelog fetching
+
+  * api/cli: acme: add eab parameters
+
+  * api: acme: deprecate tos endpoint in favor of new meta endpoint
+  * api: quarantine: include descriptions for KAM rules in the spaminfo
+
+  * pmg7to8: Add check for dkms modules
+
+  * pmg7to8: check for proper grub meta-package for bootmode
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Dec 2023 10:58:29 +0100
+
+pmg-api (8.0.7) bookworm; urgency=medium
+
+  * handle pve-kernel -> proxmox-kernel rename
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Aug 2023 11:53:07 +0200
+
+pmg-api (8.0.6) bookworm; urgency=medium
+
+  * cluster: fingerprint parsing: adapt to changed openssl output
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 25 Jul 2023 11:32:42 +0200
+
 pmg-api (8.0.5) bookworm; urgency=medium
 
-  * cluster config: restrict slurp scope to avoid issue parsing network interfaces
+  * cluster config: restrict slurp scope to avoid issue parsing network
+    interfaces
 
   * pmg7to8: notify about unmodified templates
 
   * system report: skip irrelevant files in /etc/pmg/templates
 
- -- Proxmox Support Team <support@proxmox.com>  Tue, 11 Jul 2023 17:52:07 +0200
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 11 Jul 2023 17:53:49 +0200
 
 pmg-api (8.0.4) bookworm; urgency=medium