bump versions

This commit is contained in:
2026-02-14 08:40:34 +03:00
parent f3b05924a4
commit 945e66a89b
6 changed files with 9 additions and 9 deletions

View File

@@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG COREDNS_VERSION=1.13.2 ARG COREDNS_VERSION=1.14.1
WORKDIR /coredns WORKDIR /coredns

View File

@@ -1,5 +1,5 @@
name: "Coredns" name: "Coredns"
version: "1.13.2" version: "1.14.1"
slug: "coredns" slug: "coredns"
description: "CoreDNS is a DNS server that chains plugins " description: "CoreDNS is a DNS server that chains plugins "
url: "https://coredns.io/" url: "https://coredns.io/"

View File

@@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG VECTOR_VERSION=0.52.0 ARG VECTOR_VERSION=0.53.0
WORKDIR /vector WORKDIR /vector

View File

@@ -1,5 +1,5 @@
name: "Vector" name: "Vector"
version: "0.52.0" version: "0.53.0"
slug: "vector" slug: "vector"
description: "Vector log processor" description: "Vector log processor"
url: "https://vector.dev" url: "https://vector.dev"

View File

@@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG MAJOR_VERSION=7.4 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_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" ARG ZABBIX_DEB_PKG="zabbix-release_latest_${MAJOR_VERSION}+debian12_all.deb"

View File

@@ -1,6 +1,6 @@
--- ---
name: zabbix-agent2 name: zabbix-agent2
version: '7.4.6' version: '7.4.7'
slug: zabbix-agent2 slug: zabbix-agent2
description: Zabbix agent 2 description: Zabbix agent 2
url: https://gitea.sinav-lab.com/sinav/haos-addons url: https://gitea.sinav-lab.com/sinav/haos-addons