mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Tor 3.0.2
This commit is contained in:
parent
461b1594ad
commit
99f8fdf4a0
4 changed files with 20 additions and 12 deletions
|
@ -1026,10 +1026,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/v3.0.1
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v3.0.1/README.md
|
||||
[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v3.0.2
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v3.0.2/README.md
|
||||
[tor-issue]: https://github.com/hassio-addons/addon-tor/issues
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-v3.0.2-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
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
## What’s changed
|
||||
|
||||
Small bugfix release that fixes an issue that during add-on startup, it would always show an update was available.
|
||||
This patch release addresses that.
|
||||
## 🧰 Maintenance
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Fix commits badge in README @frenck (#33)
|
||||
- Fix add-on description extraction @frenck (#35)
|
||||
- Add missing port descriptions to add-on configuration @frenck (#39)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Upgrade add-on base image to 9.0.1 @frenck (#32)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.2.1 to v1.3.1 @dependabot (#36)
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#37)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#38)
|
||||
- Upgrade add-on base image to 9.1.2 @frenck (#40)
|
||||
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#41)
|
||||
- ⬆ Upgrades tor to 0.4.4.7-r1 @frenck (#44)
|
||||
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#43)
|
||||
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#42)
|
||||
|
|
|
@ -58,6 +58,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-v3.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/v3.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/v3.0.2
|
||||
[tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Tor",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"slug": "tor",
|
||||
"description": "Protect your privacy and access Home Assistant via Tor.",
|
||||
"url": "https://github.com/hassio-addons/addon-tor",
|
||||
|
@ -16,6 +16,9 @@
|
|||
"ports": {
|
||||
"9050/tcp": 9050
|
||||
},
|
||||
"ports_description": {
|
||||
"9050/tcp": "Tor SOCKS proxy port"
|
||||
},
|
||||
"map": [
|
||||
"ssl:rw"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue