⬆️ Updating add-on FTP to 0ad61c1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-06-20 21:40:22 +00:00
parent edb9094580
commit c7f2ea8cde
4 changed files with 21 additions and 9 deletions

View file

@ -825,10 +825,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/e20f6f2
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/e20f6f2/README.md
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/0ad61c1
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/0ad61c1/README.md
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
[ftp-version-shield]: https://img.shields.io/badge/version-e20f6f2-blue.svg
[ftp-version-shield]: https://img.shields.io/badge/version-0ad61c1-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

View file

@ -1,8 +1,20 @@
# Changelog since v2.0.1
2019/06/16 20:23 UTC - [e20f6f2](https://github.com/hassio-addons/addon-ftp/commit/e20f6f2baf6783f29d7e8ae707e3807a8e48eb4a) by [@frenck](https://github.com/frenck)
2019/06/20 20:09 UTC - [0ad61c1](https://github.com/hassio-addons/addon-ftp/commit/0ad61c1e279b8fb40c2d8ed07f8ced53d2744b2b) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades openssl to 1.1.1c-r0
2019/06/20 20:09 UTC - [9ff2be4](https://github.com/hassio-addons/addon-ftp/commit/9ff2be49bf7ac85d32273f180df7a42417a92159) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades musl-dev to 1.1.22-r2
2019/06/20 20:09 UTC - [ed936aa](https://github.com/hassio-addons/addon-ftp/commit/ed936aa4fca9e08450a58c2ae5a89efecd898a9e) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades linux-pam-dev to 1.3.0-r1
2019/06/20 20:09 UTC - [f420e5a](https://github.com/hassio-addons/addon-ftp/commit/f420e5ae6d332fa31bef901dde690b54f9406810) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to v4.0.0
2019/06/20 20:09 UTC - [e20f6f2](https://github.com/hassio-addons/addon-ftp/commit/e20f6f2baf6783f29d7e8ae707e3807a8e48eb4a) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v3.1.2
2019/06/16 20:23 UTC - [3008017](https://github.com/hassio-addons/addon-ftp/commit/300801741eed471f7d509a4debff5964db0019ef) by [@frenck](https://github.com/frenck)
2019/06/20 20:09 UTC - [3008017](https://github.com/hassio-addons/addon-ftp/commit/300801741eed471f7d509a4debff5964db0019ef) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to 3.1.1

View file

@ -49,12 +49,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ftp/blob/e20f6f2/README.md
[docs]: https://github.com/hassio-addons/addon-ftp/blob/0ad61c1/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
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-e20f6f2-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/e20f6f2
[release-shield]: https://img.shields.io/badge/version-0ad61c1-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/0ad61c1

View file

@ -1,6 +1,6 @@
{
"name": "FTP",
"version": "e20f6f2",
"version": "0ad61c1",
"slug": "ftp",
"description": "A secure and fast FTP server for Hass.io",
"url": "https://github.com/hassio-addons/addon-ftp",