Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up whereabouts to v0.6.1 #4988

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG BUILD_TAG
FROM ubuntu:22.04 as cni-binaries

ARG CNI_BINARIES_VERSION
ARG WHEREABOUTS_VERSION=v0.5.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched WHEREABOUTS and found this WHEREABOUTS_CNI_REL_TAG=v0.5.4, you may also update this one.

ARG WHEREABOUTS_VERSION=v0.6.1

RUN apt-get update && \
apt-get install -y --no-install-recommends wget ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion build/images/base/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG BUILD_TAG
FROM ubuntu:22.04 as cni-binaries

ARG CNI_BINARIES_VERSION
ARG WHEREABOUTS_VERSION=v0.5.1
ARG WHEREABOUTS_VERSION=v0.6.1

RUN apt-get update && \
apt-get install -y --no-install-recommends wget ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-secondary-network/infra/prepare_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function print_help {

NAMESPACE="kube-system"
ANTREA_DS="ds/antrea-agent"
WHEREABOUTS_CNI_REL_TAG=v0.5.4
WHEREABOUTS_CNI_REL_TAG=v0.6.1
export URL_WHEREABOUTS_IP_POOLS="https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/$WHEREABOUTS_CNI_REL_TAG/doc/crds/whereabouts.cni.cncf.io_ippools.yaml"
export URL_WHEREABOUTS_OVERLAPPING_IP_RANGE_RES="https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/$WHEREABOUTS_CNI_REL_TAG/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml"
export YAML_ANTREA='antrea.yml'
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-secondary-network/infra/prepare_sriov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function print_help {


SRIOV_PLUGIN_REL_TAG=v3.5.1
WHEREABOUTS_CNI_REL_TAG=v0.5.4
WHEREABOUTS_CNI_REL_TAG=v0.6.1
export URL_SRIOV_DP_CONFIG_MAP="https://raw.githubusercontent.com/k8snetworkplumbingwg/sriov-network-device-plugin/$SRIOV_PLUGIN_REL_TAG/deployments/configMap.yaml"
export URL_SRIOV_DP_DAEMONSET="https://raw.githubusercontent.com/k8snetworkplumbingwg/sriov-network-device-plugin/$SRIOV_PLUGIN_REL_TAG/deployments/k8s-v1.16/sriovdp-daemonset.yaml"
export YAML_ANTREA='antrea.yml'
Expand Down