Skip to content

Commit 73ac02a

Browse files
committed
🎉 Release of add-on Tor 7.0.0
1 parent 143fb4b commit 73ac02a

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@ SOFTWARE.
11091109
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
11101110
[thelounge-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
11111111
[thelounge-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
1112-
[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v6.1.4
1113-
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v6.1.4/README.md
1112+
[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/v7.0.0
1113+
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/v7.0.0/README.md
11141114
[tor-issue]: https://github.com/hassio-addons/addon-tor/issues
1115-
[tor-version-shield]: https://img.shields.io/badge/version-v6.1.4-blue.svg
1115+
[tor-version-shield]: https://img.shields.io/badge/version-v7.0.0-blue.svg
11161116
[tor-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
11171117
[tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
11181118
[tor-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

tor/CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
## What’s changed
22

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#297](https://github.com/hassio-addons/addon-tor/pull/297))
6+
7+
## 🐛 Bug fixes
8+
9+
- Remove deprecated codenotary fields @frenck ([#296](https://github.com/hassio-addons/addon-tor/pull/296))
10+
311
## ⬆️ Dependency updates
412

5-
- ⬆️ Update alpine_3_22/openssl to v3.5.3-r1 @[renovate[bot]](https://github.com/apps/renovate) ([#286](https://github.com/hassio-addons/addon-tor/pull/286))
6-
- ⬆️ Update alpine_3_22/openssl to v3.5.4-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#289](https://github.com/hassio-addons/addon-tor/pull/289))
7-
- ⬆️ Update alpine_3_22/tor to v0.4.8.18-r2 @[renovate[bot]](https://github.com/apps/renovate) ([#287](https://github.com/hassio-addons/addon-tor/pull/287))
8-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#288](https://github.com/hassio-addons/addon-tor/pull/288))
13+
- ⬆️ Update alpine_3_22/go to v1.24.8-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#291](https://github.com/hassio-addons/addon-tor/pull/291))
14+
- ⬆️ Update alpine_3_22/go to v1.24.9-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#293](https://github.com/hassio-addons/addon-tor/pull/293))
15+
- ⬆️ Update alpine_3_22/tor to v0.4.8.19-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#290](https://github.com/hassio-addons/addon-tor/pull/290))
16+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#292](https://github.com/hassio-addons/addon-tor/pull/292))
17+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#294](https://github.com/hassio-addons/addon-tor/pull/294))
18+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#295](https://github.com/hassio-addons/addon-tor/pull/295))

tor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ If you are more interested in stable releases of our add-ons:
5858
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5959
[patreon]: https://www.patreon.com/frenck
6060
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
61-
[release-shield]: https://img.shields.io/badge/version-v6.1.4-blue.svg
62-
[release]: https://github.com/hassio-addons/addon-tor/tree/v6.1.4
61+
[release-shield]: https://img.shields.io/badge/version-v7.0.0-blue.svg
62+
[release]: https://github.com/hassio-addons/addon-tor/tree/v7.0.0
6363
[tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en

tor/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Tor
2-
version: 6.1.4
2+
version: 7.0.0
33
slug: tor
44
description: Protect your privacy and access Home Assistant via Tor
55
url: https://github.com/hassio-addons/addon-tor
6-
codenotary: [email protected]
76
startup: services
87
arch:
98
- aarch64
109
- amd64
11-
- armv7
1210
init: false
1311
ports:
1412
9050/tcp: 9050

0 commit comments

Comments
 (0)