From 152ea632c2e46064d646e0ccf1d39c771a64ce79 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 13 Apr 2021 10:20:07 +0000 Subject: [PATCH] :arrow_up: Updating add-on ADB - Android Debug Bridge to e17e049 --- README.md | 6 +++--- adb/CHANGELOG.md | 18 ++++++++++++++++++ adb/README.md | 4 ++-- adb/config.json | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f79ead8d0..a98b4b25d 100644 --- a/README.md +++ b/README.md @@ -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/c5617e8 -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/c5617e8/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/e17e049 +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/e17e049/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-c5617e8-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-e17e049-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 diff --git a/adb/CHANGELOG.md b/adb/CHANGELOG.md index c49d8525e..862ac14ac 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,4 +1,22 @@ # Changelog since v0.8.0 +- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#57) + +Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. +- [Release notes](https://github.com/actions/cache/releases) +- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#55) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#56) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2. diff --git a/adb/README.md b/adb/README.md index fa608e5d2..5822fc80c 100644 --- a/adb/README.md +++ b/adb/README.md @@ -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-c5617e8-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/c5617e8 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-e17e049-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/e17e049 \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index 17d858502..cdb51593e 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,7 +1,7 @@ { "name": "ADB - Android Debug Bridge", "stage": "deprecated", - "version": "c5617e8", + "version": "e17e049", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",