mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on motionEye to d5a49e4
This commit is contained in:
parent
47461b2724
commit
06d6b3a3eb
4 changed files with 39 additions and 11 deletions
|
@ -1,5 +1,34 @@
|
|||
# Changelog since v0.5.4
|
||||
# Changelog since v0.5.5
|
||||
|
||||
2019/09/02 12:41 UTC - [e44e4b5](https://github.com/hassio-addons/addon-motioneye/commit/e44e4b50a08bf3a9724632fa5791e1b4c33991f1) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates motioneye to v0.41 (#50)
|
||||
2019/11/20 22:09 UTC - [d5a49e4](https://github.com/hassio-addons/addon-motioneye/commit/d5a49e4076b867c781510a45b3f4c368dc57d126) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates six to v1.13.0 (#59)
|
||||
|
||||
|
||||
|
||||
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
||||
|
||||
2019/11/20 22:09 UTC - [1d08a87](https://github.com/hassio-addons/addon-motioneye/commit/1d08a8755be943d7abe01aec72866371837e66e2) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades nginx to 1.16.1-r1
|
||||
|
||||
2019/11/20 22:09 UTC - [a960204](https://github.com/hassio-addons/addon-motioneye/commit/a9602047c361c1f855a995bf183e5c6c2fcae480) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades curl to 7.66.0-r0
|
||||
|
||||
2019/11/20 22:09 UTC - [fd0a59a](https://github.com/hassio-addons/addon-motioneye/commit/fd0a59af64601cfc30a9dce79d2303d43aafc7ea) by [@frenck](https://github.com/frenck)
|
||||
> :fire: Removes unneeded access to config folder
|
||||
|
||||
2019/11/20 22:09 UTC - [b4c758b](https://github.com/hassio-addons/addon-motioneye/commit/b4c758b67475365acfb21cf87625582691ac28f9) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to v5.0.2
|
||||
|
||||
2019/11/20 22:09 UTC - [cb724d5](https://github.com/hassio-addons/addon-motioneye/commit/cb724d5930cce82479f494504020f9bfb5e849ee) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates pillow to v6.2.1 (#55)
|
||||
|
||||
|
||||
|
||||
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
||||
|
||||
2019/11/20 22:09 UTC - [9e7fd0e](https://github.com/hassio-addons/addon-motioneye/commit/9e7fd0eb12314d9584db1a09225d84e10151bd6f) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates jinja2 to v2.10.3 (#53)
|
||||
|
||||
2019/11/20 22:09 UTC - [efc3a22](https://github.com/hassio-addons/addon-motioneye/commit/efc3a225243cac37b1afd38d6835e57229019659) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates pillow to v6.2.0 (#52)
|
||||
|
||||
|
|
|
@ -52,13 +52,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/e44e4b5/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/d5a49e4/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-e44e4b5-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/e44e4b5
|
||||
[release-shield]: https://img.shields.io/badge/version-d5a49e4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/d5a49e4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "motionEye",
|
||||
"version": "e44e4b5",
|
||||
"version": "d5a49e4",
|
||||
"slug": "motioneye",
|
||||
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
|
||||
"url": "https://github.com/hassio-addons/addon-motioneye",
|
||||
|
@ -33,7 +33,6 @@
|
|||
"SYS_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"config",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue