From e2622f38ba786ae1000bdd2ec038b480125aab56 Mon Sep 17 00:00:00 2001 From: "jnewland-renovate[bot]" <104517645+jnewland-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:08:17 +0000 Subject: [PATCH] chore(deps): update homeassistant/home-assistant docker tag to v2024.7.2 (#902) Co-authored-by: jnewland-renovate <195354+jnewland-renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- .github/workflows/deploy.yaml | 2 +- custom_components/plant/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c7b3f676..9df0989b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2024.7.0@sha256:4c2400f34d42c5fed9e2443a5a41db01316323b0564701f3336411bcd2ff9c88 +FROM homeassistant/home-assistant:2024.7.2@sha256:e2ef2c7ba01689af8324b46558bd478daf5418c6a1abaec299bba05fd5ae0703 ARG ENABLE_NONROOT_DOCKER="true" ARG INSTALL_ZSH="true" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1522960c..52d4fc32 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -56,7 +56,7 @@ jobs: run: | openssl req -x509 -newkey rsa:1024 -subj '/CN=example.com' -nodes -keyout key.pem -out cert.pem - name: Test config - uses: docker://homeassistant/home-assistant:2024.7.0@sha256:4c2400f34d42c5fed9e2443a5a41db01316323b0564701f3336411bcd2ff9c88 + uses: docker://homeassistant/home-assistant:2024.7.2@sha256:e2ef2c7ba01689af8324b46558bd478daf5418c6a1abaec299bba05fd5ae0703 with: entrypoint: ./script/cibuild script-deploy: diff --git a/custom_components/plant/manifest.json b/custom_components/plant/manifest.json index 42e14910..8e706f93 100644 --- a/custom_components/plant/manifest.json +++ b/custom_components/plant/manifest.json @@ -16,5 +16,5 @@ "requirements": [ "async-timeout>=4.0.2" ], - "version": "2024.7.0-beta1" + "version": "2024.7.0" }