From bec554110a7c05dc4c5ef966e01d145c430c8670 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 24 Mar 2026 07:30:18 -0700 Subject: [PATCH] =?UTF-8?q?Upgrade=20Frigate=200.17.0-rc2=20=E2=86=92=200.?= =?UTF-8?q?17.1,=20add=20motion=20retention=20tier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump from RC to latest stable (security fixes for config endpoint and cross-camera auth). Add new 0.17 motion retention tier at 365 days, reduce continuous from 180 to 30 days. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/frigate/frigate-config.yml | 4 +++- argocd/manifests/frigate/kustomization.yaml | 2 +- docs/changelog.d/+frigate-0.17.1.infra.md | 1 + service-versions.yaml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 docs/changelog.d/+frigate-0.17.1.infra.md diff --git a/argocd/manifests/frigate/frigate-config.yml b/argocd/manifests/frigate/frigate-config.yml index a697d2a..35f7ccd 100644 --- a/argocd/manifests/frigate/frigate-config.yml +++ b/argocd/manifests/frigate/frigate-config.yml @@ -70,7 +70,9 @@ model: record: enabled: true continuous: - days: 180 + days: 30 + motion: + days: 365 alerts: retain: days: 730 diff --git a/argocd/manifests/frigate/kustomization.yaml b/argocd/manifests/frigate/kustomization.yaml index ac6079c..b424bd0 100644 --- a/argocd/manifests/frigate/kustomization.yaml +++ b/argocd/manifests/frigate/kustomization.yaml @@ -16,7 +16,7 @@ images: - name: busybox newTag: "1.37" - name: ghcr.io/blakeblackshear/frigate - newTag: 0.17.0-rc2-tensorrt + newTag: 0.17.1-tensorrt - name: ghcr.io/0x2142/frigate-notify newTag: v0.5.4 diff --git a/docs/changelog.d/+frigate-0.17.1.infra.md b/docs/changelog.d/+frigate-0.17.1.infra.md new file mode 100644 index 0000000..8d2025b --- /dev/null +++ b/docs/changelog.d/+frigate-0.17.1.infra.md @@ -0,0 +1 @@ +Upgrade Frigate from 0.17.0-rc2 to 0.17.1 (security fixes, bugfixes). Add motion retention tier (365 days), reduce continuous retention from 180 to 30 days. diff --git a/service-versions.yaml b/service-versions.yaml index 28013bc..2711b32 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -53,8 +53,8 @@ services: - name: frigate type: argocd - last-reviewed: 2026-02-17 - current-version: "0.17.0-rc2" + last-reviewed: 2026-03-24 + current-version: "0.17.1" upstream-source: https://github.com/blakeblackshear/frigate/releases - name: frigate-notify