mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
🎉 Release of add-on FTP 4.1.0
This commit is contained in:
parent
f6031abbc7
commit
0760bc9b41
6 changed files with 19 additions and 12 deletions
|
@ -790,10 +790,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.2
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.2/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.1.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.1.0/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v4.0.2-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v4.1.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
|
||||
|
|
|
@ -1,12 +1,19 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Fix incorrect file timestamps through FTP server @jant90 (#42)
|
||||
- Apply updated repository structure & CI workflow @frenck (#53)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Make add-on icons transparent @LiJu09 (#46)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#38)
|
||||
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#40)
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#41)
|
||||
- ⬆️ Upgrades add-on base image to v9.1.6 @frenck (#44)
|
||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#45)
|
||||
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#47)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#48)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#49)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#50)
|
||||
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#51)
|
||||
- Upgrades add-on base image to v9.2.0 @frenck (#52)
|
||||
|
|
|
@ -34,5 +34,5 @@ access to your Home Assistant configuration via FTP.
|
|||
[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.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.1.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "FTP",
|
||||
"version": "4.0.2",
|
||||
"version": "4.1.0",
|
||||
"slug": "ftp",
|
||||
"description": "A secure and fast FTP server for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-ftp",
|
||||
|
|
BIN
ftp/icon.png
BIN
ftp/icon.png
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 29 KiB |
BIN
ftp/logo.png
BIN
ftp/logo.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 54 KiB |
Loading…
Add table
Add a link
Reference in a new issue