Skip to content

Commit

Permalink
[v3.27] Update golang, k8s and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Jun 24, 2024
1 parent b014a83 commit d1a696d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cni-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ WINFV_SRCFILES=$(shell find win_tests -name '*.go')
CURL=curl -C - -sSf

# Use forked CNI plugin URL and corresponding tagged artifacts.
CNI_VERSION=v1.1.1-calico+go-1.21.8
CNI_VERSION=v1.1.1-calico+go-1.22.4
CNI_ARTIFACTS_URL=https://github.com/projectcalico/containernetworking-plugins/releases/download
FLANNEL_ARTIFACTS_URL=https://github.com/projectcalico/flannel-cni-plugin/releases/download
FLANNEL_VERSION=v1.2.0-flannel2-go1.21.8
FLANNEL_VERSION=v1.2.0-flannel2-go1.22.4

# By default set the CNI_SPEC_VERSION to 0.3.1 for tests.
CNI_SPEC_VERSION?=0.3.1
Expand Down
4 changes: 2 additions & 2 deletions metadata.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GO_BUILD_VER = v0.89
ACK_GINKGO=ACK_GINKGO_DEPRECATIONS=1.16.5

# Version of Kubernetes to use for tests, bitnami/kubectl, and kubectl binary release.
K8S_VERSION=v1.27.8
K8S_VERSION=v1.27.15

# Version of various tools used in the build and tests.
COREDNS_VERSION=1.5.2
Expand All @@ -17,7 +17,7 @@ ETCD_VERSION=v3.5.1
# tests to timeout or fail.
KINDEST_NODE_VERSION=v1.24.7
PROTOC_VER=v0.1
UBI_VERSION=8.9
UBI_VERSION=8.10

# Configuration for Semaphore integration.
ORGANIZATION = projectcalico
Expand Down

0 comments on commit d1a696d

Please sign in to comment.