mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on motionEye to c6b11c9
This commit is contained in:
parent
faf25ac2d8
commit
b254bc1dff
5 changed files with 12 additions and 152 deletions
|
@ -1056,10 +1056,10 @@ SOFTWARE.
|
|||
[ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ledfx-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[ledfx-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/248635a
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/248635a/README.md
|
||||
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/c6b11c9
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/c6b11c9/README.md
|
||||
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-248635a-blue.svg
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-c6b11c9-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
|
||||
|
|
|
@ -1,144 +1,4 @@
|
|||
# Changelog since v0.15.1
|
||||
- ⬆️ Upgrades add-on base image to 10.2.2 (#323)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.0 (#320)
|
||||
- Migrate JSON config to YAML (#319)
|
||||
- Switch to centralized GitHub Action Workflows (#318)
|
||||
- ⬆️ Upgrades ffmpeg to 4.4.1-r0 (#317)
|
||||
- ⬇️ Downgrade pillow to 6.2.2 (#316)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#311)
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||
- [Release notes](https://github.com/actions/checkout/releases)
|
||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/checkout
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump pillow from 6.2.2 to 8.4.0 in /motioneye (#312)
|
||||
|
||||
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.4.0.
|
||||
- [Release notes](https://github.com/python-pillow/Pillow/releases)
|
||||
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
|
||||
- [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...8.4.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: pillow
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#309)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#306)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: frenck/action-addon-linter
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to 10.1.0 (#303)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#298)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
|
||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/setup-buildx-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#299)
|
||||
|
||||
Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0.
|
||||
- [Release notes](https://github.com/creyD/prettier_action/releases)
|
||||
- [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: creyD/prettier_action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#295)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#294)
|
||||
|
||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
|
||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: docker/build-push-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#293)
|
||||
|
||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
|
||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: dessant/lock-threads
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump singledispatch from 3.6.2 to 3.7.0 in /motioneye (#290)
|
||||
|
||||
Bumps [singledispatch](https://github.com/jaraco/singledispatch) from 3.6.2 to 3.7.0.
|
||||
- [Release notes](https://github.com/jaraco/singledispatch/releases)
|
||||
- [Changelog](https://github.com/jaraco/singledispatch/blob/main/CHANGES.rst)
|
||||
- [Commits](https://github.com/jaraco/singledispatch/compare/v3.6.2...v3.7.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: singledispatch
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
# Changelog since v0.16.0
|
||||
- ⬆️ Upgrades add-on base image to 11.0.1 (#337)
|
||||
- 🎆 Updates maintenance/license year to 2022 (#336)
|
||||
- 🚀 Update CI to latest version (#330)
|
||||
|
|
|
@ -163,7 +163,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2021 Franck Nijhof
|
||||
Copyright (c) 2018-2022 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
|
||||
|
|
|
@ -52,10 +52,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck
|
||||
[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/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-248635a-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/248635a
|
||||
[release-shield]: https://img.shields.io/badge/version-c6b11c9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/c6b11c9
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png
|
|
@ -46,5 +46,5 @@ schema:
|
|||
ssl: bool
|
||||
slug: motioneye
|
||||
url: https://github.com/hassio-addons/addon-motioneye
|
||||
version: 248635a
|
||||
version: c6b11c9
|
||||
video: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue