⬆️ Updating add-on chrony to 5af3bf2

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-08 13:01:10 +00:00
parent c458914316
commit d72a2ec9df
4 changed files with 24 additions and 6 deletions

View file

@ -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/4f03c72
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/4f03c72/README.md
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/5af3bf2
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/5af3bf2/README.md
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
[chrony-version-shield]: https://img.shields.io/badge/version-4f03c72-blue.svg
[chrony-version-shield]: https://img.shields.io/badge/version-5af3bf2-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

View file

@ -1,4 +1,22 @@
# Changelog since v2.0.1
- Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#51)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#50)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.1...2a4b53665e15ce7d7049afb11ff1f70ff1610609)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump docker/build-push-action from v2.3.0 to v2.4.0 (#49)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.

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
[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-4f03c72-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/4f03c72
[release-shield]: https://img.shields.io/badge/version-5af3bf2-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/5af3bf2

View file

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