From a7af44e0426cb91a0cdfa515cc26b391585139d1 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 18 Mar 2024 12:59:41 +0100 Subject: [PATCH] Deprecation warning of older listener for 0.9.0 release (#3280) --- charts/gha-runner-scale-set-controller/templates/NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gha-runner-scale-set-controller/templates/NOTES.txt b/charts/gha-runner-scale-set-controller/templates/NOTES.txt index cb50ff58..b825e7cb 100644 --- a/charts/gha-runner-scale-set-controller/templates/NOTES.txt +++ b/charts/gha-runner-scale-set-controller/templates/NOTES.txt @@ -2,3 +2,4 @@ Thank you for installing {{ .Chart.Name }}. Your release is named {{ .Release.Name }}. +WARNING: Older version of the listener (githubrunnerscalesetlistener) is deprecated and will be removed in the future gha-runner-scale-set-0.10.0 release. If you are using environment variable override to force the old listener, please remove the environment variable and use the new listener (ghalistener) instead.