⬆️ Updating add-on ADB - Android Debug Bridge to 06a6e10

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-07 11:46:50 +00:00
parent ce71719c24
commit 0944f4cfd5
4 changed files with 14 additions and 43 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
SOFTWARE.
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/v0.8.0
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/v0.8.0/README.md
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/06a6e10
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/06a6e10/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
[adb-version-shield]: https://img.shields.io/badge/version-06a6e10-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,39 +1,10 @@
## Whats changed
# Changelog since v0.8.0
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#54)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.3.0...e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f)
⚠️ **This add-on is in a deprecated state!**
Signed-off-by: dependabot[bot] <support@github.com>
This add-on was created at the time, that the best solution for communicating
with an Android device from Home Assistant, was using an Android Debug Bridge.
However, times have changed. Right now, the Home Assistant project recommends
using built-in Python implementation, which renders this add-on obsolete.
Additionally, this add-on will become problematic to maintain in the future,
as the packages used are stalled.
Therefore, this add-on is now deprecated.
## 🚨 Breaking changes
- Deprecate add-on @frenck (#51)
## 📚 Documentation
- Update project badges to show deprecated stage @frenck (#52)
## ⬆️ Dependency updates
- ⬆️ 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)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#36)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#38)
- ⬆️ 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)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#41)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#42)
- ⬆️ 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)
- ⬆️ 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)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#49)
- ⬆️ Upgrades add-on base image to v6.1.4 @frenck (#50)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

View file

@ -60,5 +60,5 @@ 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-%20!%20DEPRECATED%20%20%20!-ff0000.svg
[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/v0.8.0
[release-shield]: https://img.shields.io/badge/version-06a6e10-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/06a6e10

View file

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