🎉 Release of add-on FTP 4.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 15:52:04 +00:00
parent 363b2a9f23
commit f507569741
5 changed files with 19 additions and 25 deletions

View file

@ -796,10 +796,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/v3.5.0
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v3.5.0/README.md
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.0/README.md
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
[ftp-version-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg
[ftp-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,12 +1,12 @@
[Full Changelog][changelog]
### 🔨 Changes
## Whats changed
- 🔨Add pasv_addr_resolve to config (#20)
- ⬆ Upgrades add-on base image to v8.0.3
- ⬆ Upgrades base image to v8.0.4
## 🧰 Maintenance
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v3.4.0...v3.5.0
- Cleanup repository @frenck (#21)
- Happy New Year @frenck (#22)
- Upgrade Code of Conduct @frenck (#23)
- Add new repository workflow @frenck (#24)
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#25)

View file

@ -230,8 +230,7 @@ using this option! USE AT YOUR OWN RISK!_
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
Releases are based on [Semantic Versioning][semver], and use the format
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
@ -267,7 +266,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2017-2020 Franck Nijhof
Copyright (c) 2017-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -293,7 +292,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-ftp/36799?u=frenck
[frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-ftp/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[passive-vs-active]: https://stackoverflow.com/a/1699163/299699
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-ftp/releases

View file

@ -46,9 +46,9 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-ftp/36799?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v3.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/v3.5.0
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0

View file

@ -1,6 +1,6 @@
{
"name": "FTP",
"version": "3.5.0",
"version": "4.0.0",
"slug": "ftp",
"description": "A secure and fast FTP server for Home Assistant",
"url": "https://github.com/hassio-addons/addon-ftp",
@ -13,10 +13,6 @@
"i386"
],
"init": false,
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"privileged": [
"SYS_ADMIN"
@ -93,5 +89,5 @@
],
"i_like_to_be_pwned": "bool?"
},
"image": "hassioaddons/ftp-{arch}"
"image": "ghcr.io/hassio-addons/ftp/{arch}"
}