From 9373bdc22d1b88040f604eba0ae6dfb1072d5cb7 Mon Sep 17 00:00:00 2001 From: Lan Luo Date: Fri, 26 Jul 2024 13:33:10 +0800 Subject: [PATCH] Set VERSION to v2.1.0 Signed-off-by: Lan Luo --- CHANGELOG/CHANGELOG-2.1.md | 2 +- VERSION | 2 +- build/charts/antrea/README.md | 2 +- build/charts/flow-aggregator/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-2.1.md b/CHANGELOG/CHANGELOG-2.1.md index 2036bebc82c..550788b397e 100644 --- a/CHANGELOG/CHANGELOG-2.1.md +++ b/CHANGELOG/CHANGELOG-2.1.md @@ -42,7 +42,7 @@ - Fix NodePortLocal rules being deleted incorrectly due to PodIP recycle. ([#6531](https://github.com/antrea-io/antrea/pull/6531), [@tnqn]) - Fix "Access is denied" error when importing certificates into the trusted publishers store on Windows server 2022. ([#6529](https://github.com/antrea-io/antrea/pull/6529), [@wenyingd]) - Fix the Node network connection breaking when attaching a host interface to the secondary OVS bridge. ([#6504](https://github.com/antrea-io/antrea/pull/6504), [@wenyingd]) -- Exclude terminated Pods from group members when calculating `AppliedToGroups` and `EgressGroups` to prevent NetworkPolicy from having no effect when IP is reused. ([#6508](https://github.com/antrea-io/antrea/pull/6508), [@tnqn]) +- Exclude terminated Pods from group members when calculating `AppliedToGroups` and `EgressGroups` to prevent NetworkPolicies or Egresses applying to wrong Pods. ([#6508](https://github.com/antrea-io/antrea/pull/6508), [@tnqn]) - Fix `install_cni_chaining` script not configuring CNI conf correctly with AKS or CNI chaining, when the CNI conf file is not ready. ([#6506](https://github.com/antrea-io/antrea/pull/6506), [@tnqn]) - Wait for OVS bridge datapath ID to be available after creating br-int to avoid failures when the Antrea Agent tries to query supported OVS datapath features. ([#6472](https://github.com/antrea-io/antrea/pull/6472), [@antoninbas]) - Fix a bug causing Antrea Proxy not to delete stale UDP conntrack entries for the virtual NodePort DNAT IP. ([#6379](https://github.com/antrea-io/antrea/pull/6379), [@hongliangl]) diff --git a/VERSION b/VERSION index 3edcf5ad4cb..b0d4a3dd02f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.1.0-dev +v2.2.0-dev diff --git a/build/charts/antrea/README.md b/build/charts/antrea/README.md index ba66fad08fa..0e434cb5ece 100644 --- a/build/charts/antrea/README.md +++ b/build/charts/antrea/README.md @@ -1,6 +1,6 @@ # antrea -![Version: 2.1.0-dev](https://img.shields.io/badge/Version-2.1.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.2.0-dev](https://img.shields.io/badge/Version-2.2.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 079b0dd168d..2fbc62d1c99 100644 --- a/build/charts/flow-aggregator/README.md +++ b/build/charts/flow-aggregator/README.md @@ -1,6 +1,6 @@ # flow-aggregator -![Version: 2.1.0-dev](https://img.shields.io/badge/Version-2.1.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.2.0-dev](https://img.shields.io/badge/Version-2.2.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