Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions newt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions newt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Newt - Pangolin Tunnels"
description: "Secure remote access with Pangolin tunnels."
maintainer: Alex Moras <alex@codesix.net>
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
Expand All @@ -18,9 +18,9 @@ options:
id: null
secret: null
endpoint: null
dns:
dns: ""
log-level: "INFO"
tls-client-cert:
tls-client-cert: ""
docker: false
schema:
id: str
Expand Down