Skip to content

Commit a7702cb

Browse files
authored
Merge pull request kubernetes#127331 from Jefftree/patch-1
Bump sample-apiserver test image to 1.31
2 parents e35bd86 + 8949601 commit a7702cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/images/sample-apiserver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SRC_DIR = $(notdir $(shell pwd))
2121
KUBE_CROSS_VERSION ?= $(shell cat ../../../build/build-image/cross/VERSION)
2222
export
2323

24-
# Build v1.29.2 to ensure the current release supports a prior version of the sample apiserver
24+
# Build v1.31.1 to ensure the current release supports a prior version of the sample apiserver
2525
# Get without building to populate module cache
2626
# Then, get with OS/ARCH-specific env to build
2727
bin:
@@ -30,7 +30,7 @@ bin:
3030
mkdir -p /go/src /go/bin && \
3131
git clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \
3232
cd /go/src/k8s.io/sample-apiserver && \
33-
git checkout tags/v0.29.2 && \
33+
git checkout tags/v0.31.1 && \
3434
go mod tidy && \
3535
GO111MODULE=on CGO_ENABLED=0 GOARM=${GOARM} GOOS=${OS} GOARCH=${ARCH} go install . && \
3636
find /go/bin -name sample-apiserver* -exec cp {} ${TARGET}/sample-apiserver \;"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29.2
1+
1.31.1

0 commit comments

Comments
 (0)