Skip to content

Commit fb28420

Browse files
authored
Merge pull request #2556 from mrueg/housekeeping
chore: Bump versions
2 parents 5e332b3 + 0ee2640 commit fb28420

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /go/src/k8s.io/kube-state-metrics/
88

99
RUN make install-tools && make build-local
1010

11-
FROM gcr.io/distroless/static:latest-${GOARCH}
11+
FROM gcr.io/distroless/static-debian12:latest-${GOARCH}
1212
COPY --from=builder /go/src/k8s.io/kube-state-metrics/kube-state-metrics /
1313

1414
USER nobody

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IMAGE = $(REGISTRY)/kube-state-metrics
2121
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
2222
USER ?= $(shell id -u -n)
2323
HOST ?= $(shell hostname)
24-
MARKDOWNLINT_CLI2_VERSION = 0.14.0
24+
MARKDOWNLINT_CLI2_VERSION = 0.15.0
2525

2626

2727
export DOCKER_CLI_EXPERIMENTAL=enabled

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
2-
timeout: 2400s
2+
timeout: 2700s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46'
6+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241111-71c32dbdcc'
77
entrypoint: make
88
env:
99
- TAG=$_PULL_BASE_REF

tests/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ KUBE_STATE_METRICS_CURRENT_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-s
3131
KUBE_STATE_METRICS_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-state-metrics-${ARCH}"
3232
E2E_SETUP_KIND=${E2E_SETUP_KIND:-}
3333
E2E_SETUP_KUBECTL=${E2E_SETUP_KUBECTL:-}
34-
KIND_VERSION=v0.20.0
34+
KIND_VERSION=v0.25.0
3535
SUDO=${SUDO:-}
3636

3737
OS=$(uname -s | awk '{print tolower($0)}')

0 commit comments

Comments
 (0)