🎉 Release of add-on motionEye 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-02 16:27:10 +00:00
parent 59035c404a
commit 994f25628e
4 changed files with 13 additions and 24 deletions

View file

@ -1038,10 +1038,10 @@ SOFTWARE.
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[chrony-i386-shield]: https://img.shields.io/badge/i386-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.14.0 [addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.15.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.14.0/README.md [addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.15.0/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg [motioneye-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,24 +1,13 @@
## Whats changed ## Whats changed
## ✨ New features ## 📚 Documentation
- Add Home Assistant integration discovery @frenck (#243) - Typo: no apostrophe in plurals @Swamp-Ig (#263)
## 🚀 Enhancements
- Enable motionEye discovery in add-on configuration @frenck (#244)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#238) - ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#261)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#241) - ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#264)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#245) - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#266)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#248) - ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#267)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#249) - ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#269)
- ⬆️ 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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.14.0 [release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.15.0
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "motionEye", "name": "motionEye",
"version": "0.14.0", "version": "0.15.0",
"slug": "motioneye", "slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye", "url": "https://github.com/hassio-addons/addon-motioneye",