Skip to content

Commit 24a7e53

Browse files
committed
🎉 Release of add-on FTP 6.0.0
1 parent c713c40 commit 24a7e53

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,10 +861,10 @@ SOFTWARE.
861861
[example-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
862862
[example-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
863863
[example-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
864-
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/28a5542
865-
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/28a5542/README.md
864+
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v6.0.0
865+
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v6.0.0/README.md
866866
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
867-
[ftp-version-shield]: https://img.shields.io/badge/version-28a5542-blue.svg
867+
[ftp-version-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
868868
[ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
869869
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
870870
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

ftp/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Changelog since v5.3.4
2-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 (#256)
3-
4-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 (#255)
6-
7-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1+
## What’s changed
2+
3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#257](https://github.com/hassio-addons/addon-ftp/pull/257))
6+
7+
## ⬆️ Dependency updates
8+
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
@@ -53,5 +53,5 @@ If you are more interested in stable releases of our add-ons:
5353
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5454
[patreon]: https://www.patreon.com/frenck
5555
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
56-
[release-shield]: https://img.shields.io/badge/version-28a5542-blue.svg
57-
[release]: https://github.com/hassio-addons/addon-ftp/tree/28a5542
56+
[release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
57+
[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: 28a5542
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)