diff --git a/README.md b/README.md index 00cc6dd3..27140de7 100644 --- a/README.md +++ b/README.md @@ -715,10 +715,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/v0.6.3 -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/v0.6.3/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/v0.7.0 +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/v0.7.0/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-v0.6.3-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-v0.7.0-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 56448cc2..b9b0d32d 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,11 +1,12 @@ -[Full Changelog][changelog] +## What’s changed -### 🔨 Changes +## 🧰 Maintenance -- ⬆ Upgrades add-on base image to v5.2.2 +- Cleanup repository @frenck (#29) +- Happy New Year @frenck (#30) +- Upgrade Code of Conduct @frenck (#31) +- Add new repository workflow @frenck (#32) -[changelog]: https://github.com/hassio-addons/addon-adb/compare/v0.6.2...v0.6.3 +## ⬆️ Dependency updates -Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +- Upgrade add-on base image to 6.1.0 @frenck (#33) diff --git a/adb/DOCS.md b/adb/DOCS.md index 2340a406..865643f7 100644 --- a/adb/DOCS.md +++ b/adb/DOCS.md @@ -58,7 +58,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -76,7 +76,7 @@ and store a key pair for you internally. If the provided directory is empty, the add-on will create a new (fresh) key pair in the specified location. You can also provide your own key pair, which **must** be named - `adbkey` and `adbkey.pub` (and stored in the specified location). +`adbkey` and `adbkey.pub` (and stored in the specified location). The `keys_path` path must be in either `/ssl`, `/config` or `/share`, subfolders are allowed (e.g., `/config/adb/mykeys`). @@ -140,16 +140,15 @@ media_player: ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -177,7 +176,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2019-2020 Franck Nijhof +Copyright (c) 2019-2021 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -205,7 +204,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-ons-adb-android-debug-bridge/96375?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-adb/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [mcfrojd]: https://gist.github.com/mcfrojd/9e6875e1db5c089b1e3ddeb7dba0f304 [reddit]: https://reddit.com/r/homeassistant [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/adb/README.md b/adb/README.md index a80927be..16190171 100644 --- a/adb/README.md +++ b/adb/README.md @@ -38,9 +38,9 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-ons-adb-android-debug-bridge/96375?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [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-v0.6.3-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/v0.6.3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/v0.7.0 \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index e0a418c9..1e4a3792 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "0.6.3", + "version": "0.7.0", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb", @@ -23,9 +23,6 @@ "share:rw", "ssl:rw" ], - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", "options": { "devices": [], "reconnect_timeout": 90 @@ -38,5 +35,5 @@ ], "reconnect_timeout": "int" }, - "image": "hassioaddons/adb-{arch}" + "image": "ghcr.io/hassio-addons/adb/{arch}" } \ No newline at end of file