🎉 Release of add-on ADB - Android Debug Bridge 0.8.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-04 22:27:36 +00:00
parent bf925cfebe
commit 61f465ac66
4 changed files with 35 additions and 101 deletions

View file

@ -752,10 +752,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/66aa65f [addon-adb]: https://github.com/hassio-addons/addon-adb/tree/v0.8.0
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/66aa65f/README.md [addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/v0.8.0/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues [adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-66aa65f-blue.svg [adb-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
[adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,105 +1,39 @@
# Changelog since v0.7.0 ## Whats changed
- Deprecate add-on (#51)
- ⬆️ Upgrades add-on base image to v6.1.4 (#50)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#49)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9)
Signed-off-by: dependabot[bot] <support@github.com> ⚠️ **This add-on is in a deprecated state!**
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> This add-on was created at the time, that the best solution for communicating
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#48) with an Android device from Home Assistant, was using an Android Debug Bridge.
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.14.0 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4)
Signed-off-by: dependabot[bot] <support@github.com> However, times have changed. Right now, the Home Assistant project recommends
using built-in Python implementation, which renders this add-on obsolete.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Additionally, this add-on will become problematic to maintain in the future,
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#46) as the packages used are stalled.
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.17...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4)
Signed-off-by: dependabot[bot] <support@github.com> Therefore, this add-on is now deprecated.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ## 🚨 Breaking changes
- ⬆ Bump actions/stale from v3.0.16 to v3.0.17 (#44)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#43)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a)
Signed-off-by: dependabot[bot] <support@github.com> - Deprecate add-on @frenck (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ## 📚 Documentation
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#42)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...e5ccf147077e46b0225a80bbe314d795d77bb7a2)
Signed-off-by: dependabot[bot] <support@github.com> - Update project badges to show deprecated stage @frenck (#52)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 (#41)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.4 to v2.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.4...5fde0909bcbbf702c477a7705950d8acf939ab1b)
Signed-off-by: dependabot[bot] <support@github.com> - ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#35)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#34)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#36)
- ⬆ Bump actions/stale from v3.0.15 to v3.0.16 (#40) - ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#38)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 (#39) - ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#39)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#40)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#41)
- [Release notes](https://github.com/actions/cache/releases) - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#42)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6) - ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#43)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#44)
Signed-off-by: dependabot[bot] <support@github.com> - ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#46)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#48)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#49)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#38) - ⬆️ Upgrades add-on base image to v6.1.4 @frenck (#50)
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/actionshub/markdownlint/releases)
- [Changelog](https://github.com/actionshub/markdownlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actionshub/markdownlint/compare/2.0.0...4668c0321d5e398f4776e88e0f87d203dec0fd99)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#36)
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
- [Release notes](https://github.com/frenck/action-yamllint/releases)
- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#34)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45)
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 v1.3.1 to v1.4 (#35)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

View file

@ -59,6 +59,6 @@ If you are more interested in stable releases of our add-ons:
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
[release-shield]: https://img.shields.io/badge/version-66aa65f-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/66aa65f [release]: https://github.com/hassio-addons/addon-adb/tree/v0.8.0

View file

@ -1,7 +1,7 @@
{ {
"name": "ADB - Android Debug Bridge", "name": "ADB - Android Debug Bridge",
"stage": "deprecated", "stage": "deprecated",
"version": "66aa65f", "version": "0.8.0",
"slug": "adb", "slug": "adb",
"description": "The Android Debug Bridge server program", "description": "The Android Debug Bridge server program",
"url": "https://github.com/hassio-addons/addon-adb", "url": "https://github.com/hassio-addons/addon-adb",