diff --git a/README.md b/README.md index f2f93a98..ee7d3d29 100644 --- a/README.md +++ b/README.md @@ -1186,10 +1186,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.11 -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.0.11/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v1.1.0 +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v1.1.0/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-v1.0.11-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-v1.1.0-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 53cebbad..41487748 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,12 +1,10 @@ General maintenance release -- 🔨Set init false -- ⬆ Upgrades add-on base image to v7.2.0 -- 🔨 Implement OCI image specification on labels -- ✏ Split add-on documentation +- ⬆ Update base to 8.0.1 +- ⬆ Update chrony to 3.5-r2 Questions? Join our Discord server! https://discord.me/hassioaddons [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.10...v1.0.11 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v1.0.10...v1.1.0 \ No newline at end of file diff --git a/chrony/README.md b/chrony/README.md index 3cc00fe1..6c82d861 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -37,5 +37,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/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.11-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/v1.0.11 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/v1.1.0 \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index 1f554023..390a34f3 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "1.0.11", + "version": "1.1.0", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",