From 75802f16d30406accbc01bf37b96b1c0dd4498fc Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 10 Nov 2021 22:06:19 +0000 Subject: [PATCH] :arrow_up: Updating add-on UniFi Controller to 760ff74 --- README.md | 6 +-- unifi/CHANGELOG.md | 91 ++++++++++++++++++++++++++++++++++++++++++++++ unifi/DOCS.md | 3 -- unifi/README.md | 4 +- unifi/config.json | 4 +- 5 files changed, 98 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 73e2826f4..0c08f40a1 100644 --- a/README.md +++ b/README.md @@ -998,10 +998,10 @@ SOFTWARE. [traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [traccar-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [traccar-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/a6a9b0c -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/a6a9b0c/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/760ff74 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/760ff74/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-a6a9b0c-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-760ff74-blue.svg [unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index 85f300d41..71b5a3a10 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,4 +1,95 @@ # Changelog since v1.0.0 +- Updates to documentation after dropped 32-bit support (#253) +- Switch to centralized GitHub Action Workflows (#305) + +* Switch to centralized GitHub Action Workflows + +* Plus some more +- snapshot -> backup (#264) +- ⬆️ Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.7 (#304) +- ⬆️ Upgrades binutils to 2.30-21ubuntu1~18.04.7 (#303) +- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#295) + +Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. +- [Release notes](https://github.com/actions/checkout/releases) +- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) +- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) + +--- +updated-dependencies: +- dependency-name: actions/checkout + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#292) +- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#285) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1) + +--- +updated-dependencies: +- dependency-name: frenck/action-addon-linter + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#267) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0) + +--- +updated-dependencies: +- dependency-name: docker/setup-buildx-action + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#269) + +Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0. +- [Release notes](https://github.com/creyD/prettier_action/releases) +- [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0) + +--- +updated-dependencies: +- dependency-name: creyD/prettier_action + dependency-type: direct:production + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#258) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3) + +--- +updated-dependencies: +- dependency-name: frenck/action-addon-linter + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#255) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. diff --git a/unifi/DOCS.md b/unifi/DOCS.md index 73495d134..400183edc 100644 --- a/unifi/DOCS.md +++ b/unifi/DOCS.md @@ -5,9 +5,6 @@ you to manage your UniFi network via the web browser. The add-on provides a single-click installation and run solution for Home Assistant, allowing users to get their network up, running, and updated, easily. -This add-on supports all Home Assistant supported architectures, including the -Raspberry Pi. - ## Installation The installation of this add-on is pretty straightforward and not different in diff --git a/unifi/README.md b/unifi/README.md index bcd693145..a965b6b7c 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -53,6 +53,6 @@ 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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-a6a9b0c-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/a6a9b0c +[release-shield]: https://img.shields.io/badge/version-760ff74-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/760ff74 [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index cd93e011f..9fea4d8bb 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "a6a9b0c", + "version": "760ff74", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://github.com/hassio-addons/addon-unifi", @@ -11,7 +11,7 @@ "amd64" ], "init": false, - "snapshot": "cold", + "backup": "cold", "map": [ "backup:rw" ],