🎉 Release of add-on Tor 3.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-19 12:55:54 +00:00
parent d203927434
commit 6d04de5ab4
5 changed files with 33 additions and 33 deletions

View file

@ -1052,10 +1052,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/v2.4.1 [addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v3.0.0
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v2.4.1/README.md [addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v3.0.0/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-v2.4.1-blue.svg [tor-version-shield]: https://img.shields.io/badge/version-v3.0.0-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,15 +1,22 @@
[Full Changelog][changelog] ## Whats changed
This is a general maintenance release. This release is marked as a major release because:
### 🔨 Changes - Major changes in the upstream add-on base image
- Complete new build & deployment process
- The add-on is now served from the GitHub Container Registry
- ⬆ Upgrades add-on base image to v8.0.1 ## 🧰 Maintenance
- ⬆ Upgrades tor to 0.4.3.5-r0
- 🔥 Remove Renovatebot
[changelog]: https://github.com/hassio-addons/addon-tor/compare/v2.4.0...v2.4.1 - Cleanup repository @frenck (#26)
- Add new repository workflow @frenck (#27)
- Upgrade Code of Conduct @frenck (#29)
- Happy New Year @frenck (#30)
Questions? Join our Discord server! https://discord.me/hassioaddons ## 📚 Documentation
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck - Documentation tweaks @frenck (#31)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.0.0 @frenck (#28)

View file

@ -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. Search for the "Tor" add-on in the Supervisor add-on store and install it.
1. Start the "Tor" add-on 1. Start the "Tor" add-on
1. Check the logs of the "Tor" add-on to see if everything went well. The log 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 ## Configuration
@ -60,7 +60,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `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. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a Please note that each level automatically includes log messages from a
@ -186,16 +186,15 @@ the setting so that it is set to "false". Now you should be able to access
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[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
@ -223,7 +222,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2017-2020 Franck Nijhof Copyright (c) 2017-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -249,7 +248,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-tor/issues [issue]: https://github.com/hassio-addons/addon-tor/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[orbot]: https://guardianproject.info/apps/orbot [orbot]: https://guardianproject.info/apps/orbot
[orfox]: https://guardianproject.info/apps/orfox [orfox]: https://guardianproject.info/apps/orfox
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant

View file

@ -38,10 +38,10 @@ applications through your Home Assistant installation.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tor/33822?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [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-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-v2.4.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tor/tree/v2.4.1 [release]: https://github.com/hassio-addons/addon-tor/tree/v3.0.0
[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": "2.4.1", "version": "3.0.0",
"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}"
} }