mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on FTP 1.5.1
This commit is contained in:
parent
87e90b162d
commit
f2312bd19e
4 changed files with 24 additions and 13 deletions
|
@ -582,10 +582,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.5.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.5.0/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.5.1
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.5.1/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.5.0-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.5.1-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
|
||||
|
|
|
@ -2,8 +2,19 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.3.0
|
||||
- Adds Hassio API security role
|
||||
- Upgrades openssl to 1.0.2p-r0
|
||||
- Fix typo (#3) (@antoni-k)
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Removes BountySource links
|
||||
- Removes Anchore.io links
|
||||
- Updates maintenance year to 2019
|
||||
- Refactor of GitLab CI
|
||||
- Upgrades gcc to 6.4.0-r9
|
||||
- Upgrades openssl to 1.0.2q-r0
|
||||
- Upgrades add-on base image to 2.3.1
|
||||
- Configure Renovate (#6)
|
||||
- Replaces add-on link with GitHub link
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.4.1...v1.5.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.5.0...v1.5.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -30,12 +30,12 @@ access to your Home Assistant configuration via FTP.
|
|||
[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/v1.5.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.5.1/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/2018.svg
|
||||
[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-v1.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.5.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.5.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.5.1
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "FTP",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"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",
|
||||
"url": "https://github.com/hassio-addons/addon-ftp",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue