From a25f0d6e41bf0b6cab35fc7c6cf4785a86aa1c1a Mon Sep 17 00:00:00 2001 From: sinav Date: Thu, 9 Apr 2026 08:54:59 +0300 Subject: [PATCH] bump --- coredns/Dockerfile | 2 +- coredns/config.yaml | 2 +- vector/Dockerfile | 2 +- vector/config.yaml | 2 +- zabbix-agent2/Dockerfile | 2 +- zabbix-agent2/config.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coredns/Dockerfile b/coredns/Dockerfile index c661224..83d4664 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG COREDNS_VERSION=1.14.1 +ARG COREDNS_VERSION=1.14.2 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 2d721b9..223e86a 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.14.1" +version: "1.14.2" slug: "coredns" description: "CoreDNS is a DNS server that chains plugins " url: "https://coredns.io/" diff --git a/vector/Dockerfile b/vector/Dockerfile index c67b8ef..844741b 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.53.0 +ARG VECTOR_VERSION=0.54.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 3667077..e9548ac 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.53.0" +version: "0.54.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev" diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 8d551fe..5e62256 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -5,7 +5,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG MAJOR_VERSION=7.4 -ARG ZABBIX_VERSION=${MAJOR_VERSION}.7 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.9 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 3be4102..927d099 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.7' +version: '7.4.9' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons