From 57a819a25d3f369b9bd5db339a6c7490c91d25c9 Mon Sep 17 00:00:00 2001 From: Alexander Moras <8208890+alexmoras@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:47:40 +0000 Subject: [PATCH] Revert "fix: addon optional config parameters (#6)" This reverts commit fab63edb87ee8d78ebae77950783ee1485fb4aff. --- newt/CHANGELOG.md | 6 ------ newt/config.yaml | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index 8008c0c..bc66507 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,12 +5,6 @@ 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 cca8cdf..c76adb6 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.1" +version: "0.6.0" 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: null + dns: log-level: "INFO" - tls-client-cert: null + tls-client-cert: docker: false schema: id: str