⬆️ Updating add-on ADB - Android Debug Bridge to a0961c9

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-19 22:19:27 +00:00
parent a5e1403a8f
commit c24a6d01d0
4 changed files with 15 additions and 15 deletions

View file

@ -650,10 +650,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/4a45be7
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/4a45be7/README.md
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/a0961c9
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/a0961c9/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-4a45be7-blue.svg
[adb-version-shield]: https://img.shields.io/badge/version-a0961c9-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,17 +1,20 @@
# Changelog since v0.2.0
2019/03/19 21:57 UTC - [4a45be7](https://github.com/hassio-addons/addon-adb/commit/4a45be7a60b016065ca12589acc6e7c87a480f2c) by [@frenck](https://github.com/frenck)
2019/03/19 22:11 UTC - [a0961c9](https://github.com/hassio-addons/addon-adb/commit/a0961c90b14a4f8685a8a2f82a3dc299d3e01774) by [@frenck](https://github.com/frenck)
> :fire: Removes custom log format override
2019/03/19 22:11 UTC - [4a45be7](https://github.com/hassio-addons/addon-adb/commit/4a45be7a60b016065ca12589acc6e7c87a480f2c) by [@frenck](https://github.com/frenck)
> :books: Updates documentation for ARMv7
2019/03/19 21:57 UTC - [5184e28](https://github.com/hassio-addons/addon-adb/commit/5184e289bfbd01006053abaed66ef76eb0fb034e) by [@frenck](https://github.com/frenck)
2019/03/19 22:11 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/19 21:57 UTC - [b07682f](https://github.com/hassio-addons/addon-adb/commit/b07682f55df3709222f4ba3d53216eea93ebb4e3) by [@frenck](https://github.com/frenck)
2019/03/19 22:11 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/19 21:57 UTC - [fef20aa](https://github.com/hassio-addons/addon-adb/commit/fef20aac8ce48926ba68ed907e95a9c5954064df) by [@frenck](https://github.com/frenck)
2019/03/19 22:11 UTC - [fef20aa](https://github.com/hassio-addons/addon-adb/commit/fef20aac8ce48926ba68ed907e95a9c5954064df) by [@frenck](https://github.com/frenck)
> :hammer: Enables support for ARMv7
2019/03/19 21:57 UTC - [5803379](https://github.com/hassio-addons/addon-adb/commit/580337947a6b1e663bba0e53d6dabc50a03c5fc6) by [@frenck](https://github.com/frenck)
2019/03/19 22:11 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

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/4a45be7/README.md
[docs]: https://github.com/hassio-addons/addon-adb/blob/a0961c9/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-4a45be7-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/4a45be7
[release-shield]: https://img.shields.io/badge/version-a0961c9-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/a0961c9

View file

@ -1,6 +1,6 @@
{
"name": "ADB - Android Debug Bridge",
"version": "4a45be7",
"version": "a0961c9",
"slug": "adb",
"description": "The Android Debug Bridge server program",
"url": "https://github.com/hassio-addons/addon-adb",
@ -34,8 +34,5 @@
],
"reconnect_timeout": "int"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/adb-{arch}"
}