diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 83d4664..14978f0 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.2 +ARG COREDNS_VERSION=1.14.3 WORKDIR /coredns diff --git a/coredns/config.yaml b/coredns/config.yaml index 223e86a..a0093bf 100644 --- a/coredns/config.yaml +++ b/coredns/config.yaml @@ -1,5 +1,5 @@ name: "Coredns" -version: "1.14.2" +version: "1.14.3" slug: "coredns" description: "CoreDNS is a DNS server that chains plugins " url: "https://coredns.io/" diff --git a/vector/Dockerfile b/vector/Dockerfile index 844741b..b1fce8a 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.54.0 +ARG VECTOR_VERSION=0.55.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index e9548ac..53494bb 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.54.0" +version: "0.55.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev" diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 5e62256..c5acf27 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}.9 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.10 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 927d099..468b507 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.9' +version: "7.4.10" slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons