mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on FTP 5.0.1
This commit is contained in:
parent
f0e383fd0b
commit
13116545cb
5 changed files with 14 additions and 17 deletions
|
@ -731,10 +731,10 @@ SOFTWARE.
|
|||
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[example-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[example-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.7.3
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.7.3/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v5.0.1
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v5.0.1/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v4.7.3-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v5.0.1-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-no-red.svg
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🎆 Updates maintenance/license year to 2024 @frenck ([#174](https://github.com/hassio-addons/addon-ftp/pull/174))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update alpine_3_18/openssl to v3.1.3-r0 @renovate ([#156](https://github.com/hassio-addons/addon-ftp/pull/156))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.1 @renovate ([#157](https://github.com/hassio-addons/addon-ftp/pull/157))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.3 @renovate ([#158](https://github.com/hassio-addons/addon-ftp/pull/158))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.0 @renovate ([#159](https://github.com/hassio-addons/addon-ftp/pull/159))
|
||||
- ⬆️ Update alpine_3_18/musl-dev to v1.2.4-r2 @renovate ([#160](https://github.com/hassio-addons/addon-ftp/pull/160))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.1 @renovate ([#161](https://github.com/hassio-addons/addon-ftp/pull/161))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.2 @renovate ([#162](https://github.com/hassio-addons/addon-ftp/pull/162))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate ([#172](https://github.com/hassio-addons/addon-ftp/pull/172))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate ([#173](https://github.com/hassio-addons/addon-ftp/pull/173))
|
||||
|
|
|
@ -271,7 +271,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2023 Franck Nijhof
|
||||
Copyright (c) 2017-2024 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
|
||||
|
|
|
@ -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/2023.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.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-v4.7.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.7.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v5.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v5.0.1
|
|
@ -1,5 +1,5 @@
|
|||
name: FTP
|
||||
version: 4.7.3
|
||||
version: 5.0.1
|
||||
slug: ftp
|
||||
description: A secure and fast FTP server for Home Assistant
|
||||
url: https://github.com/hassio-addons/addon-ftp
|
||||
|
@ -8,9 +8,7 @@ startup: services
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
init: false
|
||||
host_network: true
|
||||
privileged:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue