Skip to content

Commit

Permalink
bump distroless-iptables to v0.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
  • Loading branch information
jeremyrickard committed Jun 7, 2023
1 parent c042d69 commit 6d4abd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/common.sh
Expand Up @@ -96,7 +96,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
readonly KUBE_CONTAINER_RSYNC_PORT=8730

# These are the default versions (image tags) for their respective base images.
readonly __default_distroless_iptables_version=v0.2.4
readonly __default_distroless_iptables_version=v0.2.5
readonly __default_go_runner_version=v2.3.1-go1.20.5-bullseye.0
readonly __default_setcap_version=bullseye-v1.4.2

Expand Down
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Expand Up @@ -139,7 +139,7 @@ dependencies:
match: BASE_IMAGE_VERSION\?=

- name: "registry.k8s.io/distroless-iptables: dependents"
version: v0.2.4
version: v0.2.5
refPaths:
- path: build/common.sh
match: __default_distroless_iptables_version=
Expand Down
2 changes: 1 addition & 1 deletion test/utils/image/manifest.go
Expand Up @@ -241,7 +241,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.29-4"}
configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"}
configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.3"}
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.2.4"}
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.2.5"}
configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.9-0"}
configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}
Expand Down

0 comments on commit 6d4abd7

Please sign in to comment.