From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 753511FF0AF for ; Thu, 10 Sep 2026 15:42:19 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id EF85321432; Thu, 10 Sep 2026 15:42:18 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 10 Sep 2026 15:42:12 +0200 Message-Id: Subject: Re: [PATCH installer v2 09/16] post-hook: support creating API token if requested in answer file From: "Thomas Ellmenreich" To: "Christoph Heiss" , X-Mailer: aerc 0.20.0 References: <20260826110504.1339934-1-c.heiss@proxmox.com> <20260826110504.1339934-10-c.heiss@proxmox.com> In-Reply-To: <20260826110504.1339934-10-c.heiss@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1789047723477 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.648 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 2TSPKJXNQLZBB2A6HAOAPCXP4PVLQFGE X-Message-ID-Hash: 2TSPKJXNQLZBB2A6HAOAPCXP4PVLQFGE X-MailFrom: t.ellmenreich@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed Aug 26, 2026 at 1:04 PM CEST, Christoph Heiss wrote: [snip] > diff --git a/Cargo.toml b/Cargo.toml > index a134ffb..55d2192 100644 > --- a/Cargo.toml > +++ b/Cargo.toml > @@ -28,12 +28,14 @@ serde_plain =3D "1.0" > sha2 =3D "0.10" > toml =3D "0.8" > proxmox-auto-installer.path =3D "./proxmox-auto-installer" > -proxmox-installer-common.path =3D "./proxmox-installer-common" > proxmox-network-types =3D "1.1" > +proxmox-installer-common.path =3D "./proxmox-installer-common" > proxmox-installer-types =3D { version =3D "0.1.1", features =3D ["legacy= "] } ^ Should this version not be bumped to 0.2? I could not find a series that does this. (Although it can definitely be tha= t I have missed it). > +proxmox-time =3D "2.1" [snip]