⬆️ Updating add-on Tor to 37f4152

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-19 12:06:02 +00:00
parent d1dbfec966
commit c5f2ebcfc7
5 changed files with 27 additions and 22 deletions

View file

@ -1127,10 +1127,10 @@ SOFTWARE.
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[thelounge-i386-shield]: https://img.shields.io/badge/i386-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-tor]: https://github.com/hassio-addons/addon-tor/tree/37f4152
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/ed15106/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tor-amd64-shield]: https://img.shields.io/badge/amd64-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 [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,14 @@
# Changelog since v2.4.0 # Changelog since v2.4.1
- 🔥 Remove Renovatebot - Upgrade add-on base image to 9.0.0 (#28)
- ⬆ Upgrades tor to 0.4.3.5-r0 - Add new repository workflow (#27)
- ⬆ Upgrades add-on base image to v8.0.1
* Add new repository workflow
* Prettified Code!
* Address add-on lint errors
* Bump add-on linter to v1.2.1
Co-authored-by: frenck <frenck@users.noreply.github.com>
- Cleanup repository (#26)

View file

@ -190,12 +190,12 @@ functionality. The format of the log is based on
[Keep a Changelog][keepchangelog]. [Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format 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: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-37f4152-blue.svg
[release]: https://github.com/hassio-addons/addon-tor/tree/ed15106 [release]: https://github.com/hassio-addons/addon-tor/tree/37f4152
[tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en [tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en

View file

@ -1,6 +1,6 @@
{ {
"name": "Tor", "name": "Tor",
"version": "ed15106", "version": "37f4152",
"slug": "tor", "slug": "tor",
"description": "Protect your privacy and access Home Assistant via Tor.", "description": "Protect your privacy and access Home Assistant via Tor.",
"url": "https://github.com/hassio-addons/addon-tor", "url": "https://github.com/hassio-addons/addon-tor",
@ -13,11 +13,6 @@
"i386" "i386"
], ],
"init": false, "init": false,
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": false,
"ports": { "ports": {
"9050/tcp": 9050 "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])?$)" "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}"
} }