From 7759ca9ec77f5a7dcfa7a93e186ef5b100cb5684 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 26 Jul 2023 10:04:25 +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 e9e7073..ead1eb9 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 9e299cd..4854728 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 07bb55f..73f2970 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index ff87fa5..9b29506 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.4", + "version": "0.2.5", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services",