From 6c2502666aa0a38dc8c9299dd86145ced9418aee Mon Sep 17 00:00:00 2001 From: Alexander Moras Date: Fri, 28 Nov 2025 14:43:35 +0000 Subject: [PATCH 1/2] fix: addon optional config parameters --- newt/CHANGELOG.md | 6 ++++++ newt/config.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index bc66507..8008c0c 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1] - 2025-11-28 + +## Fixed +- Optional parameters in Addon Config. + + ## [0.6.0] - 2025-11-28 ### Added diff --git a/newt/config.yaml b/newt/config.yaml index c76adb6..cca8cdf 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.0" +version: "0.6.1" slug: "newt" image: "ghcr.io/alexmoras/image-{arch}-hass-addon-newt" boot: auto @@ -18,9 +18,9 @@ options: id: null secret: null endpoint: null - dns: + dns: null log-level: "INFO" - tls-client-cert: + tls-client-cert: null docker: false schema: id: str From 41e3dab1d802ea4eb9c1b6cff35ee22fc9c125b1 Mon Sep 17 00:00:00 2001 From: Alexander Moras Date: Fri, 28 Nov 2025 14:48:58 +0000 Subject: [PATCH 2/2] fix: addon optional config parameters --- newt/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newt/config.yaml b/newt/config.yaml index cca8cdf..cd68657 100755 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -18,9 +18,9 @@ options: id: null secret: null endpoint: null - dns: null + dns: "" log-level: "INFO" - tls-client-cert: null + tls-client-cert: "" docker: false schema: id: str