Skip to content

Commit 5549a33

Browse files
committed
Bump debian-iptables versions to v11.0.2.
1 parent dd96b15 commit 5549a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
8989
# $1 - server architecture
9090
kube::build::get_docker_wrapped_binaries() {
9191
local arch=$1
92-
local debian_base_version=0.4.1
93-
local debian_iptables_version=v11.0.1
92+
local debian_base_version=v1.0.0
93+
local debian_iptables_version=v11.0.2
9494
### If you change any of these lists, please also update DOCKERIZED_BINARIES
9595
### in build/BUILD. And kube::golang::server_image_targets
9696
local targets=(

build/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _ETCD_TARBALL_ARCH_SHA256 = {
4646
# list to each of its platform-specific images in
4747
# debian_image_dependencies().
4848
_DEBIAN_BASE_DIGEST = "sha256:6966a0aedd7592c18ff2dd803c08bd85780ee19f5e3a2e7cf908a4cd837afcde" # 0.4.1
49-
_DEBIAN_IPTABLES_DIGEST = "sha256:656e45c00083359107b1d6ae0411ff3894ba23011a8533e229937a71be84e063" # v11.0.1
49+
_DEBIAN_IPTABLES_DIGEST = "sha256:b522b0035dba3ac2d5c0dbaaf8217bd66248e790332ccfdf653e0f943a280dcf" # v11.0.2
5050
_DEBIAN_HYPERKUBE_BASE_DIGEST = "sha256:8cabe02be6e86685d8860b7ace7c7addc9591a339728703027a4854677f1c772" # 0.12.1
5151

5252
# Dependencies needed for a Kubernetes "release", e.g. building docker images,

0 commit comments

Comments
 (0)