Skip to content

Commit

Permalink
0.11.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jul 2, 2022
1 parent d194af1 commit 4bfa11d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
6 changes: 6 additions & 0 deletions frigate_beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.11.0-beta5

- 0.11.0 Beta 5 [Release notes](https://github.com/blakeblackshear/frigate/releases/tag/v0.11.0-beta5)
- Added optional config to set Frigate+ API Key
- Added /dev/video0 and video for users running frigate on the RPi cam

### 0.11.0-beta4

- 0.11.0 Beta 4 [Release notes](https://github.com/blakeblackshear/frigate/releases/tag/v0.11.0-beta4)
Expand Down
8 changes: 5 additions & 3 deletions frigate_beta/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Frigate NVR Beta (0.11.0)
version: 0.11.0-beta4
version: 0.11.0-beta5
panel_icon: "mdi:cctv"
slug: frigate-beta
description: NVR with realtime local object detection for IP cameras
Expand Down Expand Up @@ -29,13 +29,15 @@ devices:
- /dev/dri/card0
- /dev/vchiq
- /dev/video10
- /dev/video0
usb: true
video: true
tmpfs: true
full_access: false
environment:
CONFIG_FILE: /config/frigate.yml
options: {}
schema: {}
schema:
plus_api_key: password?
services:
- "mqtt:need"
arch:
Expand Down
5 changes: 5 additions & 0 deletions frigate_fa_beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.11.0-beta5

- 0.11.0 Beta 5 [Release notes](https://github.com/blakeblackshear/frigate/releases/tag/v0.11.0-beta5)
- Added optional config to set Frigate+ API Key

### 0.11.0-beta4

- 0.11.0 Beta 4 [Release notes](https://github.com/blakeblackshear/frigate/releases/tag/v0.11.0-beta4)
Expand Down
6 changes: 3 additions & 3 deletions frigate_fa_beta/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Frigate NVR (Full Access) Beta (0.11.0)
version: 0.11.0-beta4
version: 0.11.0-beta5
panel_icon: "mdi:cctv"
slug: frigate-fa-beta
description: NVR with realtime local object detection for IP cameras
Expand All @@ -24,8 +24,8 @@ tmpfs: true
full_access: true
environment:
CONFIG_FILE: /config/frigate.yml
options: {}
schema: {}
schema:
plus_api_key: password?
services:
- "mqtt:need"
arch:
Expand Down

0 comments on commit 4bfa11d

Please sign in to comment.