From 81a0bcdc88d9ec7e14e67ae29ca8c7cd5bd317aa Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Feb 2020 12:59:41 +0000 Subject: [PATCH] :arrow_up: Updating add-on FTP to c53fc8d --- README.md | 6 +++--- ftp/CHANGELOG.md | 1 + ftp/README.md | 6 +++--- ftp/config.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd1c62d16..859b03232 100644 --- a/README.md +++ b/README.md @@ -936,10 +936,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/526f871 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/526f871/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/c53fc8d +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/c53fc8d/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-526f871-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-c53fc8d-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 11f74a0ce..11d9842aa 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v3.2.0 +- :arrow_up: Upgrades add-on base image to v7.0.2 - :hammer: Re-branding - :hammer: Re-branding - :hammer: Update add-on config with new password & list features diff --git a/ftp/README.md b/ftp/README.md index cd3906bf7..f6223e0c4 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -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/526f871/README.md +[docs]: https://github.com/hassio-addons/addon-ftp/blob/c53fc8d/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-526f871-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/526f871 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-c53fc8d-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/c53fc8d \ No newline at end of file diff --git a/ftp/config.json b/ftp/config.json index da2f761d1..981d15d4b 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "526f871", + "version": "c53fc8d", "slug": "ftp", "description": "A secure and fast FTP server for Home Assistant", "url": "https://github.com/hassio-addons/addon-ftp",