From d4443fef819bedf7da3ddaacb08b0ba47a36109b Mon Sep 17 00:00:00 2001 From: Varun Marupadi Date: Wed, 1 May 2019 18:21:43 -0700 Subject: [PATCH] Bump the version of the ip-masq-agent addon to pick up CVE fixes This is related to the same CVE fixes in PR #75845 The CVEs are in the dependencies of ip-masq-agent - debian-base bump at: https://github.com/kubernetes-incubator/ip-masq-agent/pull/31 debian-iptables-amd64 bump at: https://github.com/kubernetes-incubator/ip-masq-agent/pull/30 --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 39f709f7981..cd1c21d0357 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -32,7 +32,7 @@ spec: hostNetwork: true containers: - name: ip-masq-agent - image: k8s.gcr.io/ip-masq-agent-amd64:v2.1.1 + image: k8s.gcr.io/ip-masq-agent-amd64:v2.2.1 args: - --masq-chain=IP-MASQ resources: