From 26e072c5464e6c1dca9866249f85d0fec188fcab Mon Sep 17 00:00:00 2001 From: Amarachi Iheanacho Date: Fri, 16 Jan 2026 14:37:09 +0100 Subject: [PATCH] chore: change the versions of omni and talos Signed-off-by: Amarachi Iheanacho --- public/snippets/custom-variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/snippets/custom-variables.mdx b/public/snippets/custom-variables.mdx index b73921d..564fc35 100644 --- a/public/snippets/custom-variables.mdx +++ b/public/snippets/custom-variables.mdx @@ -2,10 +2,10 @@ export const k8s_prev_release = '1.34.0' export const k8s_release = '1.35.0' {/* latest Omni release version */} -export const omni_release = 'v1.4.0' +export const omni_release = 'v1.4.7' {/* latest Talos release version */} -export const release = 'v1.12.0' +export const release = 'v1.12.1' export const release_branch = 'release-1.12' export const version = 'v1.12' export const nvidia_container_toolkit_release = 'v1.18.1'