From 1fc88963cc453349bfd861f68514d943d5ac4f31 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 12 Jun 2018 19:13:16 +0000 Subject: [PATCH] :tada: Release of add-on FTP 1.2.0 --- README.md | 6 +++--- ftp/CHANGELOG.md | 27 ++++++--------------------- ftp/README.md | 6 +++--- ftp/config.json | 2 +- 4 files changed, 13 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 411a1841..51ec9212 100644 --- a/README.md +++ b/README.md @@ -417,10 +417,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/v1.1.0 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.1.0/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.2.0 +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-v1.2.0-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 b8cd3607..315a2760 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,29 +1,14 @@ [Full Changelog][changelog] -### Added - -- Adds .yamllint configuration -- Adds all architectures to add-on config -- Adds Probot configuration -- Adds initial add-on README template -- Adds Gitlab CI - ### Fixed -- Fixes Markdownlint warning in License -- Fixes hadolint warnings +- Fixes jsonlint issue ### Changed -- Replaces Changelog with GitHub releases -- Upgrades add-on base image to v1.4.1 -- Updates README -- Fixes apparmor issues on mounting resources +- Moves build-env to latest +- Upgrades base image to v1.4.2 +- Rewrites GitLab CI +- Upgrades base image in GitLab CI to 1.4.2 -### Removed - -- Removes CodeClimate -- Removes CircleCI -- Removes supervisor version constraint from add-on config - -[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.0.0...v1.1.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.1.0...v1.2.0 \ No newline at end of file diff --git a/ftp/README.md b/ftp/README.md index f0a6ed67..3b5f2fe5 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -46,8 +46,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-v1.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.1.0 -[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.1.0/README.md +[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.2.0 +[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/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 054a6b72..06cc2be9 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "1.1.0", + "version": "1.2.0", "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",