From b5c89a34f2070b0c0fb2bfab8a634308fcea448e Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 25 Jan 2023 11:07:53 -0500 Subject: [PATCH] Update CHANGELOG.MD --- CHANGELOG.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1fe9be84..035a5cc7 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -10,8 +10,8 @@ All notable changes to this project will be documented in this file. - **Home Assistant OS VM** - switch to v5 - add an option to set MTU size (Advanced) - - add arch check (no ARM64) - - add check to insure VMID isn't already used before VM creation (Advanced) + - add arch check (no ARM64) (issue from community.home-assistant.io) + - add check to insure VMID isn't already used before VM creation (Advanced) (issue from forum.proxmox.com) - code refactoring - **PiMox Home Assistant OS VM** - switch to v5 @@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file. - add pve check (=>7.2) - add check to insure VMID isn't already used before VM creation (Advanced) - code refactoring +- **All LXC's** + - add arch check (no ARM64) (issue from forum.proxmox.com) ## 2023-01-24