From f98cfa57d9e648f95ff74ece58fa7849257ed801 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 18 Feb 2021 08:49:00 +0000 Subject: [PATCH] :arrow_up: Updating add-on ADB - Android Debug Bridge to c859cc3 --- README.md | 6 +++--- adb/CHANGELOG.md | 9 +++++++++ adb/README.md | 4 ++-- adb/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5bb44635d..6a9a09532 100644 --- a/README.md +++ b/README.md @@ -766,10 +766,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/21211df -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/21211df/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/c859cc3 +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/c859cc3/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-21211df-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-c859cc3-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 d6b600104..9b90a3124 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.7.0 +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#43) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#42) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0. diff --git a/adb/README.md b/adb/README.md index 369d9f17f..e2762d04b 100644 --- a/adb/README.md +++ b/adb/README.md @@ -45,5 +45,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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-21211df-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/21211df \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-c859cc3-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/c859cc3 \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index d757bbf30..9795cdac3 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "21211df", + "version": "c859cc3", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",