From f8396ec51b4b0245ef3f4b5035092b64688c6fb6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 1 Feb 2021 23:50:35 +0000 Subject: [PATCH] :tada: Release of add-on TasmoAdmin 0.14.0 --- README.md | 6 +++--- tasmoadmin/CHANGELOG.md | 24 ++++++++++++++---------- tasmoadmin/DOCS.md | 19 ++++++------------- tasmoadmin/README.md | 8 ++++---- tasmoadmin/config.json | 7 ++----- 5 files changed, 29 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index f6e477cc..397a0d54 100644 --- a/README.md +++ b/README.md @@ -999,10 +999,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.13.1/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.0 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.14.0/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index 41649a68..aec8549b 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,14 +1,18 @@ -[Full Changelog][changelog] +## What’s changed -### 🔨 Changes +## 🧰 Maintenance -- 🔥 Remove portable dir from upstream (#99) -- ⬆ Upgrades PHP to 7.3.23 (#100) -- ⬆ Upgrades nginx to 1.18.0-r1 -- ⬆ Upgrades add-on base image to v8.0.5 +- Cleanup repository @frenck (#109) +- Happy New Year @frenck (#110) +- Upgrade Code of Conduct @frenck (#111) +- Add new repository workflow @frenck (#112) -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.13.0...v0.13.1 +## 📚 Documentation -Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +- 📚 Remove non-existing IPv6 option from documentation @erikpendragon (#107) + +## ⬆️ Dependency updates + +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#113) +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#114) +- Upgrade add-on base image to 9.1.2 @frenck (#115) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 16b626c4..e4416340 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -31,7 +31,6 @@ log_level: info ssl: false certfile: fullchain.pem keyfile: privkey.pem -ipv6: true ``` **Note**: _This is just an example, don't copy and past it! Create your own!_ @@ -73,10 +72,6 @@ The private key file to use for SSL. **Note**: _The file MUST be stored in `/ssl/`, which is the default_ -### Option: `ipv6` - -Set this option too `false` to disable IPv6 support. - ## Embedding into Home Assistant It is possible to embed the TasmoAdmin interface directly into Home Assistant, @@ -97,16 +92,15 @@ panel_iframe: ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -134,7 +128,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2020 Franck Nijhof +Copyright (c) 2018-2021 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -160,7 +154,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-tasmoadmin/releases [semver]: http://semver.org/spec/v2.0.0.html diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index a1a824c5..57972020 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.13.1-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.13.1 -[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.14.0 +[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index bd9eba5e..122efc82 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.13.1", + "version": "0.14.0", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin", @@ -14,9 +14,6 @@ "armv7", "i386" ], - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", "map": [ "ssl" ], @@ -37,5 +34,5 @@ "certfile": "str", "keyfile": "str" }, - "image": "hassioaddons/sonweb-{arch}" + "image": "ghcr.io/hassio-addons/tasmoadmin/{arch}" } \ No newline at end of file