Skip to content

Commit e6c2a50

Browse files
authored
Merge pull request kubernetes#129667 from Jefftree/patch-1
Update VERSION to 1.32.1 for sample-apiserver
2 parents d06398a + 1fc514c commit e6c2a50

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.31.1 to ensure the current release supports a prior version of the sample apiserver
24+
# Build v1.32.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.31.1 && \
33+
git checkout tags/v0.32.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.31.1
1+
1.32.1

0 commit comments

Comments
 (0)