From 740805356f0c4a059fe59c734489610bfacd70ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 22 Mar 2021 12:25:59 +0100 Subject: [PATCH] Add content trust reasons (#8674) --- hassio/src/system/hassio-supervisor-info.ts | 2 ++ src/translations/en.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 5bb6173ca1..2825e2f9ba 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -48,6 +48,7 @@ const UNSUPPORTED_REASON_URL = { os: "/more-info/unsupported/os", privileged: "/more-info/unsupported/privileged", systemd: "/more-info/unsupported/systemd", + content_trust: "/more-info/unsupported/content_trust", }; const UNHEALTHY_REASON_URL = { @@ -55,6 +56,7 @@ const UNHEALTHY_REASON_URL = { supervisor: "/more-info/unhealthy/supervisor", setup: "/more-info/unhealthy/setup", docker: "/more-info/unhealthy/docker", + untrusted: "/more-info/unhealthy/untrusted", }; @customElement("hassio-supervisor-info") diff --git a/src/translations/en.json b/src/translations/en.json index 2f2306c919..098bd882da 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3720,6 +3720,7 @@ "share_diagonstics_description": "Would you want to automatically share crash reports and diagnostic information when the Supervisor encounters unexpected errors? {line_break} This will allow us to fix the problems, the information is only accessible to the Home Assistant Core team and will not be shared with others.{line_break} The data does not include any private/sensitive information and you can disable this in settings at any time you want.", "unsupported_reason": { "container": "Containers known to cause issues", + "content-trust": "Content-trust validation is disabled", "dbus": "DBUS", "docker_configuration": "Docker Configuration", "docker_version": "Docker Version", @@ -3734,7 +3735,8 @@ "privileged": "Supervisor is not privileged", "supervisor": "Supervisor was not able to update", "setup": "Setup of the Supervisor failed", - "docker": "The Docker environment is not working properly" + "docker": "The Docker environment is not working properly", + "untrusted": "Detected untrusted content" } }, "host": {