Skip to content

Commit e36e9e1

Browse files
authored
chore(deps): upgrade proxy-init to v2.4.9 & cni-plugin to v1.6.8 (#15332)
Signed-off-by: --get <allison@buoyant.io>
1 parent c95b995 commit e36e9e1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile.proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -o /out/proxy-identity
4848
FROM --platform=$BUILDPLATFORM golang:1.25.10-alpine AS proxy-init
4949
WORKDIR /build
5050
ARG PROXY_INIT_REPO="linkerd/linkerd2-proxy-init"
51-
ARG PROXY_INIT_REF="proxy-init/v2.4.8"
51+
ARG PROXY_INIT_REF="proxy-init/v2.4.9"
5252
RUN apk add --no-cache ca-certificates git
5353
RUN --mount=type=secret,id=github \
5454
export GITHUB_TOKEN_FILE=/run/secrets/github; \

charts/linkerd2-cni/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ image:
6969
# -- Docker image for the CNI plugin
7070
name: "cr.l5d.io/linkerd/cni-plugin"
7171
# -- Tag for the CNI container Docker image
72-
version: "v1.6.7"
72+
version: "v1.6.8"
7373
# -- Pull policy for the linkerd-cni container
7474
pullPolicy: IfNotPresent
7575

cli/cmd/testdata/install-cni-plugin_default.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install-cni-plugin_skip_ports.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/cmd/testdata/install_cni_helm_default_output.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/healthcheck/healthcheck_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ spec:
23582358
serviceAccountName: linkerd-cni
23592359
containers:
23602360
- name: install-cni
2361-
image: cr.l5d.io/linkerd/cni-plugin:v1.6.7
2361+
image: cr.l5d.io/linkerd/cni-plugin:v1.6.8
23622362
env:
23632363
- name: DEST_CNI_NET_DIR
23642364
valueFrom:

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// DO NOT EDIT
1313
var Version = undefinedVersion
1414

15-
var LinkerdCNIVersion = "v1.6.7"
15+
var LinkerdCNIVersion = "v1.6.8"
1616

1717
const (
1818
// undefinedVersion should take the form `channel-version` to conform to

0 commit comments

Comments
 (0)