From d826b4b05c37c38c5af6177271ffe1de71dd2c56 Mon Sep 17 00:00:00 2001 From: Barni S Date: Thu, 14 May 2020 18:45:17 -0400 Subject: [PATCH] Bump Stackdriver version to 1.11 --- cluster/gce/windows/k8s-node-setup.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/windows/k8s-node-setup.psm1 b/cluster/gce/windows/k8s-node-setup.psm1 index 62027bdb21e..82a3ee5378c 100644 --- a/cluster/gce/windows/k8s-node-setup.psm1 +++ b/cluster/gce/windows/k8s-node-setup.psm1 @@ -1473,7 +1473,7 @@ function Start_Containerd { # TODO(pjh): move the Stackdriver logging agent code below into a separate # module; it was put here temporarily to avoid disrupting the file layout in # the K8s release machinery. -$STACKDRIVER_VERSION = 'v1-9' +$STACKDRIVER_VERSION = 'v1-11' $STACKDRIVER_ROOT = 'C:\Program Files (x86)\Stackdriver' # Restarts the Stackdriver logging agent, or starts it if it is not currently