From b3c745cfa7632431c88895c7b48feea5bce9b756 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 18 Dec 2025 14:00:50 +0100 Subject: [PATCH] Bump go2rtc to 1.9.13 (#159043) --- Dockerfile | 2 +- homeassistant/components/go2rtc/const.py | 2 +- script/hassfest/docker.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd5fa82c2f5..6c7dbe6c512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV \ COPY rootfs / # Add go2rtc binary -COPY --from=ghcr.io/alexxit/go2rtc@sha256:baef0aa19d759fcfd31607b34ce8eaf039d496282bba57731e6ae326896d7640 /usr/local/bin/go2rtc /bin/go2rtc +COPY --from=ghcr.io/alexxit/go2rtc@sha256:f394f6329f5389a4c9a7fc54b09fdec9621bbb78bf7a672b973440bbdfb02241 /usr/local/bin/go2rtc /bin/go2rtc RUN \ # Verify go2rtc can be executed diff --git a/homeassistant/components/go2rtc/const.py b/homeassistant/components/go2rtc/const.py index 35c0c6fb70e..489be878043 100644 --- a/homeassistant/components/go2rtc/const.py +++ b/homeassistant/components/go2rtc/const.py @@ -8,4 +8,4 @@ HA_MANAGED_API_PORT = 11984 HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/" # When changing this version, also update the corresponding SHA hash (_GO2RTC_SHA) # in script/hassfest/docker.py. -RECOMMENDED_VERSION = "1.9.12" +RECOMMENDED_VERSION = "1.9.13" diff --git a/script/hassfest/docker.py b/script/hassfest/docker.py index 0f8b2dd58c9..f49dbbc7064 100644 --- a/script/hassfest/docker.py +++ b/script/hassfest/docker.py @@ -12,7 +12,7 @@ from .model import Config, Integration from .requirements import PACKAGE_REGEX, PIP_VERSION_RANGE_SEPARATOR _GO2RTC_SHA = ( - "baef0aa19d759fcfd31607b34ce8eaf039d496282bba57731e6ae326896d7640" # 1.9.12 + "f394f6329f5389a4c9a7fc54b09fdec9621bbb78bf7a672b973440bbdfb02241" # 1.9.13 ) DOCKERFILE_TEMPLATE = r"""# Automatically generated by hassfest.