⬆️ Updating add-on FTP to 3a69f8c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-19 07:38:05 +00:00
parent 1225e91c88
commit 4400cc8647
4 changed files with 8 additions and 21 deletions

View file

@ -838,10 +838,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/v4.0.1
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.1/README.md
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/3a69f8c
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/3a69f8c/README.md
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
[ftp-version-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg
[ftp-version-shield]: https://img.shields.io/badge/version-3a69f8c-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,15 +1,2 @@
## Whats changed
## ⬆️ Dependency updates
- ⬆️ 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)
# Changelog since v4.0.1
- ⬆ Bump actions/stale from v3.0.16 to v3.0.17 (#38)

View file

@ -53,5 +53,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]: 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-v4.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.1
[release-shield]: https://img.shields.io/badge/version-3a69f8c-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/3a69f8c

View file

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