From 294a75e840e83a6c5c46dbde7797023427ce3d62 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 12 Feb 2020 21:22:12 +0000 Subject: [PATCH] :arrow_up: Updating add-on FTP to 526f871 --- README.md | 6 +++--- ftp/CHANGELOG.md | 1 + ftp/README.md | 8 ++++---- ftp/config.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c5f5b5e50..0c568d01e 100644 --- a/README.md +++ b/README.md @@ -921,10 +921,10 @@ SOFTWARE. [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [example-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [example-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/27e1936 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/27e1936/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/526f871 +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/526f871/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-27e1936-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-526f871-blue.svg [ftp-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ftp-armhf.svg [ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ftp/CHANGELOG.md b/ftp/CHANGELOG.md index 75da0f942..11f74a0ce 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog since v3.2.0 - :hammer: Re-branding +- :hammer: Re-branding - :hammer: Update add-on config with new password & list features - :books: Update add-on documentation to use new YAML configuration format - :arrow_up: Upgrades add-on base image to v7.0.0 diff --git a/ftp/README.md b/ftp/README.md index 4eb3fa6d0..cd3906bf7 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-on: FTP +# Home Assistant Community Add-on: FTP [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ftp/blob/27e1936/README.md +[docs]: https://github.com/hassio-addons/addon-ftp/blob/526f871/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-ftp/36799?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -56,5 +56,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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-27e1936-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/27e1936 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-526f871-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/526f871 \ No newline at end of file diff --git a/ftp/config.json b/ftp/config.json index 71af864ea..da2f761d1 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "27e1936", + "version": "526f871", "slug": "ftp", "description": "A secure and fast FTP server for Home Assistant", "url": "https://github.com/hassio-addons/addon-ftp",