🎉 Release of add-on chrony 2.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-03-09 02:20:25 +00:00
parent b5661111df
commit 5a5c0e57bf
4 changed files with 14 additions and 16 deletions

View file

@ -1069,10 +1069,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/v2.0.0
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v2.0.0/README.md
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/v2.0.1
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/v2.0.1/README.md
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
[chrony-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[chrony-version-shield]: https://img.shields.io/badge/version-v2.0.1-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,14 +1,12 @@
## Whats changed
- 🔨 Update ci @sinclairpaul (#26)
## 📚 Documentation
- 📚 Update Code of Conduct @sinclairpaul (#28)
- 📚 Update year in documentation @sinclairpaul (#29)
- 📚 Documentation updates @sinclairpaul (#31)
## ⬆️ Dependency updates
- ⬆ Update base image @sinclairpaul (#30)
- ⬆ Update Chrony to v4.0-r1 @sinclairpaul (#30)
- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#36)
- Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#37)
- Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#38)
- Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#40)
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#41)
- Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#42)
- Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#44)
- ⬆ Update base image to v9.1.5 @sinclairpaul (#45)

View file

@ -21,5 +21,5 @@ time on devices with controlled internet access (such as cameras).
[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-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/v2.0.0
[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/v2.0.1

View file

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