From 4510369e3e50e4d70c59da302c1daee754ce3e05 Mon Sep 17 00:00:00 2001 From: Alexander Moras Date: Fri, 28 Nov 2025 15:35:08 +0000 Subject: [PATCH 1/2] docs: explain requirement to disable protection mode for docker socket support --- newt/CHANGELOG.md | 5 +++++ newt/DOCS.md | 2 +- newt/config.yaml | 2 +- newt/translations/en.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index 2470dd5..4becff9 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.3] - 2025-11-28 + +### Documentation +- Explain requirement to disable "Protection mode" when using Docker socket support. + ## [0.6.2] - 2025-11-28 ### Added diff --git a/newt/DOCS.md b/newt/DOCS.md index a0bd9d0..bd2a8ba 100755 --- a/newt/DOCS.md +++ b/newt/DOCS.md @@ -47,4 +47,4 @@ The log level to use. In case you want less logging, or need more logging in ord ### - Option `docker` -Enable monitoring of the Docker socket. \ No newline at end of file +Allow Newt to access the Docker socket. **You must disable "Protection mode" from the main addon page.** \ No newline at end of file diff --git a/newt/config.yaml b/newt/config.yaml index a61e9a2..ff78da1 100755 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -2,7 +2,7 @@ name: "Newt - Pangolin Tunnels" description: "Secure remote access with Pangolin tunnels." maintainer: Alex Moras url: https://docs.fossorial.io -version: "0.6.2" +version: "0.6.3" slug: "newt" image: "ghcr.io/alexmoras/image-{arch}-hass-addon-newt" boot: auto diff --git a/newt/translations/en.yaml b/newt/translations/en.yaml index 5e5253a..a1b8624 100755 --- a/newt/translations/en.yaml +++ b/newt/translations/en.yaml @@ -20,4 +20,4 @@ configuration: description: The log level to use. Defaults to INFO. docker: name: Docker API access - description: Allow Newt to access the Docker API. + description: Allow Newt to access the Docker socket. **You must disable "Protection mode" from the main addon page.** From a18bef274f178a4002ae79271a364ca50e582d7e Mon Sep 17 00:00:00 2001 From: Alexander Moras Date: Sat, 13 Dec 2025 11:12:44 +0000 Subject: [PATCH 2/2] fix: update addon version --- newt/CHANGELOG.md | 5 +++++ newt/config.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index 4becff9..7e1ec49 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [07.0 - 2025-12-13 + +### Changed +- Newt version bumped to 1.7.0 (thanks @phil-lipp), necessary for support on new versions of Pangolin. + ## [0.6.3] - 2025-11-28 ### Documentation diff --git a/newt/config.yaml b/newt/config.yaml index ff78da1..73857d7 100755 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -2,7 +2,7 @@ name: "Newt - Pangolin Tunnels" description: "Secure remote access with Pangolin tunnels." maintainer: Alex Moras url: https://docs.fossorial.io -version: "0.6.3" +version: "0.7.0" slug: "newt" image: "ghcr.io/alexmoras/image-{arch}-hass-addon-newt" boot: auto @@ -29,4 +29,4 @@ schema: dns: str? log_level: list(DEBUG|INFO|NOTICE|WARN|ERROR)? tls_client_cert: str? - docker: bool? \ No newline at end of file + docker: bool?