From efaa3d01f8e82a94da011316103babfdec75416c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 20 Jun 2019 23:05:07 +0000 Subject: [PATCH] :tada: Release of add-on chrony 0.3.0 --- README.md | 6 +++--- chrony/CHANGELOG.md | 9 ++++++--- chrony/README.md | 6 +++--- chrony/config.json | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e8daf6e6..0f78e422 100644 --- a/README.md +++ b/README.md @@ -1095,10 +1095,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/v0.2.3 -[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v0.2.3/README.md +[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v0.3.0 +[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v0.3.0/README.md [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues -[chrony-version-shield]: https://img.shields.io/badge/version-v0.2.3-blue.svg +[chrony-version-shield]: https://img.shields.io/badge/version-v0.3.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 73f4f8e9..3d42fafb 100644 --- a/chrony/CHANGELOG.md +++ b/chrony/CHANGELOG.md @@ -1,9 +1,12 @@ -Minor release to update base image +Updates base image and chrony version ## Changes -:arrow_up: Upgrade addon base to 3.1.1 #17 +⬆ Upgrade base to 4.0.1 +⬆ Update chrony to 3.5-r0 +⬆ Update base image to 4.0.0 +📚 Update Readme to Prod Ready (#20) [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v0.2.2...v0.2.3 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-chrony/compare/v0.2.4...v0.3.0 \ No newline at end of file diff --git a/chrony/README.md b/chrony/README.md index 26845fdc..6e753ea5 100644 --- a/chrony/README.md +++ b/chrony/README.md @@ -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/v0.2.3/README.md +[docs]: https://github.com/hassio-addons/addon-chrony/blob/v0.3.0/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/2019.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.2.3-blue.svg -[release]: https://github.com/hassio-addons/addon-chrony/tree/v0.2.3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-chrony/tree/v0.3.0 \ No newline at end of file diff --git a/chrony/config.json b/chrony/config.json index e31c0b0e..64c28401 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -1,6 +1,6 @@ { "name": "chrony", - "version": "0.2.3", + "version": "0.3.0", "slug": "chrony", "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony",