From befc086dcc73e02215c616d48962bbc71bff18af Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Tue, 16 Feb 2021 16:20:30 -0500 Subject: [PATCH] Upgrade proxy-init to v1.3.9 Fixes #5755 follow-up to #5750 and #5751 - Unifies the Go version across Docker and CI to be 1.14.15; - Updates the GitHub Actions base image from ubuntu-18.04 to ubuntu-20.04; and - Updates the runtime base image from debian:buster-20201117-slim to debian:buster-20210208-slim. --- charts/linkerd2/README.md | 2 +- charts/linkerd2/values.yaml | 2 +- .../inject-filepath/expected/injected_nginx.yaml | 2 +- .../expected/injected_nginx_redis.yaml | 4 ++-- .../inject-filepath/expected/injected_redis.yaml | 2 +- cli/cmd/testdata/inject_contour.golden.yml | 2 +- .../inject_emojivoto_already_injected.golden.yml | 8 ++++---- .../testdata/inject_emojivoto_deployment.golden.yml | 2 +- ...ject_emojivoto_deployment_capabilities.golden.yml | 2 +- ..._emojivoto_deployment_config_overrides.golden.yml | 2 +- ...t_emojivoto_deployment_controller_name.golden.yml | 4 ++-- .../inject_emojivoto_deployment_debug.golden.yml | 2 +- ...t_emojivoto_deployment_empty_resources.golden.yml | 2 +- ...emojivoto_deployment_hostNetwork_false.golden.yml | 2 +- ...inject_emojivoto_deployment_overridden.golden.yml | 2 +- ...ject_emojivoto_deployment_proxyignores.golden.yml | 2 +- .../inject_emojivoto_deployment_udp.golden.yml | 2 +- cli/cmd/testdata/inject_emojivoto_list.golden.yml | 4 ++-- .../inject_emojivoto_list_empty_resources.golden.yml | 4 ++-- cli/cmd/testdata/inject_emojivoto_pod.golden.yml | 2 +- .../inject_emojivoto_pod_proxyignores.golden.yml | 2 +- .../inject_emojivoto_pod_with_requests.golden.yml | 2 +- .../testdata/inject_emojivoto_statefulset.golden.yml | 2 +- .../inject_gettest_deployment.good.golden.yml | 4 ++-- cli/cmd/testdata/inject_tap_deployment.input.yml | 2 +- .../testdata/inject_tap_deployment_debug.golden.yml | 2 +- .../install_controlplane_tracing_output.golden | 12 ++++++------ cli/cmd/testdata/install_custom_domain.golden | 12 ++++++------ cli/cmd/testdata/install_custom_registry.golden | 12 ++++++------ cli/cmd/testdata/install_default.golden | 12 ++++++------ .../install_default_override_dst_get_nets.golden | 12 ++++++------ cli/cmd/testdata/install_ha_output.golden | 12 ++++++------ .../testdata/install_ha_with_overrides_output.golden | 12 ++++++------ .../install_heartbeat_disabled_output.golden | 12 ++++++------ cli/cmd/testdata/install_no_init_container.golden | 2 +- cli/cmd/testdata/install_proxy_ignores.golden | 12 ++++++------ cli/cmd/testdata/install_values_file.golden | 12 ++++++------ .../fake/data/pod-with-debug.patch.json | 2 +- controller/proxy-injector/fake/data/pod.patch.json | 2 +- go.mod | 2 +- go.sum | 2 ++ pkg/healthcheck/healthcheck_test.go | 8 ++++---- pkg/version/version.go | 2 +- 43 files changed, 105 insertions(+), 103 deletions(-) diff --git a/charts/linkerd2/README.md b/charts/linkerd2/README.md index 8c137a6ea8478..111fb935981db 100644 --- a/charts/linkerd2/README.md +++ b/charts/linkerd2/README.md @@ -196,7 +196,7 @@ Kubernetes: `>=1.16.0-0` | proxyInit.ignoreOutboundPorts | string | `"25,443,587,3306,11211"` | Default set of ports to skip via itpables, same defaults as InboudPorts | | proxyInit.image.name | string | `"ghcr.io/linkerd/proxy-init"` | Docker image for the proxy-init container | | proxyInit.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the proxy-init container Docker image | -| proxyInit.image.version | string | `"v1.3.8"` | Tag for the proxy-init container Docker image | +| proxyInit.image.version | string | `"v1.3.9"` | Tag for the proxy-init container Docker image | | proxyInit.resources.cpu.limit | string | `"100m"` | Maximum amount of CPU units that the proxy-init container can use | | proxyInit.resources.cpu.request | string | `"10m"` | Amount of CPU units that the proxy-init container requests | | proxyInit.resources.memory.limit | string | `"50Mi"` | Maximum amount of memory that the proxy-init container can use | diff --git a/charts/linkerd2/values.yaml b/charts/linkerd2/values.yaml index 8ad8a675c9f49..97ff6e58c067e 100644 --- a/charts/linkerd2/values.yaml +++ b/charts/linkerd2/values.yaml @@ -111,7 +111,7 @@ proxyInit: # -- Pull policy for the proxy-init container Docker image pullPolicy: *image_pull_policy # -- Tag for the proxy-init container Docker image - version: v1.3.8 + version: v1.3.9 resources: cpu: # -- Maximum amount of CPU units that the proxy-init container can use diff --git a/cli/cmd/testdata/inject-filepath/expected/injected_nginx.yaml b/cli/cmd/testdata/inject-filepath/expected/injected_nginx.yaml index 3e132929eea02..55e9cb443f9ca 100644 --- a/cli/cmd/testdata/inject-filepath/expected/injected_nginx.yaml +++ b/cli/cmd/testdata/inject-filepath/expected/injected_nginx.yaml @@ -134,7 +134,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject-filepath/expected/injected_nginx_redis.yaml b/cli/cmd/testdata/inject-filepath/expected/injected_nginx_redis.yaml index 83f6de90e8fdc..39684df40e61b 100644 --- a/cli/cmd/testdata/inject-filepath/expected/injected_nginx_redis.yaml +++ b/cli/cmd/testdata/inject-filepath/expected/injected_nginx_redis.yaml @@ -134,7 +134,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -301,7 +301,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject-filepath/expected/injected_redis.yaml b/cli/cmd/testdata/inject-filepath/expected/injected_redis.yaml index aca807d96397b..3b4d57f3ba67b 100644 --- a/cli/cmd/testdata/inject-filepath/expected/injected_redis.yaml +++ b/cli/cmd/testdata/inject-filepath/expected/injected_redis.yaml @@ -134,7 +134,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_contour.golden.yml b/cli/cmd/testdata/inject_contour.golden.yml index 79a7f9aa526bd..d53f99f512746 100644 --- a/cli/cmd/testdata/inject_contour.golden.yml +++ b/cli/cmd/testdata/inject_contour.golden.yml @@ -174,7 +174,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_already_injected.golden.yml b/cli/cmd/testdata/inject_emojivoto_already_injected.golden.yml index 3ebb359c4a80c..d694a2abcddf8 100644 --- a/cli/cmd/testdata/inject_emojivoto_already_injected.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_already_injected.golden.yml @@ -145,7 +145,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -323,7 +323,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -501,7 +501,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -679,7 +679,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment.golden.yml index 8a3c8abde5ab7..811a135c77e78 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment.golden.yml @@ -145,7 +145,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_capabilities.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_capabilities.golden.yml index 5dc145a08c755..dd564f577eea4 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_capabilities.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_capabilities.golden.yml @@ -158,7 +158,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_config_overrides.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_config_overrides.golden.yml index b5af5b2281693..ae143fe12dc0d 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_config_overrides.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_config_overrides.golden.yml @@ -162,7 +162,7 @@ spec: - 4190,9998,7777,8888 - --outbound-ports-to-ignore - "9999" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_controller_name.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_controller_name.golden.yml index b5da906bbbdc7..1c30043860884 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_controller_name.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_controller_name.golden.yml @@ -145,7 +145,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -323,7 +323,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_debug.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_debug.golden.yml index 588b0647bd394..83c56e54707b3 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_debug.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_debug.golden.yml @@ -150,7 +150,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_empty_resources.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_empty_resources.golden.yml index 9e2e9f8a97546..e8095338ea915 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_empty_resources.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_empty_resources.golden.yml @@ -145,7 +145,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_hostNetwork_false.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_hostNetwork_false.golden.yml index b9bdae42caffb..186b5e95ad09e 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_hostNetwork_false.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_hostNetwork_false.golden.yml @@ -146,7 +146,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_overridden.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_overridden.golden.yml index 3837692bd9f38..ef84188ae7910 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_overridden.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_overridden.golden.yml @@ -146,7 +146,7 @@ spec: - 4190,1234,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_proxyignores.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_proxyignores.golden.yml index 12c59091baafd..ae3d6e7f575f2 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_proxyignores.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_proxyignores.golden.yml @@ -147,7 +147,7 @@ spec: - 4190,4191,22,8100-8102 - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_deployment_udp.golden.yml b/cli/cmd/testdata/inject_emojivoto_deployment_udp.golden.yml index 3f3bf96cdf424..e77ff64c9c509 100644 --- a/cli/cmd/testdata/inject_emojivoto_deployment_udp.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_deployment_udp.golden.yml @@ -147,7 +147,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_list.golden.yml b/cli/cmd/testdata/inject_emojivoto_list.golden.yml index 8a82d3fa0e927..a4c880efd4d85 100644 --- a/cli/cmd/testdata/inject_emojivoto_list.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_list.golden.yml @@ -147,7 +147,7 @@ items: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -319,7 +319,7 @@ items: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_list_empty_resources.golden.yml b/cli/cmd/testdata/inject_emojivoto_list_empty_resources.golden.yml index 2e3e8862ad8ec..9dc71fb8feefa 100644 --- a/cli/cmd/testdata/inject_emojivoto_list_empty_resources.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_list_empty_resources.golden.yml @@ -147,7 +147,7 @@ items: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -319,7 +319,7 @@ items: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_pod.golden.yml b/cli/cmd/testdata/inject_emojivoto_pod.golden.yml index aac469a833a1c..2cbbd2370786a 100644 --- a/cli/cmd/testdata/inject_emojivoto_pod.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_pod.golden.yml @@ -130,7 +130,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_pod_proxyignores.golden.yml b/cli/cmd/testdata/inject_emojivoto_pod_proxyignores.golden.yml index c89d53637f216..2accd79b880b1 100644 --- a/cli/cmd/testdata/inject_emojivoto_pod_proxyignores.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_pod_proxyignores.golden.yml @@ -132,7 +132,7 @@ spec: - 4190,4191,22,8100-8102 - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_pod_with_requests.golden.yml b/cli/cmd/testdata/inject_emojivoto_pod_with_requests.golden.yml index 7e859f73611b0..8ed4fad2989ee 100644 --- a/cli/cmd/testdata/inject_emojivoto_pod_with_requests.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_pod_with_requests.golden.yml @@ -141,7 +141,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_emojivoto_statefulset.golden.yml b/cli/cmd/testdata/inject_emojivoto_statefulset.golden.yml index ea246344fe5db..1f78367c705d0 100644 --- a/cli/cmd/testdata/inject_emojivoto_statefulset.golden.yml +++ b/cli/cmd/testdata/inject_emojivoto_statefulset.golden.yml @@ -146,7 +146,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_gettest_deployment.good.golden.yml b/cli/cmd/testdata/inject_gettest_deployment.good.golden.yml index 71c4b47b90234..05574b98c6475 100644 --- a/cli/cmd/testdata/inject_gettest_deployment.good.golden.yml +++ b/cli/cmd/testdata/inject_gettest_deployment.good.golden.yml @@ -147,7 +147,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -327,7 +327,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_tap_deployment.input.yml b/cli/cmd/testdata/inject_tap_deployment.input.yml index 6f05a418f9a8a..a4e0c2188c86a 100644 --- a/cli/cmd/testdata/inject_tap_deployment.input.yml +++ b/cli/cmd/testdata/inject_tap_deployment.input.yml @@ -203,7 +203,7 @@ spec: - 4190,4191 - --outbound-ports-to-ignore - "443" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/inject_tap_deployment_debug.golden.yml b/cli/cmd/testdata/inject_tap_deployment_debug.golden.yml index 5e744d6c36b6c..df4957dff736f 100644 --- a/cli/cmd/testdata/inject_tap_deployment_debug.golden.yml +++ b/cli/cmd/testdata/inject_tap_deployment_debug.golden.yml @@ -199,7 +199,7 @@ spec: - 4190,4191,25,443,587,3306,11211 - --outbound-ports-to-ignore - 25,443,587,3306,11211 - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_controlplane_tracing_output.golden b/cli/cmd/testdata/install_controlplane_tracing_output.golden index 78cf3cb3b50da..efc4ee173dd7b 100644 --- a/cli/cmd/testdata/install_controlplane_tracing_output.golden +++ b/cli/cmd/testdata/install_controlplane_tracing_output.golden @@ -969,7 +969,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1241,7 +1241,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1472,7 +1472,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1722,7 +1722,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1978,7 +1978,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2230,7 +2230,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_custom_domain.golden b/cli/cmd/testdata/install_custom_domain.golden index f2be6877c9d58..f65ff6117dfc1 100644 --- a/cli/cmd/testdata/install_custom_domain.golden +++ b/cli/cmd/testdata/install_custom_domain.golden @@ -969,7 +969,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1240,7 +1240,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1470,7 +1470,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1719,7 +1719,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1975,7 +1975,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2227,7 +2227,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_custom_registry.golden b/cli/cmd/testdata/install_custom_registry.golden index 9ce19705781a7..642490991636f 100644 --- a/cli/cmd/testdata/install_custom_registry.golden +++ b/cli/cmd/testdata/install_custom_registry.golden @@ -969,7 +969,7 @@ data: image: name: my.custom.registry/linkerd-io/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1240,7 +1240,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: my.custom.registry/linkerd-io/proxy-init:v1.3.8 + image: my.custom.registry/linkerd-io/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1470,7 +1470,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: my.custom.registry/linkerd-io/proxy-init:v1.3.8 + image: my.custom.registry/linkerd-io/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1719,7 +1719,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: my.custom.registry/linkerd-io/proxy-init:v1.3.8 + image: my.custom.registry/linkerd-io/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1975,7 +1975,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: my.custom.registry/linkerd-io/proxy-init:v1.3.8 + image: my.custom.registry/linkerd-io/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2227,7 +2227,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: my.custom.registry/linkerd-io/proxy-init:v1.3.8 + image: my.custom.registry/linkerd-io/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_default.golden b/cli/cmd/testdata/install_default.golden index 4171d176502ba..f69773f4eb1ef 100644 --- a/cli/cmd/testdata/install_default.golden +++ b/cli/cmd/testdata/install_default.golden @@ -969,7 +969,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1240,7 +1240,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1470,7 +1470,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1719,7 +1719,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1975,7 +1975,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2227,7 +2227,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_default_override_dst_get_nets.golden b/cli/cmd/testdata/install_default_override_dst_get_nets.golden index 9b21032c63b47..bea2a7a7ad204 100644 --- a/cli/cmd/testdata/install_default_override_dst_get_nets.golden +++ b/cli/cmd/testdata/install_default_override_dst_get_nets.golden @@ -969,7 +969,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1240,7 +1240,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1470,7 +1470,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1719,7 +1719,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1975,7 +1975,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2227,7 +2227,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_ha_output.golden b/cli/cmd/testdata/install_ha_output.golden index 88f296de8a291..03484c214a162 100644 --- a/cli/cmd/testdata/install_ha_output.golden +++ b/cli/cmd/testdata/install_ha_output.golden @@ -987,7 +987,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1326,7 +1326,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1606,7 +1606,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1905,7 +1905,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2201,7 +2201,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2519,7 +2519,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_ha_with_overrides_output.golden b/cli/cmd/testdata/install_ha_with_overrides_output.golden index 07ed0560bf763..ae541bfd781c1 100644 --- a/cli/cmd/testdata/install_ha_with_overrides_output.golden +++ b/cli/cmd/testdata/install_ha_with_overrides_output.golden @@ -987,7 +987,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1326,7 +1326,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1606,7 +1606,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1905,7 +1905,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2201,7 +2201,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2519,7 +2519,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_heartbeat_disabled_output.golden b/cli/cmd/testdata/install_heartbeat_disabled_output.golden index 773ea7a717857..ce8c7d82a5e10 100644 --- a/cli/cmd/testdata/install_heartbeat_disabled_output.golden +++ b/cli/cmd/testdata/install_heartbeat_disabled_output.golden @@ -926,7 +926,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1197,7 +1197,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1427,7 +1427,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1676,7 +1676,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1887,7 +1887,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2139,7 +2139,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_no_init_container.golden b/cli/cmd/testdata/install_no_init_container.golden index 218887da9fdb9..2721583d5c81f 100644 --- a/cli/cmd/testdata/install_no_init_container.golden +++ b/cli/cmd/testdata/install_no_init_container.golden @@ -966,7 +966,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m diff --git a/cli/cmd/testdata/install_proxy_ignores.golden b/cli/cmd/testdata/install_proxy_ignores.golden index 8f06daa193d1d..a1b62122c1cad 100644 --- a/cli/cmd/testdata/install_proxy_ignores.golden +++ b/cli/cmd/testdata/install_proxy_ignores.golden @@ -969,7 +969,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1240,7 +1240,7 @@ spec: - "4190,4191,22,8100-8102" - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1470,7 +1470,7 @@ spec: - "4190,4191,22,8100-8102" - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1719,7 +1719,7 @@ spec: - "4190,4191,22,8100-8102" - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1975,7 +1975,7 @@ spec: - "4190,4191,22,8100-8102" - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2227,7 +2227,7 @@ spec: - "4190,4191,22,8100-8102" - --outbound-ports-to-ignore - "5432" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/cli/cmd/testdata/install_values_file.golden b/cli/cmd/testdata/install_values_file.golden index 0f56912d0bb62..3556c71b3925a 100644 --- a/cli/cmd/testdata/install_values_file.golden +++ b/cli/cmd/testdata/install_values_file.golden @@ -955,7 +955,7 @@ data: image: name: ghcr.io/linkerd/proxy-init pullPolicy: IfNotPresent - version: v1.3.8 + version: v1.3.9 resources: cpu: limit: 100m @@ -1226,7 +1226,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1456,7 +1456,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1705,7 +1705,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -1961,7 +1961,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: @@ -2213,7 +2213,7 @@ spec: - "4190,4191,25,443,587,3306,11211" - --outbound-ports-to-ignore - "25,443,587,3306,11211" - image: ghcr.io/linkerd/proxy-init:v1.3.8 + image: ghcr.io/linkerd/proxy-init:v1.3.9 imagePullPolicy: IfNotPresent name: linkerd-init resources: diff --git a/controller/proxy-injector/fake/data/pod-with-debug.patch.json b/controller/proxy-injector/fake/data/pod-with-debug.patch.json index 8e54829c44e20..38f3b5b0fba37 100644 --- a/controller/proxy-injector/fake/data/pod-with-debug.patch.json +++ b/controller/proxy-injector/fake/data/pod-with-debug.patch.json @@ -58,7 +58,7 @@ "--outbound-ports-to-ignore", "25,443,587,3306,11211" ], - "image": "ghcr.io/linkerd/proxy-init:v1.3.8", + "image": "ghcr.io/linkerd/proxy-init:v1.3.9", "imagePullPolicy": "IfNotPresent", "name": "linkerd-init", "resources": { diff --git a/controller/proxy-injector/fake/data/pod.patch.json b/controller/proxy-injector/fake/data/pod.patch.json index 0ffdde09ce0ec..7dfb6edab251f 100644 --- a/controller/proxy-injector/fake/data/pod.patch.json +++ b/controller/proxy-injector/fake/data/pod.patch.json @@ -58,7 +58,7 @@ "--outbound-ports-to-ignore", "25,443,587,3306,11211" ], - "image": "ghcr.io/linkerd/proxy-init:v1.3.8", + "image": "ghcr.io/linkerd/proxy-init:v1.3.9", "imagePullPolicy": "IfNotPresent", "name": "linkerd-init", "resources": { diff --git a/go.mod b/go.mod index 40499041e320b..51b8ebda60a53 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/imdario/mergo v0.3.8 github.com/julienschmidt/httprouter v1.2.0 github.com/linkerd/linkerd2-proxy-api v0.1.16 - github.com/linkerd/linkerd2-proxy-init v1.3.8 + github.com/linkerd/linkerd2-proxy-init v1.3.9 github.com/mattn/go-isatty v0.0.12 github.com/mattn/go-runewidth v0.0.4 github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb diff --git a/go.sum b/go.sum index 04a4923e877e4..a9d85e1d67a2c 100644 --- a/go.sum +++ b/go.sum @@ -465,6 +465,8 @@ github.com/linkerd/linkerd2-proxy-api v0.1.16 h1:Qjqbw5Bw3QYUJpUSpYHr4nkJqBRnTls github.com/linkerd/linkerd2-proxy-api v0.1.16/go.mod h1:yFz+DCCEomC3vpsChFzfCuOuSJtzx7jMNNHBIlbFil0= github.com/linkerd/linkerd2-proxy-init v1.3.8 h1:fo/LbrIS3FHssAPLkVXi5h8K/3mWP7ncVwOU2oI6Dm8= github.com/linkerd/linkerd2-proxy-init v1.3.8/go.mod h1:M6iaaLLi06ofuIV6x74SDknSFi7VS/MFqa5m+CwHgLY= +github.com/linkerd/linkerd2-proxy-init v1.3.9 h1:T2H4P6N3V7mRRr3twp0JDzvq1XSvv9S/orxWbwj7kFM= +github.com/linkerd/linkerd2-proxy-init v1.3.9/go.mod h1:M6iaaLLi06ofuIV6x74SDknSFi7VS/MFqa5m+CwHgLY= github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= diff --git a/pkg/healthcheck/healthcheck_test.go b/pkg/healthcheck/healthcheck_test.go index 0ab4098534f48..1369d3682327b 100644 --- a/pkg/healthcheck/healthcheck_test.go +++ b/pkg/healthcheck/healthcheck_test.go @@ -2111,7 +2111,7 @@ data: global: | {"linkerdNamespace":"linkerd","cniEnabled":false,"version":"install-control-plane-version","identityContext":{"trustDomain":"cluster.local","trustAnchorsPem":"fake-trust-anchors-pem","issuanceLifetime":"86400s","clockSkewAllowance":"20s"}} proxy: | - {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.8","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} + {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.9","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} install: | {"cliVersion":"dev-undefined","flags":[]}`, }, @@ -2157,7 +2157,7 @@ data: }, DisableExternalProfiles: true, ProxyVersion: "install-proxy-version", - ProxyInitImageVersion: "v1.3.8", + ProxyInitImageVersion: "v1.3.9", DebugImage: &configPb.Image{ ImageName: "ghcr.io/linkerd/debug", PullPolicy: "IfNotPresent", @@ -2249,7 +2249,7 @@ data: global: | {"linkerdNamespace":"linkerd","cniEnabled":false,"version":"install-control-plane-version","identityContext":{"trustDomain":"cluster.local","trustAnchorsPem":"fake-trust-anchors-pem","issuanceLifetime":"86400s","clockSkewAllowance":"20s"}} proxy: | - {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.8","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} + {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.9","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} install: | {"cliVersion":"dev-undefined","flags":[]} values: | @@ -2431,7 +2431,7 @@ data: global: | {"linkerdNamespace":"linkerd","cniEnabled":false,"version":"install-control-plane-version","identityContext":{"trustDomain":"cluster.local","trustAnchorsPem":"fake-trust-anchors-pem","issuanceLifetime":"86400s","clockSkewAllowance":"20s"}} proxy: | - {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.8","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} + {"proxyImage":{"imageName":"ghcr.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"ghcr.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.3.9","debugImage":{"imageName":"ghcr.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"} install: | {"cliVersion":"dev-undefined","flags":[]} values: | diff --git a/pkg/version/version.go b/pkg/version/version.go index 092781139a86e..1d419c2b352ef 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -16,7 +16,7 @@ var Version = undefinedVersion // https://github.com/linkerd/linkerd2-proxy-init // This has to be kept in sync with the constraint version for // github.com/linkerd/linkerd2-proxy-init in /go.mod -var ProxyInitVersion = "v1.3.8" +var ProxyInitVersion = "v1.3.9" const ( // undefinedVersion should take the form `channel-version` to conform to