Skip to content

Commit 938fc52

Browse files
committed
🎉 Release of add-on FTP 6.0.0
1 parent b3db517 commit 938fc52

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -850,10 +850,10 @@ SOFTWARE.
850850
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
851851
[example-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
852852
[example-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
853-
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v5.3.4
854-
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v5.3.4/README.md
853+
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v6.0.0
854+
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v6.0.0/README.md
855855
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
856-
[ftp-version-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
856+
[ftp-version-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
857857
[ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
858858
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
859859
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

ftp/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## What’s changed
22

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#257](https://github.com/hassio-addons/addon-ftp/pull/257))
6+
37
## ⬆️ Dependency updates
48

5-
- ⬆️ Update alpine_3_22/openssl to v3.5.3-r1 @[renovate[bot]](https://github.com/apps/renovate) ([#251](https://github.com/hassio-addons/addon-ftp/pull/251))
6-
- ⬆️ Update alpine_3_22/openssl to v3.5.4-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#253](https://github.com/hassio-addons/addon-ftp/pull/253))
7-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#252](https://github.com/hassio-addons/addon-ftp/pull/252))
9+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#255](https://github.com/hassio-addons/addon-ftp/pull/255))
10+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#256](https://github.com/hassio-addons/addon-ftp/pull/256))

ftp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ access to your Home Assistant configuration via FTP.
3434
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
3535
[patreon]: https://www.patreon.com/frenck
3636
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
37-
[release-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
38-
[release]: https://github.com/hassio-addons/addon-ftp/tree/v5.3.4
37+
[release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
38+
[release]: https://github.com/hassio-addons/addon-ftp/tree/v6.0.0

ftp/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: FTP
2-
version: 5.3.4
2+
version: 6.0.0
33
slug: ftp
44
description: A secure and fast FTP server for Home Assistant
55
url: https://github.com/hassio-addons/addon-ftp
@@ -8,7 +8,6 @@ startup: services
88
arch:
99
- aarch64
1010
- amd64
11-
- armv7
1211
init: false
1312
host_network: true
1413
privileged:

0 commit comments

Comments
 (0)