diff --git a/README.md b/README.md index 328e2652f..44a9967f1 100644 --- a/README.md +++ b/README.md @@ -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/00960fa -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/00960fa/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/2885aed +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/2885aed/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-00960fa-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-2885aed-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 diff --git a/adb/CHANGELOG.md b/adb/CHANGELOG.md index 8abba5d9d..71b046e80 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,11 +1,8 @@ -# Changelog since v0.3.0 +# Changelog since v0.3.1 -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/05/06 10:16 UTC - [2885aed](https://github.com/hassio-addons/addon-adb/commit/2885aed7445931a2473dedc9980588d21d519000) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades adb to 1:8.1.0+r23-5~18.04 -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/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 +2019/05/06 10:16 UTC - [87a6f94](https://github.com/hassio-addons/addon-adb/commit/87a6f944ea7ff00e0b5a4ed03362581700a261df) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to 3.1.1 diff --git a/adb/README.md b/adb/README.md index 9c1f40cee..1a5e85caf 100644 --- a/adb/README.md +++ b/adb/README.md @@ -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/00960fa/README.md +[docs]: https://github.com/hassio-addons/addon-adb/blob/2885aed/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-00960fa-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/00960fa \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-2885aed-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/2885aed \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index 23723da62..2d9f23a2f 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "00960fa", + "version": "2885aed", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",