mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Tor to 9df3328
This commit is contained in:
parent
dce94f34d0
commit
b47961ec52
4 changed files with 9 additions and 253 deletions
|
@ -1003,10 +1003,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/89f6905
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/89f6905/README.md
|
||||
[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/9df3328
|
||||
[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/9df3328/README.md
|
||||
[tor-issue]: https://github.com/hassio-addons/addon-tor/issues
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-89f6905-blue.svg
|
||||
[tor-version-shield]: https://img.shields.io/badge/version-9df3328-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
|
||||
|
|
250
tor/CHANGELOG.md
250
tor/CHANGELOG.md
|
@ -1,247 +1,3 @@
|
|||
# Changelog since v3.0.5
|
||||
- 🔨 Refactor container init (#143)
|
||||
- 🌎 Add translations files (#142)
|
||||
|
||||
* 🌎 Add translations files
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
- :shirt: Change ports default to use port 80 (#141)
|
||||
- 📚 Add My button to documentation (#140)
|
||||
- 🚑 Fix Hidden Service V3 Client Authorization (#105)
|
||||
|
||||
Co-authored-by: GuillaumeHubR <77720768+GuillaumeHubR@users.noreply.github.com>
|
||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
||||
- 🔥 Clean up obsolete fixattrs.d (#139)
|
||||
- 🎆 Updates maintenance/license year to 2022 (#138)
|
||||
- 🚑 Fix deployment of add-on (#137)
|
||||
- ⬆️ Upgrades add-on base image to 12.0.0 (#136)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.0 (#122)
|
||||
- 🚀 Update CI to latest version (#121)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.2 (#118)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.1 (#117)
|
||||
- Migrate JSON config to YAML (#116)
|
||||
- Switch to centralized GitHub Action Workflows (#115)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#106)
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||
- [Release notes](https://github.com/actions/checkout/releases)
|
||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/checkout
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#103)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#102)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: frenck/action-addon-linter
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Upgrade to Hidden Service v3 (#89)
|
||||
- ⬆️ Upgrades add-on base image to 10.1.0 (#99)
|
||||
- ⬆️ Upgrades tor to 0.4.5.10-r0 (#98)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#95)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
|
||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/setup-buildx-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#96)
|
||||
|
||||
Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0.
|
||||
- [Release notes](https://github.com/creyD/prettier_action/releases)
|
||||
- [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: creyD/prettier_action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#94)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#93)
|
||||
|
||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
|
||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/build-push-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#92)
|
||||
|
||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
|
||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: dessant/lock-threads
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- 🚑 Fix contributing link in readme (#91)
|
||||
- 🚀 Add-on CI improvements (#90)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 (#88)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.1 to 2.2.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.1...v2.2)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: frenck/action-addon-linter
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump actions/stale from 3.0.19 to 4 (#87)
|
||||
|
||||
Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4.
|
||||
- [Release notes](https://github.com/actions/stale/releases)
|
||||
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/stale/compare/v3.0.19...v4)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/stale
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#86)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
|
||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/setup-buildx-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#85)
|
||||
|
||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1.
|
||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.0.3...v2.1.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: dessant/lock-threads
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to v10.0.0 (#82)
|
||||
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 (#78)
|
||||
|
||||
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
|
||||
- [Release notes](https://github.com/docker/login-action/releases)
|
||||
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/login-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 (#80)
|
||||
|
||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
|
||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/build-push-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 (#81)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.5.0.
|
||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.5.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/setup-buildx-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
# Changelog since v4.0.0
|
||||
- ⬆️ Upgrades tor to 0.4.7.8-r0 (#145)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.1 (#144)
|
||||
|
|
|
@ -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]: 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-89f6905-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/89f6905
|
||||
[release-shield]: https://img.shields.io/badge/version-9df3328-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tor/tree/9df3328
|
||||
[tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en
|
|
@ -35,4 +35,4 @@ schema:
|
|||
slug: tor
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-tor
|
||||
version: 89f6905
|
||||
version: 9df3328
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue