diff --git a/README.md b/README.md index 71ea3626b..6f8f2230e 100644 --- a/README.md +++ b/README.md @@ -1127,10 +1127,10 @@ SOFTWARE. [thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [thelounge-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [thelounge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/ed15106 -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/ed15106/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/37f4152 +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/37f4152/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-ed15106-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-37f4152-blue.svg [tor-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index d1f037ace..f70e34c94 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -1,4 +1,14 @@ -# Changelog since v2.4.0 -- 🔥 Remove Renovatebot -- ⬆ Upgrades tor to 0.4.3.5-r0 -- ⬆ Upgrades add-on base image to v8.0.1 +# Changelog since v2.4.1 +- Upgrade add-on base image to 9.0.0 (#28) +- Add new repository workflow (#27) + +* Add new repository workflow + +* Prettified Code! + +* Address add-on lint errors + +* Bump add-on linter to v1.2.1 + +Co-authored-by: frenck +- Cleanup repository (#26) diff --git a/tor/DOCS.md b/tor/DOCS.md index e9997e66f..6fbc11dcb 100644 --- a/tor/DOCS.md +++ b/tor/DOCS.md @@ -28,7 +28,7 @@ comparison to installing any other Home Assistant add-on. 1. Search for the "Tor" add-on in the Supervisor add-on store and install it. 1. Start the "Tor" add-on 1. Check the logs of the "Tor" add-on to see if everything went well. The log - will also display your Tor .onion address. + will also display your Tor .onion address. ## Configuration @@ -60,7 +60,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -190,12 +190,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. 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 diff --git a/tor/README.md b/tor/README.md index df71c3dc7..c5577f1a5 100644 --- a/tor/README.md +++ b/tor/README.md @@ -61,6 +61,6 @@ If you are more interested in stable releases of our add-ons: [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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-ed15106-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/ed15106 +[release-shield]: https://img.shields.io/badge/version-37f4152-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/37f4152 [tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en \ No newline at end of file diff --git a/tor/config.json b/tor/config.json index 4dc87d3cb..93c515216 100644 --- a/tor/config.json +++ b/tor/config.json @@ -1,6 +1,6 @@ { "name": "Tor", - "version": "ed15106", + "version": "37f4152", "slug": "tor", "description": "Protect your privacy and access Home Assistant via Tor.", "url": "https://github.com/hassio-addons/addon-tor", @@ -13,11 +13,6 @@ "i386" ], "init": false, - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", - "homeassistant_api": false, - "host_network": false, "ports": { "9050/tcp": 9050 }, @@ -45,5 +40,5 @@ "match(^(.*:)?(?:[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])?$)" ] }, - "image": "hassioaddons/tor-{arch}" + "image": "ghcr.io/hassio-addons/tor/{arch}" } \ No newline at end of file