diff --git a/README.md b/README.md index fadfe588..2682d5a7 100644 --- a/README.md +++ b/README.md @@ -999,10 +999,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.19.0 -[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.19.0/README.md +[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.19.1 +[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.19.1/README.md [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues -[motioneye-version-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg +[motioneye-version-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg [motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/motioneye/CHANGELOG.md b/motioneye/CHANGELOG.md index 3ffe6616..316dd442 100644 --- a/motioneye/CHANGELOG.md +++ b/motioneye/CHANGELOG.md @@ -1,31 +1,9 @@ ## What’s changed -### ⚠️ Important Backup before upgrade 🚨 +## 🐛 Bug fixes -The motionEye add-on hasn't had maintenance for a long time. This is mainly caused by the motionEye project, which has yet to release any updates that enable further upgrades and maintenance. - -This becomes problematic with the world moving on, including the Home Assistant project. Both in terms of the security of dependencies used, but also compatibility. With the release of the Home Assistant Operating System, many people reported issues with the add-on. But, there was no path forward. - -Because of that, I was left with two options. Either drop the add-on or runs the development version of motionEye. motionEye is still in active development, and they have been working on many upgrades (but just haven't released anything stable). That said, both are, in my opinion, not good options; this became picking the least bad of the two. - -I choose to try the latter. Therefore, the add-on now runs the development version of motionEye. - -⚠️ As this is a development version, it might contain new issues and be unstable. Therefore, back up the add-on so you can roll back if needed. **Backups are the only way to roll back an add-on to a previous version reliably**. - -## 🧰 Maintenance - -- Add Renovate for dependency management @frenck ([#401](https://github.com/hassio-addons/addon-motioneye/pull/401)) -- 🎆 Updates maintenance/license year to 2023 @frenck ([#402](https://github.com/hassio-addons/addon-motioneye/pull/402)) -- Migrate old-style base scripts s6-rc @frenck ([#405](https://github.com/hassio-addons/addon-motioneye/pull/405)) -- Clean up no longer needed python version indicator @frenck ([#406](https://github.com/hassio-addons/addon-motioneye/pull/406)) -- Extract version for the motion project @frenck ([#407](https://github.com/hassio-addons/addon-motioneye/pull/407)) - -## 📚 Documentation - -- Fix broken URL @wrt54g ([#392](https://github.com/hassio-addons/addon-motioneye/pull/392)) +- Fix broken V4L2 support @frenck ([#416](https://github.com/hassio-addons/addon-motioneye/pull/416)) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 13.2.1 @frenck ([#399](https://github.com/hassio-addons/addon-motioneye/pull/399)) -- ⬆️ Update motionEye to 0.43 (dev) @frenck ([#400](https://github.com/hassio-addons/addon-motioneye/pull/400)) -- ⬆️ Update Motion-Project/motion to v4.5.1 @renovate ([#409](https://github.com/hassio-addons/addon-motioneye/pull/409)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 @renovate ([#415](https://github.com/hassio-addons/addon-motioneye/pull/415)) diff --git a/motioneye/README.md b/motioneye/README.md index 447d12c6..4c1c2ae8 100644 --- a/motioneye/README.md +++ b/motioneye/README.md @@ -37,6 +37,6 @@ Some cool features of motionEye: [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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg -[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.19.0 +[release-shield]: https://img.shields.io/badge/version-v0.19.1-blue.svg +[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.19.1 [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png \ No newline at end of file diff --git a/motioneye/config.yaml b/motioneye/config.yaml index a1b74040..5440ab0d 100644 --- a/motioneye/config.yaml +++ b/motioneye/config.yaml @@ -1,5 +1,5 @@ name: motionEye -version: 0.19.0 +version: 0.19.1 slug: motioneye description: Simple, elegant and feature-rich CCTV/NVR for your cameras url: https://github.com/hassio-addons/addon-motioneye