From 74aeccc9519e90add46f85896fbc49e742b6f537 Mon Sep 17 00:00:00 2001 From: sinav Date: Fri, 7 Nov 2025 19:57:20 +0300 Subject: [PATCH] bump versions --- 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 647dcda..297e41d 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG COREDNS_VERSION=1.12.2 +ARG COREDNS_VERSION=1.13.1 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 8ad3388..38a6b97 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.12.2" +version: "1.13.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 7c1c3dd..8c8d14f 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.49.0 +ARG VECTOR_VERSION=0.50.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 7d36723..580a165 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.49.0" +version: "0.50.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev" diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 74c4c0e..d17da7c 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}.3 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.5 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 455671a..657abcb 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.3' +version: '7.4.5' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons