From 0ea404b84e45b7b8822b071c7c02b2afb3bb3eae Mon Sep 17 00:00:00 2001 From: Kai-Hsun Chen Date: Sun, 29 Sep 2024 00:54:06 -0700 Subject: [PATCH] [Telemetry][v1.2.2] Update KUBERAY_VERSION (#2417) Signed-off-by: kaihsun --- ray-operator/controllers/ray/utils/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ray-operator/controllers/ray/utils/constant.go b/ray-operator/controllers/ray/utils/constant.go index 17591fde94..0f1b0426f9 100644 --- a/ray-operator/controllers/ray/utils/constant.go +++ b/ray-operator/controllers/ray/utils/constant.go @@ -188,7 +188,7 @@ const ( // The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable // as well as the user-agent. This constant is updated before release. // TODO: Update KUBERAY_VERSION to be a build-time variable. - KUBERAY_VERSION = "nightly" + KUBERAY_VERSION = "v1.2.2" ) type ServiceType string