From 1d116fb95977ff5c2b135967a17a2a4a15292201 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Tue, 30 Jan 2024 20:09:22 +0300 Subject: [PATCH 1/2] build(double-take): update s6-overlay to version 3.1.6.2 Update S6 overlay from version 3.1.6.0 to 3.1.6.2 in both double-take-beta and double-take Dockerfiles for enhanced stability and bug fixes. The change impacts the container base layer, thus ensuring all services provided by the overlay are running the latest patch. --- double-take-beta/Dockerfile | 2 +- double-take/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/double-take-beta/Dockerfile b/double-take-beta/Dockerfile index 52dd951..6b62da4 100644 --- a/double-take-beta/Dockerfile +++ b/double-take-beta/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.9rc2 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \ diff --git a/double-take/Dockerfile b/double-take/Dockerfile index af29550..b16fa72 100644 --- a/double-take/Dockerfile +++ b/double-take/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.8 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \ From 033c03b579ed91b58a9d2e41c9ef59677ae30a76 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Tue, 30 Jan 2024 20:10:06 +0300 Subject: [PATCH 2/2] type(scope): description feat(ai.server): upgrade to version 2.5.1 Bump the AI.Server Docker images and configurations to new version 2.5.1, reflecting updated dependencies and potential features or bug fixes. This change affects the Dockerfile, build.yaml, and config.yaml, ensuring consistency across the build configuration and metadata labeling for Home Assistant add-ons. --- ai.server/Dockerfile | 2 +- ai.server/build.yaml | 4 ++-- ai.server/config.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ai.server/Dockerfile b/ai.server/Dockerfile index 6087088..162e473 100644 --- a/ai.server/Dockerfile +++ b/ai.server/Dockerfile @@ -41,7 +41,7 @@ ADD --link rootfs / ENV CONFIG_PATH=/data/options.json LABEL \ - io.hass.version="2.4.7" \ + io.hass.version="2.5.1" \ io.hass.type="addon" \ io.hass.arch="aarch64|amd64" diff --git a/ai.server/build.yaml b/ai.server/build.yaml index fad0d11..9050ea9 100644 --- a/ai.server/build.yaml +++ b/ai.server/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: codeproject/ai-server:arm64-2.4.7 - amd64: codeproject/ai-server:cpu-2.4.7 \ No newline at end of file + aarch64: codeproject/ai-server:arm64-2.5.1 + amd64: codeproject/ai-server:cpu-2.5.1 \ No newline at end of file diff --git a/ai.server/config.yaml b/ai.server/config.yaml index 6847f86..e3fe9f2 100644 --- a/ai.server/config.yaml +++ b/ai.server/config.yaml @@ -1,5 +1,5 @@ name: CodeProject AI.Server (CPU) -version: 2.4.7 +version: 2.5.1 url: https://hub.docker.com/r/codeproject/ai-server image: ghcr.io/skrashevich/hassio-addon-ai.server-{arch} panel_icon: mdi:face-recognition