⬆️ Updating add-on chrony to 3ee42d7

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 10:11:31 +00:00
parent 0ecd7f214d
commit e34935cab9
4 changed files with 15 additions and 6 deletions

View file

@ -1153,10 +1153,10 @@ SOFTWARE.
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[zerotier-i386-shield]: https://img.shields.io/badge/i386-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/ab03ebc [addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/3ee42d7
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/ab03ebc/README.md [addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/3ee42d7/README.md
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues [chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
[chrony-version-shield]: https://img.shields.io/badge/version-ab03ebc-blue.svg [chrony-version-shield]: https://img.shields.io/badge/version-3ee42d7-blue.svg
[chrony-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v2.0.0 # Changelog since v2.0.0
- Bump actions/stale from v3.0.15 to v3.0.16 (#39)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Upgrade add-on base image to 9.1.2 (#35) - Upgrade add-on base image to 9.1.2 (#35)
- Bump actions/cache from v2.1.3 to v2.1.4 (#38) - Bump actions/cache from v2.1.3 to v2.1.4 (#38)

View file

@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/?u=frenck [forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-ab03ebc-blue.svg [release-shield]: https://img.shields.io/badge/version-3ee42d7-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/ab03ebc [release]: https://github.com/hassio-addons/addon-chrony/tree/3ee42d7

View file

@ -1,6 +1,6 @@
{ {
"name": "chrony", "name": "chrony",
"version": "ab03ebc", "version": "3ee42d7",
"slug": "chrony", "slug": "chrony",
"description": "A local NTP (Network Time Protocol) server for cameras etc.", "description": "A local NTP (Network Time Protocol) server for cameras etc.",
"url": "https://github.com/hassio-addons/addon-chrony", "url": "https://github.com/hassio-addons/addon-chrony",