all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Gabriel Goller <g.goller@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH proxmox-ve-rs 1/2] cargo: bump proxmox-network-types
Date: Wed, 18 Feb 2026 16:11:42 +0100	[thread overview]
Message-ID: <20260218151153.381963-2-g.goller@proxmox.com> (raw)
In-Reply-To: <20260218151153.381963-1-g.goller@proxmox.com>

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 Cargo.toml                       | 2 +-
 proxmox-frr/debian/control       | 4 ++--
 proxmox-sdn-types/debian/control | 3 +--
 proxmox-ve-config/debian/control | 8 ++++----
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 99bd54a27949..7fe3283ec239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ serde = { version = "1" }
 thiserror = "2.0.0"
 
 proxmox-frr = { version = "0.2", path = "proxmox-frr" }
-proxmox-network-types = { version = "0.1.1" }
+proxmox-network-types = { version = "1.0.1" }
 proxmox-schema = { version = "5" }
 proxmox-sdn-types = { version = "0.1", path = "proxmox-sdn-types" }
 proxmox-serde = { version = "1.0.0" }
diff --git a/proxmox-frr/debian/control b/proxmox-frr/debian/control
index fb0960c4c75d..5f1fad3fdebd 100644
--- a/proxmox-frr/debian/control
+++ b/proxmox-frr/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Arch: cargo:native <!nocheck>,
  librust-minijinja-2+multi-template-dev (>= 2.5-~~) <!nocheck>,
  librust-phf-0.11+default-dev (>= 0.11.2-~~) <!nocheck>,
  librust-phf-0.11+macros-dev (>= 0.11.2-~~) <!nocheck>,
- librust-proxmox-network-types-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
+ librust-proxmox-network-types-1+default-dev (>= 1.0.1-~~) <!nocheck>,
  librust-proxmox-sdn-types-0.1+default-dev <!nocheck>,
  librust-proxmox-serde-1+default-dev <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
@@ -40,7 +40,7 @@ Depends:
  librust-minijinja-2+multi-template-dev (>= 2.5-~~),
  librust-phf-0.11+default-dev (>= 0.11.2-~~),
  librust-phf-0.11+macros-dev (>= 0.11.2-~~),
- librust-proxmox-network-types-0.1+default-dev (>= 0.1.1-~~),
+ librust-proxmox-network-types-1+default-dev (>= 1.0.1-~~),
  librust-proxmox-sdn-types-0.1+default-dev,
  librust-proxmox-serde-1+default-dev,
  librust-serde-1+default-dev,
diff --git a/proxmox-sdn-types/debian/control b/proxmox-sdn-types/debian/control
index a0b7af9e2bc9..7c2aa3a46196 100644
--- a/proxmox-sdn-types/debian/control
+++ b/proxmox-sdn-types/debian/control
@@ -16,12 +16,11 @@ Build-Depends-Arch: cargo:native <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-1+derive-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Git: git://git.proxmox.com/git/proxmox-ve-rs.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox-ve-rs.git
 Homepage: https://proxmox.com
 X-Cargo-Crate: proxmox-sdn-types
-Rules-Requires-Root: no
 
 Package: librust-proxmox-sdn-types-dev
 Architecture: any
diff --git a/proxmox-ve-config/debian/control b/proxmox-ve-config/debian/control
index b21182748393..164ea64fbcc2 100644
--- a/proxmox-ve-config/debian/control
+++ b/proxmox-ve-config/debian/control
@@ -10,8 +10,8 @@ Build-Depends-Arch: cargo:native <!nocheck>,
  librust-const-format-0.2+default-dev <!nocheck>,
  librust-log-0.4+default-dev <!nocheck>,
  librust-nix-0.29+default-dev <!nocheck>,
- librust-proxmox-network-types-0.1+api-types-dev (>= 0.1.1-~~) <!nocheck>,
- librust-proxmox-network-types-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
+ librust-proxmox-network-types-1+api-types-dev (>= 1.0.1-~~) <!nocheck>,
+ librust-proxmox-network-types-1+default-dev (>= 1.0.1-~~) <!nocheck>,
  librust-proxmox-schema-5+api-types-dev <!nocheck>,
  librust-proxmox-schema-5+default-dev <!nocheck>,
  librust-proxmox-sdn-types-0.1+default-dev <!nocheck>,
@@ -41,8 +41,8 @@ Depends:
  librust-const-format-0.2+default-dev,
  librust-log-0.4+default-dev,
  librust-nix-0.29+default-dev,
- librust-proxmox-network-types-0.1+api-types-dev (>= 0.1.1-~~),
- librust-proxmox-network-types-0.1+default-dev (>= 0.1.1-~~),
+ librust-proxmox-network-types-1+api-types-dev (>= 1.0.1-~~),
+ librust-proxmox-network-types-1+default-dev (>= 1.0.1-~~),
  librust-proxmox-schema-5+api-types-dev,
  librust-proxmox-schema-5+default-dev,
  librust-proxmox-sdn-types-0.1+default-dev,
-- 
2.47.3





  reply	other threads:[~2026-02-18 15:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-18 15:11 [PATCH manager/network/proxmox-ve-rs 0/4] Expose OSPF Network-Type option Gabriel Goller
2026-02-18 15:11 ` Gabriel Goller [this message]
2026-02-18 15:11 ` [PATCH proxmox-ve-rs 2/2] fabrics: ospf: expose network-type interface property Gabriel Goller
2026-02-18 15:11 ` [PATCH pve-network 1/1] fabrics: add ospf network_type property to interfaces Gabriel Goller
2026-02-18 15:11 ` [PATCH pve-manager 1/1] fabrics: ospf: add network-type property in interface panel Gabriel Goller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260218151153.381963-2-g.goller@proxmox.com \
    --to=g.goller@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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