🎉 Release of add-on motionEye 0.14.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-06-02 17:52:43 +00:00
parent 37d37b9e53
commit 36e302aed3
4 changed files with 26 additions and 15 deletions

View file

@ -1038,10 +1038,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.13.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.13.0/README.md
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.14.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.14.0/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.14.0-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

View file

@ -2,15 +2,23 @@
## ✨ New features
- Add rsync @frenck (#234)
- Add Home Assistant integration discovery @frenck (#243)
## 🚀 Enhancements
- Enable motionEye discovery in add-on configuration @frenck (#244)
## ⬆️ Dependency updates
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#219)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#218)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#217)
- ⬆️ Upgrades libjpeg-turbo to 2.1.0-r0 @frenck (#220)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#221)
- ⬆️ Bump six from 1.15.0 to 1.16.0 in /motioneye @dependabot (#227)
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#228)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#232)
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#238)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#241)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#245)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#248)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#249)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#251)
- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#253)
- ⬆️ Bump singledispatch from 3.6.1 to 3.6.2 in /motioneye @dependabot (#247)
- ⬆️ Upgrades ffmpeg to 4.3.1-r4 @frenck (#257)
- ⬆️ Upgrades cifs-utils to 6.13-r0 @frenck (#258)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2.2 @dependabot (#256)
- ⬆️ Upgrades nginx to 1.18.0-r15 @frenck (#259)

View file

@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
[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.13.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.13.0
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.14.0
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "motionEye",
"version": "0.13.0",
"version": "0.14.0",
"slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye",
@ -22,6 +22,9 @@
"ports_description": {
"80/tcp": "Web interface (Not required for Ingress)"
},
"discovery": [
"motioneye"
],
"host_network": true,
"apparmor": false,
"video": true,