From 86d09e343524a09faa1a1892876c3850ccfd1148 Mon Sep 17 00:00:00 2001 From: Yuki Iwai Date: Wed, 16 Oct 2024 02:15:18 +0900 Subject: [PATCH] Upgrade volcano version to v1.10.0 (#659) Signed-off-by: Yuki Iwai --- go.mod | 2 +- go.sum | 4 ++-- test/e2e/e2e_suite_test.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 319d9bf1..ad24c1cd 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( sigs.k8s.io/controller-runtime v0.18.5 sigs.k8s.io/scheduler-plugins v0.29.8 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 - volcano.sh/apis v1.8.2 + volcano.sh/apis v1.10.0 ) require ( diff --git a/go.sum b/go.sum index 6c0e7837..9557e35b 100644 --- a/go.sum +++ b/go.sum @@ -359,5 +359,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+s sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= -volcano.sh/apis v1.8.2 h1:MJ1EXpdQeKG+XEhb/I3liWgMFzkgW3qCcj6qdhTuvfA= -volcano.sh/apis v1.8.2/go.mod h1:h+xbUpkjfRaHjktAi8h+7JNnNahjwhRSgpN9FUUwNXQ= +volcano.sh/apis v1.10.0 h1:Z9eLwibQmhpFmYGLWxjsTWwsYeTEKvvjFcLptmP2qxE= +volcano.sh/apis v1.10.0/go.mod h1:z8hhFZ2qcUMR1JIjVYmBqL98CVaXNzsQAcqKiytQW9s= diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index ab5bcbda..436efc6d 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -62,7 +62,7 @@ const ( envUseExistingSchedulerPlugins = "USE_EXISTING_SCHEDULER_PLUGINS" envUseExistingVolcanoScheduler = "USE_EXISTING_VOLCANO_SCHEDULER" defaultSchedulerPluginsVersion = "v0.29.8" - defaultVolcanoSchedulerVersion = "v1.8.0" + defaultVolcanoSchedulerVersion = "v1.10.0" mpiOperator = "mpi-operator" schedulerPlugins = "scheduler-plugins"