⬆️ Updating add-on chrony to 8a8638c

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-11 20:06:04 +00:00
parent dcb3b97532
commit dc97c1dc39
4 changed files with 12 additions and 10 deletions

View file

@ -1281,10 +1281,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/2dc6d5d [addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/8a8638c
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/2dc6d5d/README.md [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-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-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,4 +1,6 @@
# Changelog since v1.0.7 # Changelog since v1.0.7
- :hammer: Re-branding
- :ambulance: Fix YAML example in documentation
- 📚Change example to YAML - 📚Change example to YAML
- ⬆Update base to v7.0.0 - ⬆Update base to v7.0.0
- 📚Prep for re-branding - 📚Prep for re-branding

View file

@ -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] [![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! ## WARNING! THIS IS AN EDGE VERSION!
This Home Assistant Add-ons repository contains edge builds of add-ons. Edge This Home Assistant Add-ons repository contains edge builds of add-ons.
build add-ons are based upon the latest development version. Edge builds add-ons are based upon the latest development version.
- They may not work at all. - They may not work at all.
- They might stop working at any time. - 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 [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/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-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/2020.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-2dc6d5d-blue.svg [release-shield]: https://img.shields.io/badge/version-8a8638c-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/2dc6d5d [release]: https://github.com/hassio-addons/addon-chrony/tree/8a8638c

View file

@ -1,6 +1,6 @@
{ {
"name": "chrony", "name": "chrony",
"version": "2dc6d5d", "version": "8a8638c",
"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",