diff --git a/README.md b/README.md index 7583a484c..8c8d9f99e 100644 --- a/README.md +++ b/README.md @@ -1107,10 +1107,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/2a870d9 -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/2a870d9/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/fe08d17 +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/fe08d17/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-2a870d9-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-fe08d17-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 d38d2895c..bc9bf09b6 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v2.0.2 +- Apply updated repository structure & CI workflow (#60) - Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#59) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0. diff --git a/chrony/README.md b/chrony/README.md index 8f3be0ed3..33cb62272 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-2a870d9-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/2a870d9 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-fe08d17-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/fe08d17 \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index ec687817b..80013aea1 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "2a870d9", + "version": "fe08d17", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",