Update CHANGELOG.MD

This commit is contained in:
tteckster 2023-01-25 11:00:21 -05:00 committed by GitHub
parent 58db0a3be9
commit 332f089110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,24 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 2023-01-25
### Changed
- **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)
- code refactoring
- **PiMox Home Assistant OS VM**
- switch to v5
- add an option to set MTU size (Advanced)
- add arch check (no AMD64)
- add pve check (=>7.2)
- add check to insure VMID isn't already used before VM creation (Advanced)
- code refactoring
## 2023-01-24 ## 2023-01-24
### Changed ### Changed