diff --git a/README.md b/README.md index 64c7236a..121d26e7 100644 --- a/README.md +++ b/README.md @@ -968,10 +968,10 @@ SOFTWARE. [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [unifi-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [unifi-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/tree/v0.4.0 -[addon-doc-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/blob/v0.4.0/README.md +[addon-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/tree/v0.5.0 +[addon-doc-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/blob/v0.5.0/README.md [uptime-kuma-issue]: https://github.com/hassio-addons/addon-uptime-kuma/issues -[uptime-kuma-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[uptime-kuma-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg [uptime-kuma-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [uptime-kuma-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [uptime-kuma-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/uptime-kuma/CHANGELOG.md b/uptime-kuma/CHANGELOG.md index fee3dff6..015d8a01 100644 --- a/uptime-kuma/CHANGELOG.md +++ b/uptime-kuma/CHANGELOG.md @@ -2,12 +2,14 @@ ## 🐛 Bug fixes -- 🚑 Fix MQTT notifications @frenck (#31) +- 🚑 Do no omit optional dependencies @frenck (#36) ## 🧰 Maintenance -- 🔨 Migrate old-style base scripts s6-rc @frenck (#30) +- 🎆 Updates maintenance/license year to 2023 @frenck (#35) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 13.0.0 @frenck (#29) +- ⬆️ Upgrades Uptime Kuma to 1.19.2 @frenck (#32) +- ⬆️ Bump apprise from 1.2.0 to 1.2.1 in /uptime-kuma @dependabot (#33) +- ⬆️ Upgrades Uptime Kuma to 1.19.3 @frenck (#34) diff --git a/uptime-kuma/DOCS.md b/uptime-kuma/DOCS.md index 68ac2619..1e2ed2e8 100644 --- a/uptime-kuma/DOCS.md +++ b/uptime-kuma/DOCS.md @@ -74,7 +74,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2022 Franck Nijhof +Copyright (c) 2022-2023 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/uptime-kuma/README.md b/uptime-kuma/README.md index 46d37f13..b8abd205 100644 --- a/uptime-kuma/README.md +++ b/uptime-kuma/README.md @@ -25,9 +25,9 @@ automation webhook. [forum]: https://community.home-assistant.io/? [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-uptime-kuma/tree/v0.4.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-uptime-kuma/tree/v0.5.0 \ No newline at end of file diff --git a/uptime-kuma/config.yaml b/uptime-kuma/config.yaml index c87b2850..ebc0dc16 100644 --- a/uptime-kuma/config.yaml +++ b/uptime-kuma/config.yaml @@ -15,5 +15,5 @@ ports_description: 3001/tcp: Web interface slug: uptime-kuma url: https://github.com/hassio-addons/addon-uptime-kuma -version: 0.4.0 +version: 0.5.0 webui: http://[HOST]:[PORT:3001]