From e0737632f8ab278a1006390ef16b60fa48803680 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 26 Jul 2023 09:15:48 +0200 Subject: [PATCH] version bump --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index c37690d..63b4892 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.13-r0 sudo LABEL \ - io.hass.version="0.2.3" \ + io.hass.version="0.2.4" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 5059d84..6132f56 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.13-r0 sudo LABEL \ - io.hass.version="0.2.3" \ + io.hass.version="0.2.4" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index b6791b7..eecfe31 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.13-r0 sudo LABEL \ - io.hass.version="0.2.3" \ + io.hass.version="0.2.4" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index ace2663..ff87fa5 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "name": "Zabbix Agent 2", "url": "https://git.asperti.com/paspo/hassio-addons", "image": "docker.asperti.com/paspo/hassio-zabbix-agent2", - "version": "0.2.3", + "version": "0.2.4", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services",