mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on FTP 1.3.0
This commit is contained in:
parent
8134c40a42
commit
f023f56c03
4 changed files with 16 additions and 13 deletions
|
@ -445,10 +445,10 @@ SOFTWARE.
|
||||||
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[example-i386-shield]: https://img.shields.io/badge/i386-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.2.0
|
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.3.0
|
||||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/README.md
|
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.3.0/README.md
|
||||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
[ftp-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||||
[ftp-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ftp-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -2,13 +2,16 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixes jsonlint issue
|
- Fixes hadolint warnings
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Moves build-env to latest
|
- Upgrades base image to v2.0.0
|
||||||
- Upgrades base image to v1.4.2
|
- Upgrades gcc to 6.4.0-r8
|
||||||
- Rewrites GitLab CI
|
- Upgrades make to 4.2.1-r2
|
||||||
- Upgrades base image in GitLab CI to 1.4.2
|
- Upgrades musl-dev to 1.1.19-r10
|
||||||
|
- Upgrades openssl to 1.0.2o-r1
|
||||||
|
- Upgrades vsftpd to 3.0.3-r5
|
||||||
|
- Upgrades base image to v2.0.1
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.1.0...v1.2.0
|
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.2.0...v1.3.0
|
||||||
|
|
|
@ -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-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.2.0
|
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.3.0
|
||||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/README.md
|
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.3.0/README.md
|
||||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "FTP",
|
"name": "FTP",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"slug": "ftp",
|
"slug": "ftp",
|
||||||
"description": "A secure and fast FTP server for Hass.io",
|
"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",
|
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue