From: Christoph Heiss <c.heiss@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH installer] tree-wide: add workspace-level cargo package version
Date: Thu, 5 Dec 2024 13:23:38 +0100 [thread overview]
Message-ID: <20241205122431.1249071-1-c.heiss@proxmox.com> (raw)
Means that all CLIs will now have the correct version compiled-in.
This is at least very much relevant for
`proxmox-auto-install-assistant`, which we distribute separately as a
normal binary/package.
Currently, `proxmox-auto-install-assistant --version` always reports
'0.1.0', thus users have to effectively fall back to their system
package manager (if installed via such) to identify the correct version.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
Of course, that version now also needs to be bumped each time, in
addition to updating d/changelog -- much like it is done for
proxmox-backup.
Just noting it here for the sake of it.
Cargo.toml | 3 +++
proxmox-auto-install-assistant/Cargo.toml | 2 +-
proxmox-auto-installer/Cargo.toml | 2 +-
proxmox-chroot/Cargo.toml | 2 +-
proxmox-fetch-answer/Cargo.toml | 2 +-
proxmox-installer-common/Cargo.toml | 2 +-
proxmox-post-hook/Cargo.toml | 2 +-
proxmox-tui-installer/Cargo.toml | 2 +-
8 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 8385d58..99b5425 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,9 @@ members = [
"proxmox-post-hook",
]
+[workspace.package]
+version = "8.3.4"
+
[workspace.dependencies]
anyhow = "1.0"
log = "0.4.20"
diff --git a/proxmox-auto-install-assistant/Cargo.toml b/proxmox-auto-install-assistant/Cargo.toml
index 07e6ffb..c5d7b00 100644
--- a/proxmox-auto-install-assistant/Cargo.toml
+++ b/proxmox-auto-install-assistant/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-auto-install-assistant"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
diff --git a/proxmox-auto-installer/Cargo.toml b/proxmox-auto-installer/Cargo.toml
index d06478f..8940b57 100644
--- a/proxmox-auto-installer/Cargo.toml
+++ b/proxmox-auto-installer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-auto-installer"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
diff --git a/proxmox-chroot/Cargo.toml b/proxmox-chroot/Cargo.toml
index 4a27bf7..eab945b 100644
--- a/proxmox-chroot/Cargo.toml
+++ b/proxmox-chroot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-chroot"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
license = "AGPL-3"
diff --git a/proxmox-fetch-answer/Cargo.toml b/proxmox-fetch-answer/Cargo.toml
index 23bd094..e610807 100644
--- a/proxmox-fetch-answer/Cargo.toml
+++ b/proxmox-fetch-answer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-fetch-answer"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
diff --git a/proxmox-installer-common/Cargo.toml b/proxmox-installer-common/Cargo.toml
index b97ccaf..80b3534 100644
--- a/proxmox-installer-common/Cargo.toml
+++ b/proxmox-installer-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-installer-common"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
license = "AGPL-3"
diff --git a/proxmox-post-hook/Cargo.toml b/proxmox-post-hook/Cargo.toml
index a2ca206..acf7f9b 100644
--- a/proxmox-post-hook/Cargo.toml
+++ b/proxmox-post-hook/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-post-hook"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [
"Christoph Heiss <c.heiss@proxmox.com>",
diff --git a/proxmox-tui-installer/Cargo.toml b/proxmox-tui-installer/Cargo.toml
index 3db7d73..1f04ce0 100644
--- a/proxmox-tui-installer/Cargo.toml
+++ b/proxmox-tui-installer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-tui-installer"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
authors = [ "Christoph Heiss <c.heiss@proxmox.com>" ]
license = "AGPL-3"
--
2.47.0
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2024-12-05 12:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 12:23 Christoph Heiss [this message]
2025-01-28 14:31 ` [pve-devel] applied: " Thomas Lamprecht
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=20241205122431.1249071-1-c.heiss@proxmox.com \
--to=c.heiss@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.