From d53e4e46e517560123fc691c61a1464800597ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:10:41 +0200 Subject: [PATCH 01/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2024.10.1=20(#889)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index b249a30..1658f2b 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.10.0 +esphome==2024.10.1 yamllint==1.35.1 From 2f103e759c9abc5e75d9e9ba7da7366cd842dd5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:47:41 +0200 Subject: [PATCH 02/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2024.10.2=20(#890)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 1658f2b..84620b2 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.10.1 +esphome==2024.10.2 yamllint==1.35.1 From c3774adba7d49e1909e8befcb8e7680746224cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:52:52 +0100 Subject: [PATCH 03/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.95.1=20(#893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 12f09e9..cb6dce7 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.93.1" +ARG CODE_SERVER_VERSION="v4.95.1" ARG HA_CLI_VERSION="4.36.0" # hadolint ignore=SC2181, DL3008 RUN \ From 18882c98a9d37349a816629ceb6c0b5c80bfcdf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:07:02 +0100 Subject: [PATCH 04/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2024.10.3=20(#895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 84620b2..457ca71 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.10.2 +esphome==2024.10.3 yamllint==1.35.1 From 1ec7770b6fab1007efdc0654b35e9ee4d9e69c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:10:53 +0100 Subject: [PATCH 05/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/openssl=20to=20v3.0.15-1~deb12u1=20(#897)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index cb6dce7..0bdbd63 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -39,7 +39,7 @@ RUN \ net-tools=2.10-0.1 \ nmap=7.93+dfsg1-1 \ openssh-client=1:9.2p1-2+deb12u3 \ - openssl=3.0.14-1~deb12u2 \ + openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ unzip=6.0-28 \ From 65c039b1a2695e3a2c1a107609fd6cd0b8bbea9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:40:54 +0100 Subject: [PATCH 06/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/iputils-ping=20to=20v3:20221126-1+deb12u1=20(#896)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 0bdbd63..55c48e4 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -32,7 +32,7 @@ RUN \ build-essential=12.9 \ colordiff=1.0.20-1 \ git=1:2.39.5-0+deb12u1 \ - iputils-ping=3:20221126-1 \ + iputils-ping=3:20221126-1+deb12u1 \ locales=2.36-9+deb12u7 \ mariadb-client=1:10.11.6-0+deb12u1 \ mosquitto-clients=2.0.11-1.2+deb12u1 \ From 7dd24e5568f972910cbf8962978c9807bcd486d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:03:27 +0100 Subject: [PATCH 07/46] Migrate renovate config (#899) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- .github/renovate.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 46fb1d7..66059a2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,8 +5,9 @@ "labels": ["dependencies", "no-stale"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": ["/Dockerfile$", "/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -16,6 +17,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -26,6 +28,7 @@ "depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG CODE_SERVER_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -34,6 +37,7 @@ "depNameTemplate": "cdr/code-server" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG HA_CLI_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -43,12 +47,14 @@ "versioningTemplate": "loose" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": ["emilast\\.LogFileHighlighter#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "emilast/vscode-logfile-highlighter" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": ["esbenp\\.prettier-vscode#(?.+)\\s"], "datasourceTemplate": "github-releases", @@ -56,6 +62,7 @@ "extractVersionTemplate": "^v(?.*)$" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": ["ESPHome\\.esphome-vscode#(?.+)\\s"], "datasourceTemplate": "github-releases", @@ -64,6 +71,7 @@ "extractVersionTemplate": "^v(?.*)$" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": [ "keesschollaart\\.vscode-home-assistant#(?.+)\\s" @@ -73,6 +81,7 @@ "extractVersionTemplate": "^v(?.*)$" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": [ "lukas-tr\\.materialdesignicons-intellisense#(?.+)\\s" @@ -82,12 +91,14 @@ "extractVersionTemplate": "^v(?.*)$" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": ["netcorext\\.uuid-generator#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "arenchen/vscode-uuid-generator" }, { + "customType": "regex", "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": ["usernamehw\\.errorlens#(?.+)\\s"], "datasourceTemplate": "github-releases", From 29b643954455b309f943ef30e53e86d25f569e02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:30:01 +0100 Subject: [PATCH 08/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.6.2=20(#898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- vscode/Dockerfile | 4 ++-- vscode/build.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 55c48e4..4f1d1aa 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -28,7 +28,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ ack=3.6.0-1 \ - libarchive-tools=3.6.2-1+deb12u1 \ + libarchive-tools=3.6.2-1+deb12u2 \ build-essential=12.9 \ colordiff=1.0.20-1 \ git=1:2.39.5-0+deb12u1 \ diff --git a/vscode/build.yaml b/vscode/build.yaml index 1198a3e..25d0afb 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.5.1 - amd64: ghcr.io/hassio-addons/debian-base:7.5.1 + aarch64: ghcr.io/hassio-addons/debian-base:7.6.2 + amd64: ghcr.io/hassio-addons/debian-base:7.6.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 3e764f26bd0b52147a825f5dd94c5b53d47a0e06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:47:37 +0100 Subject: [PATCH 09/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.96.2=20(#901)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 4f1d1aa..4188611 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.95.1" +ARG CODE_SERVER_VERSION="v4.96.2" ARG HA_CLI_VERSION="4.36.0" # hadolint ignore=SC2181, DL3008 RUN \ From 61342632eb279cca0ef430021c891119966d6a25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 02:04:13 +0100 Subject: [PATCH 10/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2024.12.2=20(#903)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 457ca71..60f0b74 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.10.3 +esphome==2024.12.2 yamllint==1.35.1 From 50ce3ff972aab52cfb2819df6dd3f79bc53740f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:32:40 +0100 Subject: [PATCH 11/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20emilast/vsc?= =?UTF-8?q?ode-logfile-highlighter=20to=20v3.4.0=20(#912)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/vscode.extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/vscode.extensions b/vscode/vscode.extensions index 79b84e8..8e02abe 100644 --- a/vscode/vscode.extensions +++ b/vscode/vscode.extensions @@ -1,4 +1,4 @@ -emilast.LogFileHighlighter#3.3.4 +emilast.LogFileHighlighter#3.4.0 esbenp.prettier-vscode#11.0.0 ESPHome.esphome-vscode#2023.9.0 keesschollaart.vscode-home-assistant#1.43.0 From 988efe9542fe399782ccc1932657b54f30f43a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:54:13 +0100 Subject: [PATCH 12/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.6.3=20(#911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 4188611..2c839f1 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 25d0afb..650c8ec 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.6.2 - amd64: ghcr.io/hassio-addons/debian-base:7.6.2 + aarch64: ghcr.io/hassio-addons/debian-base:7.6.3 + amd64: ghcr.io/hassio-addons/debian-base:7.6.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From f4ed96a2f83aa70d5ddbbfaa78a014005fd8b29b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:22:33 +0100 Subject: [PATCH 13/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/openssh=20to=20v1:9.2p1-2+deb12u4=20(#913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 2c839f1..63b5556 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -38,7 +38,7 @@ RUN \ mosquitto-clients=2.0.11-1.2+deb12u1 \ net-tools=2.10-0.1 \ nmap=7.93+dfsg1-1 \ - openssh-client=1:9.2p1-2+deb12u3 \ + openssh-client=1:9.2p1-2+deb12u4 \ openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ From c7f69e61595d6a045f3dee1b691d64bf43b6da94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:33:09 +0100 Subject: [PATCH 14/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2024.12.4=20(#914)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 60f0b74..b7a4932 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.12.2 +esphome==2024.12.4 yamllint==1.35.1 From e8ec47b534d9deedfc2f59e3a5d97a2332cc12b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:21:52 +0100 Subject: [PATCH 15/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.7.0=20(#916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 63b5556..d2a4c84 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.7.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 650c8ec..484706a 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.6.3 - amd64: ghcr.io/hassio-addons/debian-base:7.6.3 + aarch64: ghcr.io/hassio-addons/debian-base:7.7.0 + amd64: ghcr.io/hassio-addons/debian-base:7.7.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 3faac467382dcad40bdbbb3ef6b2a196b221d0c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:38:59 +0100 Subject: [PATCH 16/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.96.4=20(#917)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index d2a4c84..0f1c78e 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.96.2" +ARG CODE_SERVER_VERSION="v4.96.4" ARG HA_CLI_VERSION="4.36.0" # hadolint ignore=SC2181, DL3008 RUN \ From 1b6cfddc89210d067a108746bddab043e9393395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:16:47 +0100 Subject: [PATCH 17/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/git=20to=20v1:2.39.5-0+deb12u2=20(#919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 0f1c78e..0a7284e 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -31,7 +31,7 @@ RUN \ libarchive-tools=3.6.2-1+deb12u2 \ build-essential=12.9 \ colordiff=1.0.20-1 \ - git=1:2.39.5-0+deb12u1 \ + git=1:2.39.5-0+deb12u2 \ iputils-ping=3:20221126-1+deb12u1 \ locales=2.36-9+deb12u7 \ mariadb-client=1:10.11.6-0+deb12u1 \ From 04eb8873bbdae1b9c11fc0fcd1832112c8699c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:37:29 +0100 Subject: [PATCH 18/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.7.1=20(#923)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 0a7284e..a6016c7 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.7.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.7.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 484706a..9f94450 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.7.0 - amd64: ghcr.io/hassio-addons/debian-base:7.7.0 + aarch64: ghcr.io/hassio-addons/debian-base:7.7.1 + amd64: ghcr.io/hassio-addons/debian-base:7.7.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From a6ba8447b09dcd98e76504074e3c875aa3256f28 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 16 Feb 2025 20:53:10 +0100 Subject: [PATCH 19/46] :fireworks: Updates maintenance/license year to 2025 (#924) --- LICENSE.md | 2 +- README.md | 4 ++-- vscode/.README.j2 | 2 +- vscode/DOCS.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6db2d79..04e4457 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2019-2024 Franck Nijhof +Copyright (c) 2019-2025 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index db89a90..82f1055 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ our [GitHub Repository][repository]. MIT License -Copyright (c) 2019-2024 Franck Nijhof +Copyright (c) 2019-2025 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -122,7 +122,7 @@ SOFTWARE. [i386-shield]: https://img.shields.io/badge/i386-no-red.svg [issue]: https://github.com/hassio-addons/addon-vscode/issues [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-vscode.svg -[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg diff --git a/vscode/.README.j2 b/vscode/.README.j2 index dd55865..54cbbe1 100644 --- a/vscode/.README.j2 +++ b/vscode/.README.j2 @@ -70,7 +70,7 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg diff --git a/vscode/DOCS.md b/vscode/DOCS.md index 9c7f66c..4670bf0 100644 --- a/vscode/DOCS.md +++ b/vscode/DOCS.md @@ -154,7 +154,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2019-2024 Franck Nijhof +Copyright (c) 2019-2025 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 8a84bb3be12228eb0d2c2328e8f9e5c89fd66473 Mon Sep 17 00:00:00 2001 From: Klaus Zipfel <30482165+systemofapwne@users.noreply.github.com> Date: Sun, 16 Feb 2025 22:34:40 +0100 Subject: [PATCH 20/46] user-init: Safeguarded linking directories via the --no-dereference flag to avoid link-loops. Catching linking of .gitignore and .ssh via a warning, so that s6 does does not crash (and with it, the container) (#922) --- vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run b/vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run index 6e560fc..1c35507 100755 --- a/vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run +++ b/vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run @@ -12,14 +12,14 @@ readonly ZSH_HISTORY_PERSISTANT_FILE=/data/.zsh_history # Links some common directories to the user's home folder for convenience for dir in "${DIRECTORIES[@]}"; do - ln -s "/${dir}" "${HOME}/${dir}" \ + ln -sn "/${dir}" "${HOME}/${dir}" \ || bashio::log.warning "Failed linking common directory: ${dir}" done # Some links to old locations, to not mess with the user's muscle memory -ln -s "/config" "${HOME}/config" \ +ln -sn "/config" "${HOME}/config" \ || bashio::log.warning "Failed linking common directory: ${HOME}/config" -ln -s "/config" "/homeassistant" \ +ln -sn "/config" "/homeassistant" \ || bashio::log.warning "Failed linking common directory: /homeassistant" # Store SSH settings in add-on data folder @@ -31,7 +31,7 @@ if ! bashio::fs.directory_exists "${SSH_USER_PATH}"; then || bashio::exit.nok \ 'Failed setting permissions on persistent .ssh folder' fi -ln -s "${SSH_USER_PATH}" ~/.ssh +ln -sn "${SSH_USER_PATH}" ~/.ssh || bashio::log.warning "Failed linking .ssh" # Sets up ZSH shell touch "${ZSH_HISTORY_PERSISTANT_FILE}" \ @@ -58,7 +58,7 @@ if ! bashio::fs.file_exists "${GIT_USER_PATH}/.gitconfig"; then touch "${GIT_USER_PATH}/.gitconfig" \ || bashio::exit.nok 'Failed to create .gitconfig' fi -ln -s "${GIT_USER_PATH}/.gitconfig" ~/.gitconfig +ln -s "${GIT_USER_PATH}/.gitconfig" ~/.gitconfig || bashio::log.warning "Failed linking .gitconfig" # Install user configured/requested packages if bashio::config.has_value 'packages'; then From 0b1ce33c30c3490813551f31c7598c43d513e392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:13:53 +0100 Subject: [PATCH 21/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/openssh=20to=20v1:9.2p1-2+deb12u5=20(#925)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index a6016c7..052eb3a 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -38,7 +38,7 @@ RUN \ mosquitto-clients=2.0.11-1.2+deb12u1 \ net-tools=2.10-0.1 \ nmap=7.93+dfsg1-1 \ - openssh-client=1:9.2p1-2+deb12u4 \ + openssh-client=1:9.2p1-2+deb12u5 \ openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ From 7e23ab4981ff1b3e7643b29c2b910fff78e4f75d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 04:53:31 +0100 Subject: [PATCH 22/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.97.2=20(#927)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 052eb3a..c5a7d2b 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.96.4" +ARG CODE_SERVER_VERSION="v4.97.2" ARG HA_CLI_VERSION="4.36.0" # hadolint ignore=SC2181, DL3008 RUN \ From 1bff9b634bf5c39ebbd103e1885ee046e80df3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 06:36:43 +0100 Subject: [PATCH 23/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20home-assist?= =?UTF-8?q?ant/cli=20to=20v4.37.0=20(#926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index c5a7d2b..60920bf 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -21,7 +21,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 ARG CODE_SERVER_VERSION="v4.97.2" -ARG HA_CLI_VERSION="4.36.0" +ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ apt-get update \ From 00ec14191d2487de829b0dd93f9865b6a59b3f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:54:17 +0100 Subject: [PATCH 24/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025=20(#928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index b7a4932..c571b82 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2024.12.4 +esphome==2025.2.0 yamllint==1.35.1 From 55bcb1390f9310c03652a8a9e45c95631594e345 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Feb 2025 12:57:40 +0100 Subject: [PATCH 25/46] =?UTF-8?q?Revert=20"=E2=AC=86=EF=B8=8F=20Update=20c?= =?UTF-8?q?dr/code-server=20to=20v4.97.2=20(#927)"=20(#930)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 60920bf..a0c2587 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.97.2" +ARG CODE_SERVER_VERSION="v4.96.4" ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ From 444597e4671fbec5b9730b9bb13b1165876b25ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:27:46 +0100 Subject: [PATCH 26/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.2.2=20(#933)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index c571b82..c4b4e5b 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.2.0 +esphome==2025.2.2 yamllint==1.35.1 From 2129ac43e5e16a6ad41e688d426d61d700002567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:03:54 +0100 Subject: [PATCH 27/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.98.0=20(#934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index a0c2587..b2b376b 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.96.4" +ARG CODE_SERVER_VERSION="v4.98.0" ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ From a01f443514265c9ac8f5f04603814c902aac8152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:27:44 +0100 Subject: [PATCH 28/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20yamllint=20?= =?UTF-8?q?to=20v1.36.0=20(#935)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index c4b4e5b..b86f0f9 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ esphome==2025.2.2 -yamllint==1.35.1 +yamllint==1.36.0 From 76faed90d1b02f5db1a3dcbd74ef101728664d53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 19:30:37 +0100 Subject: [PATCH 29/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12?= =?UTF-8?q?/mariadb-client=20to=20v1:10.11.11-0+deb12u1=20(#937)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index b2b376b..819389c 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -34,7 +34,7 @@ RUN \ git=1:2.39.5-0+deb12u2 \ iputils-ping=3:20221126-1+deb12u1 \ locales=2.36-9+deb12u7 \ - mariadb-client=1:10.11.6-0+deb12u1 \ + mariadb-client=1:10.11.11-0+deb12u1 \ mosquitto-clients=2.0.11-1.2+deb12u1 \ net-tools=2.10-0.1 \ nmap=7.93+dfsg1-1 \ From 2210709d9b48123b3ba712eee638638eca99f229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 19:30:47 +0100 Subject: [PATCH 30/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.98.2=20(#936)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 819389c..9a80cb5 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.98.0" +ARG CODE_SERVER_VERSION="v4.98.2" ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ From 8eb82786d7e2e9c8683fa29f8b4e27802b984eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 19:45:17 +0100 Subject: [PATCH 31/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20yamllint=20?= =?UTF-8?q?to=20v1.36.1=20(#938)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index b86f0f9..671b328 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ esphome==2025.2.2 -yamllint==1.36.0 +yamllint==1.36.1 From 8a086415ed55c0bb0ab19ea746d6d6a0466f399a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:40:08 +0100 Subject: [PATCH 32/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20yamllint=20?= =?UTF-8?q?to=20v1.36.2=20(#939)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 671b328..e856a8f 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ esphome==2025.2.2 -yamllint==1.36.1 +yamllint==1.36.2 From da0e6587a5095259c18da4b17506fa431251aa87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:21:12 +0100 Subject: [PATCH 33/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.3.0=20(#940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index e856a8f..223b126 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.2.2 +esphome==2025.3.0 yamllint==1.36.2 From df15aa9b5cf264a3f90b675cf04823a74b132599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:28:28 +0100 Subject: [PATCH 34/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.8.0=20(#941)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 9a80cb5..89e73d5 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.7.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 9f94450..57deda5 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.7.1 - amd64: ghcr.io/hassio-addons/debian-base:7.7.1 + aarch64: ghcr.io/hassio-addons/debian-base:7.8.0 + amd64: ghcr.io/hassio-addons/debian-base:7.8.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 0531db3bc494644cf238aa9125599ddc747e5bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 19:11:20 +0100 Subject: [PATCH 35/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20yamllint=20?= =?UTF-8?q?to=20v1.37.0=20(#944)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 223b126..5e1d078 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ esphome==2025.3.0 -yamllint==1.36.2 +yamllint==1.37.0 From ec80926453c5a1c3f97ae8a543a0ed8f777af1d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 19:18:37 +0100 Subject: [PATCH 36/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.3.1=20(#943)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 5e1d078..3c9907c 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.3.0 +esphome==2025.3.1 yamllint==1.37.0 From b259150fbce1d36b853aa7d28ae2a1db4bce2293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 07:55:47 +0100 Subject: [PATCH 37/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.3.2=20(#945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 3c9907c..70bfb44 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.3.1 +esphome==2025.3.2 yamllint==1.37.0 From 8957ad50fdd31389270353c5fd42c5e297344e24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:47:25 +0200 Subject: [PATCH 38/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.8.1=20(#948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 89e73d5..ac395cc 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 57deda5..01693c2 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.8.0 - amd64: ghcr.io/hassio-addons/debian-base:7.8.0 + aarch64: ghcr.io/hassio-addons/debian-base:7.8.1 + amd64: ghcr.io/hassio-addons/debian-base:7.8.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From a82de999c3148eb16178bd0febe4f8c8a07ae2a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:52:31 +0200 Subject: [PATCH 39/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.3.3=20(#947)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 70bfb44..eb5d632 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.3.2 +esphome==2025.3.3 yamllint==1.37.0 From 5521843c6e89291795b2869b97fb06d784643991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:18:01 +0200 Subject: [PATCH 40/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.99.2=20(#950)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ac395cc..105a994 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.98.2" +ARG CODE_SERVER_VERSION="v4.99.2" ARG HA_CLI_VERSION="4.37.0" # hadolint ignore=SC2181, DL3008 RUN \ From 76bf8323f72ecf639b50550809314ea554f73a9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:14:27 +0200 Subject: [PATCH 41/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/has?= =?UTF-8?q?sio-addons/debian-base=20Docker=20tag=20to=20v7.8.2=20(#953)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 105a994..c4769db 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index 01693c2..30d90d3 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.8.1 - amd64: ghcr.io/hassio-addons/debian-base:7.8.1 + aarch64: ghcr.io/hassio-addons/debian-base:7.8.2 + amd64: ghcr.io/hassio-addons/debian-base:7.8.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From af38f1b5c166eab50fc99e3724fb914822079f82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:26:49 +0200 Subject: [PATCH 42/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20home-assist?= =?UTF-8?q?ant/cli=20to=20v4.38.0=20(#951)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index c4769db..7bd699e 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -21,7 +21,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 ARG CODE_SERVER_VERSION="v4.99.2" -ARG HA_CLI_VERSION="4.37.0" +ARG HA_CLI_VERSION="4.38.0" # hadolint ignore=SC2181, DL3008 RUN \ apt-get update \ From af654c84fa9f2641b6b3474106d8ee7b7215fb87 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Tue, 15 Apr 2025 20:51:34 -0400 Subject: [PATCH 43/46] Add python-venv to dockerfile (#954) --- vscode/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7bd699e..7deea8f 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -41,6 +41,7 @@ RUN \ openssh-client=1:9.2p1-2+deb12u5 \ openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ + python3-venv=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ unzip=6.0-28 \ uuid-runtime=2.38.1-5+deb12u1 \ From 6c8a091bf1a178732656e1cda97c1618ab994508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:18:16 +0200 Subject: [PATCH 44/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.4.0=20(#955)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index eb5d632..9983e2e 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.3.3 +esphome==2025.4.0 yamllint==1.37.0 From 3e7f45870ec22fd9b1923473385f8fd23a0e47ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 10:09:33 +0200 Subject: [PATCH 45/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cdr/code-se?= =?UTF-8?q?rver=20to=20v4.99.3=20(#956)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7deea8f..4eea0cc 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ COPY vscode.extensions /root/vscode.extensions # Setup base system ARG BUILD_ARCH=amd64 -ARG CODE_SERVER_VERSION="v4.99.2" +ARG CODE_SERVER_VERSION="v4.99.3" ARG HA_CLI_VERSION="4.38.0" # hadolint ignore=SC2181, DL3008 RUN \ From d4aa8758d110798b2dc6eb46e85f078802ddf48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:40:16 +0200 Subject: [PATCH 46/46] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome=20t?= =?UTF-8?q?o=20v2025.4.1=20(#961)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vscode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/requirements.txt b/vscode/requirements.txt index 9983e2e..0493acc 100644 --- a/vscode/requirements.txt +++ b/vscode/requirements.txt @@ -1,2 +1,2 @@ -esphome==2025.4.0 +esphome==2025.4.1 yamllint==1.37.0