From a94cf750d8c836c16bc49505045fb4c48ec0ad5a Mon Sep 17 00:00:00 2001 From: Quan Tian Date: Thu, 1 Feb 2024 11:39:40 +0800 Subject: [PATCH] Set VERSION to v2.0.0-dev (#5935) Signed-off-by: Quan Tian --- VERSION | 2 +- build/charts/antrea/README.md | 2 +- build/charts/flow-aggregator/README.md | 2 +- ci/kind/test-upgrade-antrea.sh | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3a7f531013a..853153e7744 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.15.0-dev +v2.0.0-dev diff --git a/build/charts/antrea/README.md b/build/charts/antrea/README.md index 6bb3322804e..455524ef9bd 100644 --- a/build/charts/antrea/README.md +++ b/build/charts/antrea/README.md @@ -1,6 +1,6 @@ # antrea -![Version: 1.15.0-dev](https://img.shields.io/badge/Version-1.15.0--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.0-dev](https://img.shields.io/badge/Version-2.0.0--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Kubernetes networking based on Open vSwitch diff --git a/build/charts/flow-aggregator/README.md b/build/charts/flow-aggregator/README.md index 258c3fb1aec..ba13ab538b3 100644 --- a/build/charts/flow-aggregator/README.md +++ b/build/charts/flow-aggregator/README.md @@ -1,6 +1,6 @@ # flow-aggregator -![Version: 1.15.0-dev](https://img.shields.io/badge/Version-1.15.0--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.0.0-dev](https://img.shields.io/badge/Version-2.0.0--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Antrea Flow Aggregator diff --git a/ci/kind/test-upgrade-antrea.sh b/ci/kind/test-upgrade-antrea.sh index 63a69d54824..baf2d24ff62 100755 --- a/ci/kind/test-upgrade-antrea.sh +++ b/ci/kind/test-upgrade-antrea.sh @@ -180,6 +180,8 @@ TMP_ANTREA_DIR=$(mktemp -d) git clone --branch $FROM_TAG --depth 1 https://github.com/antrea-io/antrea.git $TMP_ANTREA_DIR pushd $TMP_ANTREA_DIR > /dev/null export IMG_NAME=projects.registry.vmware.com/antrea/antrea-ubuntu +export AGENT_IMG_NAME=projects.registry.vmware.com/antrea/antrea-agent-ubuntu +export CONTROLLER_IMG_NAME=projects.registry.vmware.com/antrea/antrea-controller-ubuntu export IMG_TAG=$FROM_TAG ./hack/generate-manifest.sh --mode release | kubectl apply -f - ./hack/generate-manifest.sh --mode release | docker exec -i kind-control-plane dd of=/root/antrea.yml