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 617431FF13F for ; Thu, 07 May 2026 01:31:51 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 33AB751D3; Thu, 7 May 2026 01:31:50 +0200 (CEST) From: Thomas Lamprecht To: pdm-devel@lists.proxmox.com, Christoph Heiss Subject: partially-applied: [PATCH datacenter-manager/installer/proxmox/yew-comp v4 00/40] add auto-installer integration Date: Thu, 7 May 2026 01:30:37 +0200 Message-ID: <177811023277.1362355.13183779635504337952.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260430124712.1614305-1-c.heiss@proxmox.com> References: <20260430124712.1614305-1-c.heiss@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1778110168634 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.122 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish 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: OOJCAQTYXFV5VRJZTWNWHJRU7455ILAX X-Message-ID-Hash: OOJCAQTYXFV5VRJZTWNWHJRU7455ILAX X-MailFrom: t.lamprecht@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 Thu, 30 Apr 2026 14:46:29 +0200, Christoph Heiss wrote: > This series adds integration with our automated installer [0] for all > our products. With this, Proxmox Datacenter Manager can be used for > serving answer files via HTTPS in an automated fashion. > > It provides three panels under the "Automated Installations" tab in the > "Remotes" menu: > > [...] Applied and rolled out the proxmox repo part (with some small follow ups), thanks! [01/12] api-macro: allow $ in identifier name commit: e3e6fdd1ffaae40f223f26c186280a3fbbe0733b [02/12] schema: oneOf: allow single string variant commit: c4cf1f6cb53685af05b84ff18b07fbf5a92a3bca [03/12] schema: implement UpdaterType for HashMap and BTreeMap commit: 1d9ad74a788460b9d65f33218c69a4f47d20c586 [04/12] network-types: move `Fqdn` type from proxmox-installer-common commit: 403a171ecbcfc6c3c4c3f3dd790c8d8ed7da891b [05/12] network-types: implement api type for Fqdn commit: 3af43e7e2b3220cde725201b0be53916ee32fd3b [06/12] network-types: add api wrapper type for std::net::IpAddr commit: 5fef13df4a7ef0989cf5f4332fc89e76f8d013ad [07/12] network-types: cidr: implement generic `IpAddr::new` constructor commit: aca65072e83a2400a0aa5e98ec43ad41b7f4eb3b [08/12] network-types: fqdn: implement standard library Error for Fqdn commit: 8b06773700383e9554c7928765757f52ba9ce81d [09/12] node-status: make KernelVersionInformation Clone + PartialEq commit: 97012e1a93b3bf0f45c3a0ff88d3df3a49285a41 [10/12] installer-types: add common types used by the installer commit: 8f7a71bae5cca4818dca5a8f5fdf635d38ab5408 [11/12] installer-types: add types used by the auto-installer commit: 8ffbf20c1d0be42ac96aa34eddaa08008fba9e9b [12/12] installer-types: implement api type for all externally-used types commit: 79e8d340904cddd8863df5ad19af464e6a075ea4