From dc97c1dc3962b39c42edae686c36bd082b39614e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 11 Feb 2020 20:06:04 +0000 Subject: [PATCH] :arrow_up: Updating add-on chrony to 8a8638c --- README.md | 6 +++--- chrony/CHANGELOG.md | 2 ++ chrony/README.md | 12 ++++++------ chrony/config.json | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc4a7ba5b..6474755a1 100644 --- a/README.md +++ b/README.md @@ -1281,10 +1281,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/2dc6d5d -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/2dc6d5d/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/8a8638c +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/8a8638c/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-2dc6d5d-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-8a8638c-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/chrony/CHANGELOG.md b/chrony/CHANGELOG.md index 5ca72ccdb..9f74ebed1 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v1.0.7 +- :hammer: Re-branding +- :ambulance: Fix YAML example in documentation - 📚Change example to YAML - ⬆Update base to v7.0.0 - 📚Prep for re-branding diff --git a/chrony/README.md b/chrony/README.md index fe570b8cc..17afbf1ed 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: chrony +# Community Home Assistant Add-on: chrony [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -17,8 +17,8 @@ time on devices with controlled internet access (such as cameras). ## WARNING! THIS IS AN EDGE VERSION! -This Home Assistant Add-ons repository contains edge builds of add-ons. Edge -build add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -38,10 +38,10 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-chrony/blob/2dc6d5d/README.md +[docs]: https://github.com/hassio-addons/addon-chrony/blob/8a8638c/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-2dc6d5d-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/2dc6d5d \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8a8638c-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/8a8638c \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index 4c858214f..3aa63bf0b 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "2dc6d5d", + "version": "8a8638c", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",