From 945e66a89b2cec5ab91f1303c978621147809ab2 Mon Sep 17 00:00:00 2001 From: sinav Date: Sat, 14 Feb 2026 08:40:34 +0300 Subject: [PATCH] bump versions --- coredns/Dockerfile | 4 ++-- coredns/config.yaml | 2 +- vector/Dockerfile | 4 ++-- vector/config.yaml | 2 +- zabbix-agent2/Dockerfile | 4 ++-- zabbix-agent2/config.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 3cc4462..c661224 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -1,10 +1,10 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG COREDNS_VERSION=1.13.2 +ARG COREDNS_VERSION=1.14.1 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 9e88c2b..2d721b9 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.13.2" +version: "1.14.1" slug: "coredns" description: "CoreDNS is a DNS server that chains plugins " url: "https://coredns.io/" diff --git a/vector/Dockerfile b/vector/Dockerfile index 8e40afd..c67b8ef 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -1,10 +1,10 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.52.0 +ARG VECTOR_VERSION=0.53.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 52f3f4c..3667077 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.52.0" +version: "0.53.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev" diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index f018dd8..8d551fe 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -1,11 +1,11 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG MAJOR_VERSION=7.4 -ARG ZABBIX_VERSION=${MAJOR_VERSION}.6 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.7 ARG ZABBIX_DEB_URL="https://repo.zabbix.com/zabbix/${MAJOR_VERSION}/release/debian/pool/main/z/zabbix-release" ARG ZABBIX_DEB_PKG="zabbix-release_latest_${MAJOR_VERSION}+debian12_all.deb" diff --git a/zabbix-agent2/config.yaml b/zabbix-agent2/config.yaml index cd1ea93..3be4102 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.6' +version: '7.4.7' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons