From f8f3134f9613cf82fd6346ec6a3e934a8b32a324 Mon Sep 17 00:00:00 2001 From: Sabuto Date: Thu, 17 Jun 2021 15:23:56 +0100 Subject: [PATCH] 0.5.8 release --- .github/workflows/tag.yml | 6 +++--- telegraf/config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index e327421..c560874 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,15 +1,15 @@ name: build and deploy on: release - + jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: shellcheck - run: shellcheck telegraf/run.sh + # - name: shellcheck + # run: shellcheck telegraf/run.sh - name: build docker files run: docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ~/.docker:/root/.docker -v "$(pwd)":/data homeassistant/amd64-builder -t telegraf --all --test - name: deploy docker files diff --git a/telegraf/config.json b/telegraf/config.json index 5cff442..81a449b 100755 --- a/telegraf/config.json +++ b/telegraf/config.json @@ -1,6 +1,6 @@ { "name": "Telegraf", - "version": "0.5.7", + "version": "0.6.0", "slug": "hassio_telegraf", "description": "An addon to add telegraf to hassio.", "url": "https://github.com/Sabuto/hassio-telegraf",