🎉 Release of add-on FTP 4.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-12-19 18:52:58 +00:00
parent f1baa68365
commit 14fa5eec83
4 changed files with 16 additions and 20 deletions

View file

@ -736,10 +736,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.3.0 [addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.4.0
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.3.0/README.md [addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.4.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-v4.3.0-blue.svg [ftp-version-shield]: https://img.shields.io/badge/version-v4.4.0-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,23 +1,19 @@
## Whats changed ## Whats changed
## 🚀 Enhancements ## ✨ New features
- Migrate JSON config to YAML @frenck (#101) - Allow for showing hidden dot files @frenck (#106)
## 🐛 Bug fixes
- Fix SSL no ciphers available @frenck (#107)
- Use rbind for mounting the folders so it will include all subfolders @ZMan88 (#56)
- Fix ssl typo in vsftpd.conf @hcooper (#109)
## 🧰 Maintenance ## 🧰 Maintenance
- Switch to centralized GitHub Action Workflows @frenck (#100) - 🚀 Update CI to latest version @frenck (#110)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#84) - ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#105)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#85)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#86)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#88)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#89)
- ⬆️ Upgrades openssl to 1.1.1l-r0 @frenck (#90)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#91)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#94)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#96)
- ⬆️ Upgrades add-on base image to 10.2.0 @frenck (#102)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#103)

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.3.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v4.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.3.0 [release]: https://github.com/hassio-addons/addon-ftp/tree/v4.4.0

View file

@ -77,4 +77,4 @@ schema:
slug: ftp slug: ftp
startup: services startup: services
url: https://github.com/hassio-addons/addon-ftp url: https://github.com/hassio-addons/addon-ftp
version: 4.3.0 version: 4.4.0