From f3b05924a4833666967bbae6070bd868df824078 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 21 Dec 2025 18:39:02 +0300 Subject: [PATCH] chore: 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 297e41d..3cc4462 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG COREDNS_VERSION=1.13.1 +ARG COREDNS_VERSION=1.13.2 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 38a6b97..9e88c2b 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.13.1" +version: "1.13.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 8c8d14f..8e40afd 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.50.0 +ARG VECTOR_VERSION=0.52.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 580a165..52f3f4c 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.50.0" +version: "0.52.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev" diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index d17da7c..f018dd8 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}.5 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.6 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 657abcb..cd1ea93 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.5' +version: '7.4.6' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons