diff --git a/README.md b/README.md index a818ae9a8..7d95f3391 100644 --- a/README.md +++ b/README.md @@ -1130,10 +1130,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/ae6334f -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/ae6334f/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/80fb860 +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/80fb860/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-ae6334f-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-80fb860-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/chrony/CHANGELOG.md b/chrony/CHANGELOG.md index 8d1ab7c84..efa7be3c2 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v1.1.3 +- 📚 Documentation updates (#31) - ⬆ Update base image and Chrony version (#30) * ⬆ Update image to v9.0.1 diff --git a/chrony/DOCS.md b/chrony/DOCS.md index 93a2c3a54..d16182a3c 100644 --- a/chrony/DOCS.md +++ b/chrony/DOCS.md @@ -77,8 +77,7 @@ time source. The application will select which to reference. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented @@ -140,7 +139,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx [sinclairpaul]: https://github.com/sinclairpaul [issue]: https://github.com/hassio-addons/addon-chrony/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-chrony/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/chrony/README.md b/chrony/README.md index 96993ddbb..c23811f94 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-ae6334f-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/ae6334f \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-80fb860-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/80fb860 \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index 9af30b68b..5b9976110 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "ae6334f", + "version": "80fb860", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",