From 47d32d669b09e56d0debd9e3b58198f134698bc0 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 26 Jul 2023 10:16:34 +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 ead1eb9..e102983 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 4854728..a036ef3 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 73f2970..81c11f6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index 9b29506..ac74e9c 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.5", + "version": "0.2.6", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services",