mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on FTP 1.2.0
This commit is contained in:
parent
3a55420156
commit
1fc88963cc
4 changed files with 13 additions and 28 deletions
|
@ -417,10 +417,10 @@ SOFTWARE.
|
|||
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[example-armhf-shield]: https://img.shields.io/badge/armhf-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/v1.1.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.1.0/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.2.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
||||
[ftp-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ftp-armhf.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
|
||||
|
|
|
@ -1,29 +1,14 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Adds .yamllint configuration
|
||||
- Adds all architectures to add-on config
|
||||
- Adds Probot configuration
|
||||
- Adds initial add-on README template
|
||||
- Adds Gitlab CI
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes Markdownlint warning in License
|
||||
- Fixes hadolint warnings
|
||||
- Fixes jsonlint issue
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaces Changelog with GitHub releases
|
||||
- Upgrades add-on base image to v1.4.1
|
||||
- Updates README
|
||||
- Fixes apparmor issues on mounting resources
|
||||
- Moves build-env to latest
|
||||
- Upgrades base image to v1.4.2
|
||||
- Rewrites GitLab CI
|
||||
- Upgrades base image in GitLab CI to 1.4.2
|
||||
|
||||
### Removed
|
||||
|
||||
- Removes CodeClimate
|
||||
- Removes CircleCI
|
||||
- Removes supervisor version constraint from add-on config
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.0.0...v1.1.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.1.0...v1.2.0
|
|
@ -46,8 +46,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.1.0
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.1.0/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.2.0
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.2.0/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "FTP",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"slug": "ftp",
|
||||
"description": "A secure and fast FTP server for Hass.io",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue