🎉 Release of add-on chrony 2.2.2

This commit is contained in:
Community Hass.io Add-ons Bot 2022-01-20 19:32:34 +00:00
parent 12028115a7
commit c15bf27d25
5 changed files with 13 additions and 28 deletions

View file

@ -2,29 +2,14 @@
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#84)
- Switch to centralized GitHub Action Workflows @frenck (#102)
- 🚀 Update CI to latest version @frenck (#104)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#85)
- 📚 Update year 🎉 @sinclairpaul (#108)
## ⬆️ Dependency updates
- Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#74)
- Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#77)
- Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#78)
- Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#79)
- Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#80)
- Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#81)
- Bump actions/stale from 3.0.19 to 4 @dependabot (#83)
- Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#82)
- ⬆Upgrades add-on base image to v10.0.1 @frenck (#86)
- Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#87)
- Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#88)
- Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#89)
- ⬆️ Update add-on base image to v10.0.2 @sinclairpaul (#92)
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#90)
- Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#91)
- Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#95)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#97)
- Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#98)
- ⬆️ Update base image to 11.0.0 @sinclairpaul (#107)
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#109)

View file

@ -113,7 +113,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2021 Paul Sinclair
Copyright (c) 2019-2022 Paul Sinclair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -35,7 +35,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[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/2022.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/v2.2.1
[release-shield]: https://img.shields.io/badge/version-v2.2.2-blue.svg
[release]: https://github.com/hassio-addons/addon-chrony/tree/v2.2.2

View file

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