From 95b1821237ddc2a6c0ac9cad8b6bf4f8f69bdd24 Mon Sep 17 00:00:00 2001 From: RamLavi Date: Wed, 11 Sep 2024 12:58:20 +0300 Subject: [PATCH] Bump dev dependencies (#437) * cluster: Bump kubevirtci tag Signed-off-by: Ram Lavi * kubevirtci: Bump provider to k8s-1.30 Signed-off-by: Ram Lavi * bump golang to 1.22 Signed-off-by: Ram Lavi --------- Signed-off-by: Ram Lavi --- automation/check-patch.e2e-k8s.sh | 2 +- cluster/cluster.sh | 4 ++-- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/check-patch.e2e-k8s.sh b/automation/check-patch.e2e-k8s.sh index c990801f3..7a93bbee2 100755 --- a/automation/check-patch.e2e-k8s.sh +++ b/automation/check-patch.e2e-k8s.sh @@ -6,7 +6,7 @@ teardown() { } main() { - export KUBEVIRT_PROVIDER='k8s-1.25' + export KUBEVIRT_PROVIDER='k8s-1.30' source automation/check-patch.setup.sh cd ${TMP_PROJECT_PATH} diff --git a/cluster/cluster.sh b/cluster/cluster.sh index 9e481881c..b07c099c5 100644 --- a/cluster/cluster.sh +++ b/cluster/cluster.sh @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.25'} -export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2211021552-8cca8c0} +export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.30'} +export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2408151028-a0ad3359} KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git' # The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from. diff --git a/go.mod b/go.mod index 5af5305d3..d22651944 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/k8snetworkplumbingwg/kubemacpool -go 1.21.9 +go 1.22.0 require ( github.com/go-logr/logr v1.2.4