Skip to content

Commit 6ce75ec

Browse files
committed
🎉 Release of add-on FTP 6.0.0
1 parent e2048f2 commit 6ce75ec

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
@@ -866,10 +866,10 @@ SOFTWARE.
866866
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
867867
[example-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
868868
[example-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
869-
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v5.3.4
870-
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v5.3.4/README.md
869+
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v6.0.0
870+
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v6.0.0/README.md
871871
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
872-
[ftp-version-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
872+
[ftp-version-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
873873
[ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
874874
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
875875
[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
@@ -50,5 +50,5 @@ If you are more interested in stable releases of our add-ons:
5050
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5151
[patreon]: https://www.patreon.com/frenck
5252
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
53-
[release-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
54-
[release]: https://github.com/hassio-addons/addon-ftp/tree/v5.3.4
53+
[release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
54+
[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)