⬆️ Updating add-on chrony to 90b1d90

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-25 18:28:48 +00:00
parent bffc1b8fbb
commit b3a8cc3de0
4 changed files with 26 additions and 28 deletions

View file

@ -1084,10 +1084,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/3097863 [addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/90b1d90
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/3097863/README.md [addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/90b1d90/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-3097863-blue.svg [chrony-version-shield]: https://img.shields.io/badge/version-90b1d90-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,7 +1,5 @@
# Changelog since v2.4.0 # Changelog since v2.5.0
- 🔨 Migrate old-style S6 scripts to s6-rc.d (#121) - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#124)
- ⬆️ Upgrades add-on base image to 13.1.1 (#119)
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- 🎆 Updates maintenance/license year to 2023 (#120) - Add Renovate for dependency management (#123)
- ⬆️ Upgrades add-on base image to 12.2.4 (#116)

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/2023.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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-3097863-blue.svg [release-shield]: https://img.shields.io/badge/version-90b1d90-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/3097863 [release]: https://github.com/hassio-addons/addon-chrony/tree/90b1d90

View file

@ -1,36 +1,36 @@
name: chrony
version: 90b1d90
slug: chrony
description: A local NTP (Network Time Protocol) server for cameras etc.
url: https://github.com/hassio-addons/addon-chrony
codenotary: codenotary@frenck.dev
startup: system
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: A local NTP (Network Time Protocol) server for cameras etc.
hassio_api: true hassio_api: true
image: ghcr.io/hassio-addons/chrony/{arch}
init: false init: false
name: chrony privileged:
- SYS_TIME
ports:
123/udp: 123
ports_description:
123/udp: NTP; Network Time Protocol
options: options:
set_system_clock: true
mode: pool mode: pool
ntp_pool: pool.ntp.org ntp_pool: pool.ntp.org
ntp_server: ntp_server:
- 54.39.13.155 - 54.39.13.155
- briareus.schulte.org - briareus.schulte.org
set_system_clock: true
ports:
123/udp: 123
ports_description:
123/udp: NTP; Network Time Protocol
privileged:
- SYS_TIME
schema: schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
mode: list(pool|server) set_system_clock: bool
ntp_pool: str? ntp_pool: str?
ntp_server: ntp_server:
- str? - str?
set_system_clock: bool mode: list(pool|server)
slug: chrony image: ghcr.io/hassio-addons/chrony/{arch}
startup: system
url: https://github.com/hassio-addons/addon-chrony
version: '3097863'