From f5216669a695c3c8fe2557b27a4e9291d1aac1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Mon, 7 Apr 2025 16:07:29 +0200 Subject: [PATCH] Update 1.3.1 Updated newt to 1.3.1 --- .DS_Store | Bin 6148 -> 6148 bytes CHANGELOG.md | 3 +++ newt/CHANGELOG.md | 3 +++ newt/Dockerfile | 10 +++++----- newt/config.yaml | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.DS_Store b/.DS_Store index 23f3960c4adadc470c2ae4c77204302e38d96083..ccb7b09d2566ca1d688edc3893955e0bb2db5b6e 100644 GIT binary patch delta 264 zcmZoMXfc=|#>B)qu~2NHo+2aL#DLw41(+Ba*(UQa=F}&Z7Z)VuvOFziSw$jK}& zF)+Bs$i&RT%Er#Y&cV$Q8=R3}9$b=GQd;bkSQHK7h2-bwB*EB;Nnx3(gSBi95ZS^E00d1$$N&HU delta 67 zcmZoMXfc=|#>B`mu~2NHo+2ab#DLw5tdn_|ayEM~?`PTkfcXOBW_AvK4xp0F7n#2^ VPv#e~g1?m;rU05gY&j diff --git a/CHANGELOG.md b/CHANGELOG.md index c64f073..5e2574e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 🔹 Version 1.3.1 - (2025-04-07) +- Updated newt to release 1.1.3 + ## 🔹 Version 1.3.0 - (2025-04-06) - Made changes to run.sh. Should allow the addon to reconnect after loosing connection to Pangolin diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index c64f073..5e2574e 100644 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 🔹 Version 1.3.1 - (2025-04-07) +- Updated newt to release 1.1.3 + ## 🔹 Version 1.3.0 - (2025-04-06) - Made changes to run.sh. Should allow the addon to reconnect after loosing connection to Pangolin diff --git a/newt/Dockerfile b/newt/Dockerfile index aa2f992..146a8a4 100644 --- a/newt/Dockerfile +++ b/newt/Dockerfile @@ -7,15 +7,15 @@ RUN apk add --no-cache bash curl jq # Detect system architecture and download the correct Newt binary RUN ARCH=$(uname -m) && \ if [ "$ARCH" = "x86_64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_amd64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.3/newt_linux_amd64; \ elif [ "$ARCH" = "aarch64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.3/newt_linux_arm64; \ elif [ "$ARCH" = "armv7l" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm32; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.3/newt_linux_arm32; \ elif [ "$ARCH" = "armv6l" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm32v6; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.3/newt_linux_arm32v6; \ elif [ "$ARCH" = "riscv64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_riscv64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.3/newt_linux_riscv64; \ else \ echo "❌ ERROR: Unsupported architecture: $ARCH"; exit 1; \ fi && \ diff --git a/newt/config.yaml b/newt/config.yaml index 6154ec6..dada19d 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.3.0" +version: "1.3.1" slug: "newt" description: "Runs Newt inside Home Assistant OS" arch: