From f507569741319f3d23f2db4e014837ba0445a5b0 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 24 Jan 2021 15:52:04 +0000 Subject: [PATCH] :tada: Release of add-on FTP 4.0.0 --- README.md | 6 +++--- ftp/CHANGELOG.md | 18 +++++++++--------- ftp/DOCS.md | 6 ++---- ftp/README.md | 6 +++--- ftp/config.json | 8 ++------ 5 files changed, 19 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3b5f0494..10d8ddb7 100644 --- a/README.md +++ b/README.md @@ -796,10 +796,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/v3.5.0 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v3.5.0/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0 +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v4.0.0/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-v4.0.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 diff --git a/ftp/CHANGELOG.md b/ftp/CHANGELOG.md index 7b80804b..bd4d1700 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,12 +1,12 @@ -[Full Changelog][changelog] -### 🔨 Changes +## What’s changed -- 🔨Add pasv_addr_resolve to config (#20) -- ⬆ Upgrades add-on base image to v8.0.3 -- ⬆ Upgrades base image to v8.0.4 +## 🧰 Maintenance -[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v3.4.0...v3.5.0 +- Cleanup repository @frenck (#21) +- Happy New Year @frenck (#22) +- Upgrade Code of Conduct @frenck (#23) +- Add new repository workflow @frenck (#24) -Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +## ⬆️ Dependency updates + +- Upgrade add-on base image to 9.1.0 @frenck (#25) diff --git a/ftp/DOCS.md b/ftp/DOCS.md index 5c9c7641..b61582b7 100644 --- a/ftp/DOCS.md +++ b/ftp/DOCS.md @@ -230,8 +230,7 @@ using this option! USE AT YOUR OWN RISK!_ ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented @@ -267,7 +266,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2020 Franck Nijhof +Copyright (c) 2017-2021 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 @@ -293,7 +292,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-ftp/36799?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-ftp/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [passive-vs-active]: https://stackoverflow.com/a/1699163/299699 [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-ftp/releases diff --git a/ftp/README.md b/ftp/README.md index e843cb50..01c2719b 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -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/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-v3.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/v3.5.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/v4.0.0 \ No newline at end of file diff --git a/ftp/config.json b/ftp/config.json index d21740d2..930b51b1 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "3.5.0", + "version": "4.0.0", "slug": "ftp", "description": "A secure and fast FTP server for Home Assistant", "url": "https://github.com/hassio-addons/addon-ftp", @@ -13,10 +13,6 @@ "i386" ], "init": false, - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", - "homeassistant_api": false, "host_network": true, "privileged": [ "SYS_ADMIN" @@ -93,5 +89,5 @@ ], "i_like_to_be_pwned": "bool?" }, - "image": "hassioaddons/ftp-{arch}" + "image": "ghcr.io/hassio-addons/ftp/{arch}" } \ No newline at end of file