Skip to content

Commit

Permalink
Merge pull request #1209 from JoaoBraveCoding/bump-k8s
Browse files Browse the repository at this point in the history
Bump k8s deps to 1.23.17
  • Loading branch information
k8s-ci-robot authored Mar 17, 2023
2 parents ac6c1a3 + 4f2c9b9 commit 753007d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 782 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Update the base image in Makefile when updating golang version. This has to
# be pre-pulled in order to work on GCB.
ARG ARCH
FROM golang:1.17.13 as build
FROM golang:1.19.7 as build

WORKDIR /go/src/sigs.k8s.io/metrics-server
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CONTAINER_ARCH_TARGETS=$(addprefix container-,$(ALL_ARCHITECTURES))
container:
# Pull base image explicitly. Keep in sync with Dockerfile, otherwise
# GCB builds will start failing.
docker pull golang:1.17.13
docker pull golang:1.19.7
docker build -t $(REGISTRY)/metrics-server-$(ARCH):$(CHECKSUM) --build-arg ARCH=$(ARCH) --build-arg GIT_TAG=$(GIT_TAG) --build-arg GIT_COMMIT=$(GIT_COMMIT) .

.PHONY: container-all
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/metrics-server

go 1.17
go 1.19

require (
github.com/google/addlicense v1.0.0
Expand All @@ -12,14 +12,14 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
golang.org/x/perf v0.0.0-20210220033136-40a54f11e909
k8s.io/api v0.23.16
k8s.io/apimachinery v0.23.16
k8s.io/apiserver v0.23.16
k8s.io/client-go v0.23.16
k8s.io/component-base v0.23.16
k8s.io/api v0.23.17
k8s.io/apimachinery v0.23.17
k8s.io/apiserver v0.23.17
k8s.io/client-go v0.23.17
k8s.io/component-base v0.23.17
k8s.io/klog/v2 v2.60.1
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
k8s.io/metrics v0.23.16
k8s.io/metrics v0.23.17
sigs.k8s.io/logtools v0.4.1
sigs.k8s.io/mdtoc v1.1.0
)
Expand Down
Loading

0 comments on commit 753007d

Please sign in to comment.