From d5f6fb9ff2980df03365719d9e2690cb5ac788af Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 12 Jul 2023 23:58:59 +0530 Subject: [PATCH] chore: add vendor info Add extra vendor info in `os-release`. Fixes: #7446 Signed-off-by: Noel Georgi --- pkg/machinery/constants/constants.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index f2806fe33..23e4fcac8 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -934,4 +934,6 @@ VERSION_ID={{ .Version }} PRETTY_NAME="{{ .Name }} ({{ .Version }})" HOME_URL="https://www.talos.dev/" BUG_REPORT_URL="https://github.com/siderolabs/talos/issues" +VENDOR_NAME="Sidero Labs" +VENDOR_URL="https://www.siderolabs.com/" `