From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 9C1811FF187 for ; Tue, 2 Dec 2025 12:15:42 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D4F00CBCE; Tue, 2 Dec 2025 12:16:07 +0100 (CET) From: Dominik Csapak To: pdm-devel@lists.proxmox.com Date: Tue, 2 Dec 2025 12:13:29 +0100 Message-ID: <20251202111533.2068448-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.030 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [mod.rs, lib.rs] Subject: [pdm-devel] [PATCH datacenter-manager/yew-comp v2 0/5] add basic version guarding for pve guests config X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" This adds some functionality so we can easily version guard specific features for a pve node version. Currently this is done for: * env/entrypoint options for lxc * intel-tdx options for qemu We reuse the cached update information here, but we can easily change that out if we want/need to. changes from v1: * use 'proxmox_deb_version::Version' instead of just cmp_version (this makes the code a bit nicer) * drop unrelated patch (was accidentally sent in v1) proxmox-yew-comp: Dominik Csapak (2): pve: qemu: options/hardware: prepare and use version feature gating pve: lxc panels: prepare/add version feature gating Cargo.toml | 1 + src/configuration/pve/lxc_dns_panel.rs | 6 ++++ src/configuration/pve/lxc_network_panel.rs | 6 ++++ src/configuration/pve/lxc_options_panel.rs | 32 ++++++++++++++++--- .../pve/lxc_resources_panel/mod.rs | 6 ++++ .../pve/qemu_hardware_panel/mod.rs | 6 ++++ src/configuration/pve/qemu_options_panel.rs | 32 ++++++++++++++++--- src/form/pve/lxc_property/mod.rs | 11 +++++++ src/form/pve/mod.rs | 10 +++--- 9 files changed, 96 insertions(+), 14 deletions(-) proxmxo-datacenter-manager: Dominik Csapak (3): lib/server: pve: add api call to get the cached version info from remotes ui: pve: qemu: load and pass the pve-manager version to panels ui: pve: lxc: pass the pve-manager version to panels lib/pdm-client/src/lib.rs | 6 ++++ server/src/api/pve/mod.rs | 21 ++++++++++++ server/src/remote_updates.rs | 22 ++++++++++++- ui/src/lib.rs | 17 ++++++++++ ui/src/pve/lxc/mod.rs | 16 +++++++-- ui/src/pve/mod.rs | 63 ++++++++++++++++++++++++------------ ui/src/pve/qemu/mod.rs | 13 ++++++-- 7 files changed, 133 insertions(+), 25 deletions(-) Summary over all repositories: 16 files changed, 229 insertions(+), 39 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel