all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager/yew-comp 0/6] add basic version guarding for pve guests
@ 2025-12-02  9:59 Dominik Csapak
  2025-12-02 10:00 ` [pdm-devel] [PATCH yew-comp 1/2] qemu: options/hardware: prepare and use version feature gating Dominik Csapak
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Dominik Csapak @ 2025-12-02  9:59 UTC (permalink / raw)
  To: 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.

proxmox-yew-comp:

Dominik Csapak (2):
  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        |  5 +++
 src/configuration/pve/lxc_network_panel.rs    |  5 +++
 src/configuration/pve/lxc_options_panel.rs    | 33 ++++++++++++++++---
 .../pve/lxc_resources_panel/mod.rs            |  5 +++
 .../pve/qemu_hardware_panel/mod.rs            |  5 +++
 src/configuration/pve/qemu_options_panel.rs   | 33 ++++++++++++++++---
 src/form/pve/lxc_property/mod.rs              | 11 +++++++
 src/form/pve/mod.rs                           | 10 +++---
 9 files changed, 94 insertions(+), 14 deletions(-)


proxmxo-datacenter-manager:

Dominik Csapak (4):
  ui: subscription_info: add subscription counts
  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/dashboard/subscription_info.rs | 109 ++++++++++++++++++++++++--
 ui/src/lib.rs                         |  14 ++++
 ui/src/pve/lxc/mod.rs                 |  15 +++-
 ui/src/pve/mod.rs                     |  63 ++++++++++-----
 ui/src/pve/qemu/mod.rs                |  12 ++-
 8 files changed, 231 insertions(+), 31 deletions(-)


Summary over all repositories:
  17 files changed, 325 insertions(+), 45 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-12-02 11:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02  9:59 [pdm-devel] [PATCH datacenter-manager/yew-comp 0/6] add basic version guarding for pve guests Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH yew-comp 1/2] qemu: options/hardware: prepare and use version feature gating Dominik Csapak
2025-12-02 10:32   ` Thomas Lamprecht
2025-12-02 10:53     ` Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH yew-comp 2/2] pve: lxc panels: prepare/add " Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH datacenter-manager 1/4] ui: subscription_info: add subscription counts Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH datacenter-manager 2/4] lib/server: pve: add api call to get the cached version info from remotes Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH datacenter-manager 3/4] ui: pve: qemu: load and pass the pve-manager version to panels Dominik Csapak
2025-12-02 10:00 ` [pdm-devel] [PATCH datacenter-manager 4/4] ui: pve: lxc: " Dominik Csapak
2025-12-02 11:18 ` [pdm-devel] superseded: [PATCH datacenter-manager/yew-comp 0/6] add basic version guarding for pve guests Dominik Csapak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal