
# OpenWRT
diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh
index 99ca81c59..e004866c1 100644
--- a/vm/owncloud-vm.sh
+++ b/vm/owncloud-vm.sh
@@ -401,7 +401,7 @@ done
msg_info "Creating a $NAME"
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios seabios${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
- -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
+ -name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
pvesm alloc $STORAGE $VMID $DISK1 12G 1>&/dev/null
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh
index b4fa0fb66..f20ca100e 100644
--- a/vm/ubuntu2204-vm.sh
+++ b/vm/ubuntu2204-vm.sh
@@ -402,7 +402,7 @@ done
msg_info "Creating a Ubuntu 22.04 VM"
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
- -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
+ -name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh
index 01cc30150..e4fea83f0 100644
--- a/vm/ubuntu2404-vm.sh
+++ b/vm/ubuntu2404-vm.sh
@@ -392,7 +392,7 @@ done
msg_info "Creating a Ubuntu 24.04 VM"
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
- -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
+ -name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
From 643e0f5ac860d7fb2783279bd5a9d37f70933b32 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Sat, 18 Jan 2025 08:57:56 +0100
Subject: [PATCH 07/18] Update CHANGELOG.md
---
CHANGELOG.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3cad5721..dce449ee3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,9 +16,6 @@ All LXC instances created using this repository come pre-installed with Midnight
> [!IMPORTANT]
Do not break established syntax in this file, as it is automatically updated by a Github Workflow
-## 2025-01-17
-
-### Changed
## 2025-01-16
From e683fd900f37c132b47a5b5f090db14353c492d7 Mon Sep 17 00:00:00 2001
From: "community-scripts-pr-app[bot]"
<189241966+community-scripts-pr-app[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 09:00:29 +0100
Subject: [PATCH 08/18] Update CHANGELOG.md (#1547)
Co-authored-by: github-actions[bot]
---
CHANGELOG.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dce449ee3..9f1f93e9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,19 @@ All LXC instances created using this repository come pre-installed with Midnight
Do not break established syntax in this file, as it is automatically updated by a Github Workflow
+## 2025-01-18
+
+### Changed
+
+### ๐ฅ Breaking Changes
+
+- Update Openwrt: Delete lines that do WAN input and forward accept [@chackl1990](https://github.com/chackl1990) ([#1540](https://github.com/community-scripts/ProxmoxVE/pull/1540))
+
+### ๐ Updated Scripts
+
+- Update VM Tags [@oOStroudyOo](https://github.com/oOStroudyOo) ([#1562](https://github.com/community-scripts/ProxmoxVE/pull/1562))
+- Update apt-cacher-ng.sh: Typo/Missing $ [@michelroegl-brunner](https://github.com/michelroegl-brunner) ([#1545](https://github.com/community-scripts/ProxmoxVE/pull/1545))
+
## 2025-01-16
### Changed
From d1f5556ce36c2d7779add9b09e1cc9447de41ad4 Mon Sep 17 00:00:00 2001
From: Gerhard Burger
Date: Sat, 18 Jan 2025 11:39:02 +0100
Subject: [PATCH 09/18] Fix linkwarden update (#1565)
---
ct/linkwarden.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh
index 5c0435e09..311f28e44 100644
--- a/ct/linkwarden.sh
+++ b/ct/linkwarden.sh
@@ -40,6 +40,7 @@ function update_script() {
msg_info "Updating ${APP} to ${RELEASE}"
cd /opt
mv /opt/linkwarden/.env /opt/.env
+ rm -rf /opt/linkwarden
RELEASE=$(curl -s https://api.github.com/repos/linkwarden/linkwarden/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
wget -q "https://github.com/linkwarden/linkwarden/archive/refs/tags/${RELEASE}.zip"
unzip -q ${RELEASE}.zip
@@ -59,7 +60,6 @@ function update_script() {
msg_ok "Started ${APP}"
msg_info "Cleaning up"
rm -rf /opt/${RELEASE}.zip
- rm -rf /opt/linkwarden_bak
msg_ok "Cleaned"
msg_ok "Updated Successfully"
else
@@ -75,4 +75,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"
\ No newline at end of file
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"
From 75590a8ff81a18f40bbb3fffd7de2e1081192b54 Mon Sep 17 00:00:00 2001
From: Max Slotov
Date: Sat, 18 Jan 2025 12:39:23 +0200
Subject: [PATCH 10/18] [jellyseerr] Update nodejs if not up-to-date (#1563)
* [jellyseerr] Update nodejs if not up-to-date
* simplify if
---
ct/jellyseerr.sh | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh
index 5403ae589..96ea2ec81 100644
--- a/ct/jellyseerr.sh
+++ b/ct/jellyseerr.sh
@@ -34,6 +34,22 @@ function update_script() {
exit
fi
+ if [ "$(node -v | cut -c2-3)" -ne 22 ]; then
+ msg_info "Updating Node.js Repository"
+ echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
+ msg_ok "Updating Node.js Repository"
+
+ msg_info "Updating Packages"
+ apt-get update &>/dev/null
+ apt-get -y upgrade &>/dev/null
+ msg_ok "Updating Packages"
+
+ msg_info "Cleaning up"
+ apt-get -y autoremove
+ apt-get -y autoclean
+ msg_ok "Cleaning up"
+ fi
+
if ! command -v pnpm &> /dev/null; then
msg_error "pnpm not found. Installing..."
npm install -g pnpm &>/dev/null
From 81b271a9ef0dbe10548ee6dcdb52059ef74aa7f1 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 13:30:09 +0100
Subject: [PATCH 11/18] Update .app-headers file (#1567)
---
misc/.app-headers | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/.app-headers b/misc/.app-headers
index 847a4ebfc..642c14ae0 100644
--- a/misc/.app-headers
+++ b/misc/.app-headers
@@ -1,4 +1,4 @@
-### Generated on 01-16-2025
+### Generated on 01-18-2025
##################################################
### 2fauth.sh
From b04dc0261b9979b5fb75a9fea3f94d7c82f1dbd4 Mon Sep 17 00:00:00 2001
From: "community-scripts-pr-app[bot]"
<189241966+community-scripts-pr-app[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 19:14:34 +0100
Subject: [PATCH 12/18] Update CHANGELOG.md (#1566)
Co-authored-by: github-actions[bot]
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f1f93e9f..bc871e850 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@ Do not break established syntax in this file, as it is automatically updated by
### ๐ Updated Scripts
+- Fix linkwarden update [@burgerga](https://github.com/burgerga) ([#1565](https://github.com/community-scripts/ProxmoxVE/pull/1565))
+- [jellyseerr] Update nodejs if not up-to-date [@makstech](https://github.com/makstech) ([#1563](https://github.com/community-scripts/ProxmoxVE/pull/1563))
- Update VM Tags [@oOStroudyOo](https://github.com/oOStroudyOo) ([#1562](https://github.com/community-scripts/ProxmoxVE/pull/1562))
- Update apt-cacher-ng.sh: Typo/Missing $ [@michelroegl-brunner](https://github.com/michelroegl-brunner) ([#1545](https://github.com/community-scripts/ProxmoxVE/pull/1545))
From 2f20db8a42fe740d963a6fd140892a5188e7e626 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Sat, 18 Jan 2025 20:54:11 +0100
Subject: [PATCH 13/18] breaking change: homeassistant upgrade os and python3
(#1550)
* breaking change: homeassistant upgrade os and python3
* update json to new date and new ressource values
---
ct/homeassistant-core.sh | 27 ++++++++++++------------
install/homeassistant-core-install.sh | 30 ++++++++++++++-------------
json/homeassistant-core.json | 12 +++++------
3 files changed, 35 insertions(+), 34 deletions(-)
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index f54bf4fdc..df5df42d1 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
-# Copyright (c) 2021-2025 tteck
-# Author: tteck (tteckster)
+# Copyright (c) 2021-2025 community-scripts ORG
+# Author: tteck (tteckster) | Co-Author: MickLesk (CanbiZ)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://www.home-assistant.io/
@@ -9,10 +9,10 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
APP="Home Assistant-Core"
var_tags="automation;smarthome"
var_cpu="2"
-var_ram="1024"
-var_disk="8"
+var_ram="2048"
+var_disk="10"
var_os="ubuntu"
-var_version="24.04"
+var_version="24.10"
var_unprivileged="1"
# App Output & Base Settings
@@ -51,10 +51,6 @@ function update_script() {
echo -e "${GN}Updating to Stable Version${CL}"
BR=""
fi
- if [[ "$PY" =~ ^python3\.(11|12)\.[0-9]+$ ]]; then
- echo -e "โ ๏ธ Home Assistant will soon require Python 3.13.x";
- fi
-
msg_info "Stopping Home Assistant"
systemctl stop homeassistant
msg_ok "Stopped Home Assistant"
@@ -75,7 +71,7 @@ function update_script() {
if [ "$UPD" == "2" ]; then
msg_info "Installing Home Assistant Community Store (HACS)"
apt update &>/dev/null
- apt install unzip &>/dev/null
+ apt install -y unzip &>/dev/null
cd .homeassistant
bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null
msg_ok "Installed Home Assistant Community Store (HACS)"
@@ -102,16 +98,19 @@ function update_script() {
msg_ok "Installed FileBrowser"
msg_info "Creating Service"
- service_path="/etc/systemd/system/filebrowser.service"
- echo "[Unit]
+ cat < /etc/systemd/system/filebrowser.service
+[Unit]
Description=Filebrowser
After=network-online.target
+
[Service]
User=root
WorkingDirectory=/root/
ExecStart=/usr/local/bin/filebrowser -r /root/.homeassistant
+
[Install]
-WantedBy=default.target" >$service_path
+WantedBy=default.target
+EOF
systemctl enable --now -q filebrowser.service
msg_ok "Created Service"
@@ -130,4 +129,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"
\ No newline at end of file
diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh
index e5cca6873..5c27c4aee 100644
--- a/install/homeassistant-core-install.sh
+++ b/install/homeassistant-core-install.sh
@@ -44,34 +44,36 @@ $STD apt-get install -y \
libavfilter-dev \
libmariadb-dev-compat \
libatlas-base-dev \
- software-properties-common
+ software-properties-common \
+ libmariadb-dev \
+ pkg-config
msg_ok "Installed Dependencies"
-msg_info "Setup Python3"
-$STD add-apt-repository -y ppa:deadsnakes/ppa
+msg_info "Setup Python3/pip"
$STD apt-get update
+$STD rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
+$STD apt-get remove --purge -y python3.12 python3.12-dev python3.12-venv
+
$STD apt-get install -y \
- python3.13-* \
+ python3.13 \
python3-pip \
python3.13-dev \
python3.13-venv
-msg_ok "Setup Python3"
-msg_info "Installing UV"
-$STD pip install uv
-msg_ok "Installed UV"
+ln -sf /usr/bin/python3.13 /usr/bin/python3
+msg_ok "Setup Python3"
msg_info "Setting up Home Assistant-Core environment"
mkdir /srv/homeassistant
cd /srv/homeassistant
-uv venv . &>/dev/null
+python3 -m venv .
source bin/activate
-msg_ok "Created virtual environment with UV"
+msg_ok "Created virtual environment"
-msg_info "Installing Home Assistant-Core and packages"
-$STD uv pip install webrtcvad wheel homeassistant mysqlclient psycopg2-binary isal
+msg_info "Installing Home Assistant-Core"
+$STD python3 -m pip install webrtcvad wheel homeassistant mysqlclient psycopg2-binary isal
mkdir -p /root/.homeassistant
-msg_ok "Installed Home Assistant-Core and required packages"
+msg_ok "Installed Home Assistant-Core"
msg_info "Creating Service"
cat </etc/systemd/system/homeassistant.service
@@ -97,4 +99,4 @@ customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
-msg_ok "Cleaned"
+msg_ok "Cleaned"
\ No newline at end of file
diff --git a/json/homeassistant-core.json b/json/homeassistant-core.json
index ff4feb6d1..ef362fe59 100644
--- a/json/homeassistant-core.json
+++ b/json/homeassistant-core.json
@@ -4,7 +4,7 @@
"categories": [
2
],
- "date_created": "2024-04-29",
+ "date_created": "2025-01-17",
"type": "ct",
"updateable": true,
"privileged": false,
@@ -19,10 +19,10 @@
"script": "ct/homeassistant-core.sh",
"resources": {
"cpu": 2,
- "ram": 1024,
- "hdd": 8,
+ "ram": 2048,
+ "hdd": 10,
"os": "ubuntu",
- "version": "24.04"
+ "version": "24.10"
}
}
],
@@ -40,7 +40,7 @@
"type": "warning"
},
{
- "text": "Use Ubuntu 24.04 ONLY",
+ "text": "Use Ubuntu 24.10 ONLY",
"type": "warning"
},
{
@@ -48,4 +48,4 @@
"type": "info"
}
]
-}
\ No newline at end of file
+}
From 5c11b67507f058ff44d9a4c20b3cf882376e983b Mon Sep 17 00:00:00 2001
From: Egon
Date: Sat, 18 Jan 2025 20:54:43 +0100
Subject: [PATCH 14/18] added cifs support in ubuntu2404-vm.sh (#1461)
added cifs to
case $STORAGE_TYPE in
nfs | dir | cifs)
So VMs can be deployed on cifs shares
---
vm/ubuntu2404-vm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh
index e4fea83f0..c789ecc9b 100644
--- a/vm/ubuntu2404-vm.sh
+++ b/vm/ubuntu2404-vm.sh
@@ -370,7 +370,7 @@ msg_ok "Downloaded ${CL}${BL}${FILE}${CL}"
STORAGE_TYPE=$(pvesm status -storage $STORAGE | awk 'NR>1 {print $2}')
case $STORAGE_TYPE in
-nfs | dir)
+nfs | dir | cifs)
DISK_EXT=".qcow2"
DISK_REF="$VMID/"
DISK_IMPORT="-format qcow2"
From 0b73d9f6893a781458677e039d750246c8756ea8 Mon Sep 17 00:00:00 2001
From: "community-scripts-pr-app[bot]"
<189241966+community-scripts-pr-app[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 20:57:47 +0100
Subject: [PATCH 15/18] [Github Action] Update CHANGELOG.md (#1573)
* Update CHANGELOG.md
* update
* update
---------
Co-authored-by: github-actions[bot]
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc871e850..fff5ec0b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,10 +23,12 @@ Do not break established syntax in this file, as it is automatically updated by
### ๐ฅ Breaking Changes
+- breaking change: homeassistant upgrade os and python3 **Please First read guide!** [@MickLesk](https://github.com/MickLesk) ([#1550](https://github.com/community-scripts/ProxmoxVE/pull/1550))
- Update Openwrt: Delete lines that do WAN input and forward accept [@chackl1990](https://github.com/chackl1990) ([#1540](https://github.com/community-scripts/ProxmoxVE/pull/1540))
### ๐ Updated Scripts
+- added cifs support in ubuntu2404-vm.sh [@plonxyz](https://github.com/plonxyz) ([#1461](https://github.com/community-scripts/ProxmoxVE/pull/1461))
- Fix linkwarden update [@burgerga](https://github.com/burgerga) ([#1565](https://github.com/community-scripts/ProxmoxVE/pull/1565))
- [jellyseerr] Update nodejs if not up-to-date [@makstech](https://github.com/makstech) ([#1563](https://github.com/community-scripts/ProxmoxVE/pull/1563))
- Update VM Tags [@oOStroudyOo](https://github.com/oOStroudyOo) ([#1562](https://github.com/community-scripts/ProxmoxVE/pull/1562))
From 0e443536ccc7d7184f6cacea647a9a4851fbe018 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:07:19 +0100
Subject: [PATCH 16/18] update
---
ct/homeassistant-core.sh | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index df5df42d1..4e601361e 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -26,6 +26,13 @@ catch_errors
function update_script() {
header_info
+
+ # OS Check
+ if ! lsb_release -d | grep -q "Ubuntu 24.10"; then
+ msg_error "Wrong OS detected. This script only supports Ubuntu 24.10."
+ msg_error "Read Guide: https://github.com/community-scripts/ProxmoxVE/discussions/1549"
+ exit 1
+ fi
check_container_storage
check_container_resources
if [[ ! -d /srv/homeassistant ]]; then
@@ -57,7 +64,7 @@ function update_script() {
msg_info "Updating Home Assistant"
source /srv/homeassistant/bin/activate
- uv pip install ${BR}--upgrade homeassistant &>/dev/null
+ pip install ${BR}--upgrade homeassistant &>/dev/null
msg_ok "Updated Home Assistant"
msg_info "Starting Home Assistant"
From b97d40bf5aefa9b678fae796be61d11df348975f Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:11:26 +0100
Subject: [PATCH 17/18] update
---
.github/CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3b1027b12..b820af768 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -2,6 +2,7 @@
# Community Scripts Contribution Guide
## **Welcome to the communty-scripts Repository!**
+
๐ These documents outline the essential coding standards for all our scripts and JSON files. Adhering to these standards ensures that our codebase remains consistent, readable, and maintainable. By following these guidelines, we can improve collaboration, reduce errors, and enhance the overall quality of our project.
### Why Coding Standards Matter
From f8f166e26f3033461e4c84d2f050e4c07a4278e6 Mon Sep 17 00:00:00 2001
From: "community-scripts-pr-app[bot]"
<189241966+community-scripts-pr-app[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 21:12:13 +0100
Subject: [PATCH 18/18] Update CHANGELOG.md (#1577)
Co-authored-by: github-actions[bot]
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fff5ec0b1..3b356eb49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,7 @@ Do not break established syntax in this file, as it is automatically updated by
### ๐ฅ Breaking Changes
-- breaking change: homeassistant upgrade os and python3 **Please First read guide!** [@MickLesk](https://github.com/MickLesk) ([#1550](https://github.com/community-scripts/ProxmoxVE/pull/1550))
+- **READ GUIDE FIRST** breaking change: Homeassistant-Core upgrade os and python3 [@MickLesk](https://github.com/MickLesk) ([#1550](https://github.com/community-scripts/ProxmoxVE/pull/1550))
- Update Openwrt: Delete lines that do WAN input and forward accept [@chackl1990](https://github.com/chackl1990) ([#1540](https://github.com/community-scripts/ProxmoxVE/pull/1540))
### ๐ Updated Scripts