X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=30c640776fc2c7e4db16efe92ee2f7b891676c6f;hp=ee3ba3dbc276ff4587e7038d33c930726db297f5;hb=HEAD;hpb=6f11b3eeb924c7bd90281a298323a320ade11dff diff --git a/debian/changelog b/debian/changelog index ee3ba3d..1b7ddcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,238 @@ +libpve-common-perl (8.2.1) bookworm; urgency=medium + + * interfaces: support stanzas without types/methods, like ifupdown2 supports + + -- Proxmox Support Team Tue, 23 Apr 2024 15:42:55 +0200 + +libpve-common-perl (8.2.0) bookworm; urgency=medium + + * fix #545: interfaces: allow arbitrary bridge names in network config + + -- Proxmox Support Team Sun, 21 Apr 2024 11:50:54 +0200 + +libpve-common-perl (8.1.2) bookworm; urgency=medium + + * remote format: improve documentation of expected API-token format + + * json schema: add format description for pve-storage-id standard option + + -- Proxmox Support Team Wed, 17 Apr 2024 21:10:32 +0200 + +libpve-common-perl (8.1.1) bookworm; urgency=medium + + * fix #5141: network parser: fix accidental RE result re-use and add tests + + * network tests: switch to ifupdown2 + + * network parser: iterate deterministically + + * schema: fixup description vs format_description in remote_format + + * add PVE::Systemd::is_unit_active + + * ticket: remove fallback for SHA1-base64 CSRF prevention tokens + + * expose SYS_prctl + + -- Proxmox Support Team Wed, 06 Mar 2024 12:03:00 +0100 + +libpve-common-perl (8.1.0) bookworm; urgency=medium + + * tools: Add mknod syscall + + * tools: Add mount flag constants + + * json schema: implement support for 'oneOf' schema + + * section config: allow (opt-in) full property-isolation for plugins + + -- Proxmox Support Team Tue, 21 Nov 2023 13:04:21 +0100 + +libpve-common-perl (8.0.10) bookworm; urgency=medium + + * pbs client: add 'tar' parameter to file_restore_extract + + * fix #4162: added `Auto-Submitted` header to email body + + -- Proxmox Support Team Tue, 07 Nov 2023 08:58:23 +0100 + +libpve-common-perl (8.0.9) bookworm; urgency=medium + + * section config: fix handling unknown sections with arrays which + broke the jobs configuration when running 'qm destroy ID --purge'. + + * tools: improve error handling for run with timeout helpers. + + * tools: allow forcing UTF-8 encoding in file set contents helper. + + -- Proxmox Support Team Mon, 11 Sep 2023 13:46:15 +0200 + +libpve-common-perl (8.0.8) bookworm; urgency=medium + + * fix #4849: download file from url: add opt parameter for a decompression + command + + * ldap: handle errors explicitly to improve user visible error messages + + * section config: allow base properties for 'createSchema' and + 'updateSchema' + + -- Proxmox Support Team Fri, 11 Aug 2023 13:25:04 +0200 + +libpve-common-perl (8.0.7) bookworm; urgency=medium + + * schema: increase pve-config-digest maxLength to 64 + + -- Proxmox Support Team Mon, 24 Jul 2023 11:55:39 +0200 + +libpve-common-perl (8.0.6) bookworm; urgency=medium + + * network: cope with non-existing interfaces config when getting local IPs + + * run with timeout: return if timeout happened in list context + + -- Proxmox Support Team Sat, 01 Jul 2023 19:24:06 +0200 + +libpve-common-perl (8.0.5) bookworm; urgency=medium + + * api dump: ignore proxyto_callback code refs + + -- Proxmox Support Team Sat, 17 Jun 2023 13:58:23 +0200 + +libpve-common-perl (8.0.4) bookworm; urgency=medium + + * read firstline helper: only map ENOENT to undef, raise error otherwise + + * ldap: fail authentication if DN is emptyu + + * syslog: map cut-off priority level 'warn' to 'warning' as convenience, we + use the former in quite some places already. + + * fix #4778: fix recent regression with boolean type check for JSON + parameters over the API + + * schema: explicitly set min/max for VMID option, which then propagates into + our API viewer tool, pointing our actual valid range out more prominently + to users and external developers. + + -- Proxmox Support Team Fri, 16 Jun 2023 10:29:19 +0200 + +libpve-common-perl (8.0.3) bookworm; urgency=medium + + * implement array support for section configs + + * drop support for the '-alist' format + + -- Proxmox Support Team Wed, 07 Jun 2023 13:51:34 +0200 + +libpve-common-perl (8.0.2) bookworm; urgency=medium + + * schema: add support for array parameter in api calls, cli and config + + * schema: improve description of bwlimit parameter + + * remove unused SysFSTools::pci_cleanup_mdev_device + + -- Proxmox Support Team Wed, 07 Jun 2023 13:12:18 +0200 + +libpve-common-perl (8.0.1) bookworm; urgency=medium + + * cli usage: remove extra newlines before descriptions + + * d/control: record dependency on libanyevent-perl + + -- Proxmox Support Team Fri, 19 May 2023 14:39:05 +0200 + +libpve-common-perl (8.0.0) bookworm; urgency=medium + + * re-build for Debian 12 Bookworm based release series + + -- Proxmox Support Team Mon, 08 May 2023 15:12:53 +0200 + +libpve-common-perl (7.4-1) bullseye; urgency=medium + + * REST & CLI handler: minimize scope of no-strict-refs exemption + + * cert: fix invalid CSR version + + * partially fix #1454: meminfo: also return arcsize + + * cgroup: allow one to set the memory.high CGv2 knob too + + -- Proxmox Support Team Wed, 26 Apr 2023 12:23:26 +0200 + +libpve-common-perl (7.3-4) bullseye; urgency=medium + + * fix #4615: REST environment: improve AnyEvent detectíon in child cleanup + + -- Proxmox Support Team Mon, 27 Mar 2023 10:36:41 +0200 + +libpve-common-perl (7.3-3) bullseye; urgency=medium + + * fix #4299: network: check the interface specific sysfs path to detect if + IPv6 is disabled, as the global one might be available either way + + * certificate: add helper to check if cert and key match + + * API REST environment: postpone worker process collection on SIGCHLD if + it's likely that the process runs in an AnyEvent loop to avoid a race + resulting in failure to update the active task list + + * section config: add helper for deleting keys from a entry + + * certificate: actually print openssl errors + + -- Proxmox Support Team Thu, 16 Mar 2023 16:35:39 +0100 + +libpve-common-perl (7.3-2) bullseye; urgency=medium + + * fix #4299: check full path to 'disable_ipv6' file in case ipv6 is disabled + but the directory for it exists + + * add callback based filtering for dump_logfile and add a stateful variant + usable for multiple files via handles + + -- Proxmox Support Team Fri, 27 Jan 2023 10:28:32 +0100 + +libpve-common-perl (7.3-1) bullseye; urgency=medium + + * network: fix learning-on check for adding and deleting FDB entries + + * dump logfile: return whole log file if `limit` parameter is `0` + + -- Proxmox Support Team Thu, 24 Nov 2022 17:12:56 +0100 + +libpve-common-perl (7.2-8) bullseye; urgency=medium + + * pbs client: use 25s timeout and add extra-params + + * network: support adding fdb directly in tap_plug + + -- Proxmox Support Team Sun, 20 Nov 2022 16:26:19 +0100 + +libpve-common-perl (7.2-7) bullseye; urgency=medium + + * job registry: avoid injecting the section id unconditionally in + configs + + * network: tap plug: auto-disable learning if `bridge-disable-mac- + learning` option is set on the underlying Linux bridge; modern VM/CT + management stack adds the MAC then manually to the forwarding DB (FDB) on + start or (migration-)resume. + + -- Proxmox Support Team Sun, 13 Nov 2022 15:53:53 +0100 + +libpve-common-perl (7.2-6) bullseye; urgency=medium + + * section config: optionally support unknown types so that a local plugin + can edit their own entries without needing to understand all possible + types in a configuration backed by the section config format. + + * move the scheduled job base config & registry over from pve-manager as + PVE::Job::Registry for better reuse + + -- Proxmox Support Team Sat, 12 Nov 2022 16:04:59 +0100 + libpve-common-perl (7.2-5) bullseye; urgency=medium * schema: take over 'pve-targetstorage' option