⬆️ Updating add-on ADB - Android Debug Bridge to 00960fa

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-14 22:04:58 +00:00
parent 84b445df9f
commit 2d3dfae40e
4 changed files with 17 additions and 26 deletions

View file

@ -725,10 +725,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/a53435b
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/a53435b/README.md
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/00960fa
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/00960fa/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-a53435b-blue.svg
[adb-version-shield]: https://img.shields.io/badge/version-00960fa-blue.svg
[adb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adb-amd64.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

View file

@ -1,23 +1,11 @@
# Changelog since v0.2.0
# Changelog since v0.3.0
2019/03/20 19:36 UTC - [a53435b](https://github.com/hassio-addons/addon-adb/commit/a53435b63d62ad421c61aa2a38131372d18782ed) by [@frenck](https://github.com/frenck)
> :fire: Removes custom media component now HA supports it natively
2019/04/14 21:58 UTC - [00960fa](https://github.com/hassio-addons/addon-adb/commit/00960fa9e7a4b5881aa78397494cd8937b3d0ca8) by [@frenck](https://github.com/frenck)
> :hammer: Simplifies add-on code logic
2019/03/20 19:36 UTC - [a0961c9](https://github.com/hassio-addons/addon-adb/commit/a0961c90b14a4f8685a8a2f82a3dc299d3e01774) by [@frenck](https://github.com/frenck)
> :fire: Removes custom log format override
2019/04/14 21:58 UTC - [9b971c2](https://github.com/hassio-addons/addon-adb/commit/9b971c29a1dee804eb84890d9d67bf32b6aa8d21) by [@frenck](https://github.com/frenck)
> :sparkles: Adds network port description
2019/03/20 19:36 UTC - [4a45be7](https://github.com/hassio-addons/addon-adb/commit/4a45be7a60b016065ca12589acc6e7c87a480f2c) by [@frenck](https://github.com/frenck)
> :books: Updates documentation for ARMv7
2019/03/20 19:36 UTC - [5184e28](https://github.com/hassio-addons/addon-adb/commit/5184e289bfbd01006053abaed66ef76eb0fb034e) by [@frenck](https://github.com/frenck)
> :hammer: Rewrite add-on onto Bashio
2019/03/20 19:36 UTC - [b07682f](https://github.com/hassio-addons/addon-adb/commit/b07682f55df3709222f4ba3d53216eea93ebb4e3) by [@frenck](https://github.com/frenck)
> :ambulance: Workaround Docker issue by reinstating legacy tags
2019/03/20 19:36 UTC - [fef20aa](https://github.com/hassio-addons/addon-adb/commit/fef20aac8ce48926ba68ed907e95a9c5954064df) by [@frenck](https://github.com/frenck)
> :hammer: Enables support for ARMv7
2019/03/20 19:36 UTC - [5803379](https://github.com/hassio-addons/addon-adb/commit/580337947a6b1e663bba0e53d6dabc50a03c5fc6) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to 3.0.0
2019/04/14 21:58 UTC - [50da970](https://github.com/hassio-addons/addon-adb/commit/50da97076c41af809c62b7bff8621a076090cee7) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v3.1.0

View file

@ -41,12 +41,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-adb/blob/a53435b/README.md
[docs]: https://github.com/hassio-addons/addon-adb/blob/00960fa/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-adb-android-debug-bridge/96375?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-a53435b-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/a53435b
[release-shield]: https://img.shields.io/badge/version-00960fa-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/00960fa

View file

@ -1,6 +1,6 @@
{
"name": "ADB - Android Debug Bridge",
"version": "a53435b",
"version": "00960fa",
"slug": "adb",
"description": "The Android Debug Bridge server program",
"url": "https://github.com/hassio-addons/addon-adb",
@ -8,6 +8,9 @@
"ports": {
"5037/tcp": 5037
},
"ports_description": {
"5037/tcp": "ADB Server"
},
"arch": [
"aarch64",
"amd64",