From a3cce9c72fdd731b7460f4267de8a1b7ece37f5e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 29 Mar 2020 13:05:08 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tor to fe6c5a3 --- README.md | 6 +++--- tor/CHANGELOG.md | 12 ++++-------- tor/README.md | 6 +++--- tor/config.json | 3 ++- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0630d0b0b..235ee5e41 100644 --- a/README.md +++ b/README.md @@ -1201,10 +1201,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/6f135b0 -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/6f135b0/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/fe6c5a3 +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/fe6c5a3/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-6f135b0-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-fe6c5a3-blue.svg [tor-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tor-armhf.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 diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index f717385a2..5ce144a03 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -1,8 +1,4 @@ -# Changelog since v2.2.0 -- :pencil2: Replace some Hass.io occurances -- :hammer: Update community forum links -- :arrow_up: Upgrades add-on base image to v7.0.2 -- :hammer: Update add-on config with new password & list features -- :hammer: Re-branding -- :books: Update add-on documentation to use new YAML configuration format -- :arrow_up: Upgrades add-on base image to v7.0.0 +# Changelog since v2.3.0 +- :hammer: Disable Docker init +- :arrow_up: Upgrades tor to 0.4.1.9-r0 +- :arrow_up: Upgrades add-on base image to v7.0.5 diff --git a/tor/README.md b/tor/README.md index 93881452f..30e202e21 100644 --- a/tor/README.md +++ b/tor/README.md @@ -55,7 +55,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-tor/blob/6f135b0/README.md +[docs]: https://github.com/hassio-addons/addon-tor/blob/fe6c5a3/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 @@ -64,6 +64,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-6f135b0-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/6f135b0 +[release-shield]: https://img.shields.io/badge/version-fe6c5a3-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/fe6c5a3 [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 c1dc65d8c..9288a9ad9 100644 --- a/tor/config.json +++ b/tor/config.json @@ -1,6 +1,6 @@ { "name": "Tor", - "version": "6f135b0", + "version": "fe6c5a3", "slug": "tor", "description": "Protect your privacy and access Home Assistant via Tor.", "url": "https://github.com/hassio-addons/addon-tor", @@ -12,6 +12,7 @@ "armv7", "i386" ], + "init": false, "boot": "auto", "hassio_api": true, "hassio_role": "default",