diff --git a/README.md b/README.md index 60244b75..62c3041d 100644 --- a/README.md +++ b/README.md @@ -1161,10 +1161,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/v1.0.7 -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.7/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.8 +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.8/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-v1.0.7-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-v1.0.8-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 346b09f2..510ac9d8 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,17 +1,10 @@ -Minor release mostly updating documentation. +Minor release, documentation and image updates. -## Changes - -- 🔨Align config.json layout -- 💄Add logo -- ✏Update license year -- 💄Add icon -- 📚Grammar/year changes -- 📚Readme alignment -- ✏Update maintenance shield -- 📚Align readme installation instructions -- 📚Adjust funding +- 📚Change example to YAML +- 🚑 Fix YAML example in documentation +- 🔨 Re-branding +- ⬆ Upgrades add-on base image to v7.0.2 [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.6...v1.0.7 +[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.7...v1.0.8 \ No newline at end of file diff --git a/chrony/README.md b/chrony/README.md index a6e9aa62..d067758e 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: chrony +# Home Assistant Community Add-on: chrony [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -17,7 +17,7 @@ time on devices with controlled internet access (such as cameras). ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -35,10 +35,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/v1.0.7/README.md +[docs]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.8/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-v1.0.7-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.7 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v1.0.8-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.8 \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index 96790844..ce777fe4 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "1.0.7", + "version": "1.0.8", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",