🎉 Release of add-on chrony 1.0.7

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-04 20:26:08 +00:00
parent 23253f2579
commit 28f6d56271
6 changed files with 21 additions and 14 deletions

View file

@ -1145,10 +1145,10 @@ SOFTWARE.
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[zerotier-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [zerotier-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[zerotier-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [zerotier-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.6 [addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.7
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.6/README.md [addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.7/README.md
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
[chrony-version-shield]: https://img.shields.io/badge/version-v1.0.6-blue.svg [chrony-version-shield]: https://img.shields.io/badge/version-v1.0.7-blue.svg
[chrony-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/chrony-armhf.svg [chrony-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/chrony-armhf.svg
[chrony-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [chrony-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[chrony-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [chrony-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,10 +1,17 @@
Maintenance release Minor release mostly updating documentation.
## Changes ## Changes
- ⬆Update chrony to v3.5-r1 - 🔨Align config.json layout
- ⬆Update add-on base image to v6.0.1 - 💄Add logo
- ✏Update license year
- 💄Add icon
- 📚Grammar/year changes
- 📚Readme alignment
- ✏Update maintenance shield
- 📚Align readme installation instructions
- 📚Adjust funding
[Full Changelog][changelog] [Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.5...v1.0.6 [changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.6...v1.0.7

View file

@ -35,10 +35,10 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.6/README.md [docs]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.7/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck [forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.0.6-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.0.7-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.6 [release]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.7

View file

@ -1,6 +1,6 @@
{ {
"name": "chrony", "name": "chrony",
"version": "1.0.6", "version": "1.0.7",
"slug": "chrony", "slug": "chrony",
"description": "A local NTP (Network Time Protocol) server for cameras etc.", "description": "A local NTP (Network Time Protocol) server for cameras etc.",
"url": "https://github.com/hassio-addons/addon-chrony", "url": "https://github.com/hassio-addons/addon-chrony",
@ -34,13 +34,13 @@
] ]
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"set_system_clock": "bool", "set_system_clock": "bool",
"ntp_pool": "str?", "ntp_pool": "str?",
"ntp_server": [ "ntp_server": [
"str?" "str?"
], ],
"mode": "match(^(pool|server)$)" "mode": "list(pool|server)"
}, },
"image": "hassioaddons/chrony-{arch}" "image": "hassioaddons/chrony-{arch}"
} }

BIN
chrony/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
chrony/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB