mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on chrony to 80fb860
This commit is contained in:
parent
3678e2f1ce
commit
1f1b7e2182
5 changed files with 8 additions and 9 deletions
|
@ -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/ae6334f
|
||||
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/ae6334f/README.md
|
||||
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/80fb860
|
||||
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/80fb860/README.md
|
||||
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
|
||||
[chrony-version-shield]: https://img.shields.io/badge/version-ae6334f-blue.svg
|
||||
[chrony-version-shield]: https://img.shields.io/badge/version-80fb860-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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v1.1.3
|
||||
- 📚 Documentation updates (#31)
|
||||
- ⬆ Update base image and Chrony version (#30)
|
||||
|
||||
* ⬆ Update image to v9.0.1
|
||||
|
|
|
@ -77,8 +77,7 @@ time source. The application will select which to reference.
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
|
@ -140,7 +139,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
|
||||
[sinclairpaul]: https://github.com/sinclairpaul
|
||||
[issue]: https://github.com/hassio-addons/addon-chrony/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-chrony/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -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-ae6334f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-chrony/tree/ae6334f
|
||||
[release-shield]: https://img.shields.io/badge/version-80fb860-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-chrony/tree/80fb860
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chrony",
|
||||
"version": "ae6334f",
|
||||
"version": "80fb860",
|
||||
"slug": "chrony",
|
||||
"description": "A local NTP (Network Time Protocol) server for cameras etc.",
|
||||
"url": "https://github.com/hassio-addons/addon-chrony",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue