🎉 Release of add-on FTP 4.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-18 17:47:38 +00:00
parent c1b013e01d
commit 23018dd2ec
4 changed files with 17 additions and 14 deletions

View file

@ -810,10 +810,10 @@ SOFTWARE.
[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-armv7-shield]: https://img.shields.io/badge/armv7-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 [example-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0 [addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.1
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.0/README.md [addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.1/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-v4.0.0-blue.svg [ftp-version-shield]: https://img.shields.io/badge/version-v4.0.1-blue.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
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,12 +1,15 @@
## Whats changed ## Whats changed
## 🧰 Maintenance
- Cleanup repository @frenck (#21)
- Happy New Year @frenck (#22)
- Upgrade Code of Conduct @frenck (#23)
- Add new repository workflow @frenck (#24)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#25) - ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#27)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#26)
- Upgrade add-on base image to 9.1.1 @frenck (#28)
- Upgrade add-on base image to 9.1.2 @frenck (#29)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#30)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#32)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#31)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#33)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#34)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#35)
- Upgrade add-on base image to 9.1.4 @frenck (#37)

View file

@ -50,5 +50,5 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0 [release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.1

View file

@ -1,6 +1,6 @@
{ {
"name": "FTP", "name": "FTP",
"version": "4.0.0", "version": "4.0.1",
"slug": "ftp", "slug": "ftp",
"description": "A secure and fast FTP server for Home Assistant", "description": "A secure and fast FTP server for Home Assistant",
"url": "https://github.com/hassio-addons/addon-ftp", "url": "https://github.com/hassio-addons/addon-ftp",