diff --git a/README.md b/README.md index 0a006fc49..64c59de4c 100644 --- a/README.md +++ b/README.md @@ -426,10 +426,10 @@ SOFTWARE. [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-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/3e34127 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/3e34127/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/e60fa1f +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/e60fa1f/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-3e34127-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-e60fa1f-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 45fd3464e..2021e068a 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog since v1.1.0 -2018/06/03 12:17 UTC - [3e34127](https://github.com/hassio-addons/addon-ftp/commit/3e34127d7002abac411e1822bab634548ebdf9f6) by [@frenck](https://github.com/frenck) +2018/06/10 09:23 UTC - [e60fa1f](https://github.com/hassio-addons/addon-ftp/commit/e60fa1fa30614c526390860eb6f9bda4a13bb56c) by [@frenck](https://github.com/frenck) +> :rocket: Rewrites GitLab CI + +2018/06/10 09:23 UTC - [3e34127](https://github.com/hassio-addons/addon-ftp/commit/3e34127d7002abac411e1822bab634548ebdf9f6) by [@frenck](https://github.com/frenck) > :shirt: Fixes jsonlint issue -2018/06/03 12:17 UTC - [dab75aa](https://github.com/hassio-addons/addon-ftp/commit/dab75aacab127b94919b5063d7be984b8fcd4708) by [@frenck](https://github.com/frenck) +2018/06/10 09:23 UTC - [dab75aa](https://github.com/hassio-addons/addon-ftp/commit/dab75aacab127b94919b5063d7be984b8fcd4708) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades base image to v1.4.2 -2018/06/03 12:17 UTC - [447042b](https://github.com/hassio-addons/addon-ftp/commit/447042b02376751f2c3388245e78d6a5fad931c9) by [@frenck](https://github.com/frenck) +2018/06/10 09:23 UTC - [447042b](https://github.com/hassio-addons/addon-ftp/commit/447042b02376751f2c3388245e78d6a5fad931c9) by [@frenck](https://github.com/frenck) > :rocket: Moves build-env to latest diff --git a/ftp/README.md b/ftp/README.md index 8b81d15fc..fa4d1b312 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-3e34127-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/3e34127 -[docs]: https://github.com/hassio-addons/addon-ftp/blob/3e34127/README.md +[release-shield]: https://img.shields.io/badge/version-e60fa1f-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/e60fa1f +[docs]: https://github.com/hassio-addons/addon-ftp/blob/e60fa1f/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck \ No newline at end of file diff --git a/ftp/config.json b/ftp/config.json index a70ef4275..a4e0ad8ec 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "3e34127", + "version": "e60fa1f", "slug": "ftp", "description": "A secure and fast FTP server for Hass.io", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck",