Skip to content

Commit 8ce37e2

Browse files
committed
Set VERSION to v2.5.0
Signed-off-by: Lan Luo <[email protected]>
1 parent 350282e commit 8ce37e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.0-dev
1+
v2.5.0

build/charts/antrea/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# antrea
22

3-
![Version: 2.5.0-dev](https://img.shields.io/badge/Version-2.5.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)
3+
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-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)
44

55
Kubernetes networking based on Open vSwitch
66

@@ -134,7 +134,7 @@ Kubernetes: `>= 1.19.0-0`
134134
| ovs.bridgeName | string | `"br-int"` | Name of the OVS bridge antrea-agent will create and use. |
135135
| ovs.hwOffload | bool | `false` | Enable hardware offload for the OVS bridge (required additional configuration). |
136136
| packetInRate | int | `5000` | packetInRate defines the OVS controller packet rate limits for different features. All features will apply this rate-limit individually on packet-in messages sent to antrea-agent. The number stands for the rate as packets per second(pps) and the burst size will be automatically set to twice the rate. When the rate and burst size are exceeded, new packets will be dropped. |
137-
| podCIDRs | string | `""` | The aggregated cluster-wide Pod CIDRs (not the per-Node Pod CIDRs). This field is applicable only in networkPolicyOnly mode and ignored in other traffic modes. It can be left empty, but it is recommended to specify the correct Pod CIDRs string, as Traceflow may not work correctly for inter-Node Pod-to-Pod traffic otherwise. Example: "10.12.5.0-dev/16" for IPv4-only, or "10.12.5.0-dev/16,fd00::/12" for dual-stack. |
137+
| podCIDRs | string | `""` | The aggregated cluster-wide Pod CIDRs (not the per-Node Pod CIDRs). This field is applicable only in networkPolicyOnly mode and ignored in other traffic modes. It can be left empty, but it is recommended to specify the correct Pod CIDRs string, as Traceflow may not work correctly for inter-Node Pod-to-Pod traffic otherwise. Example: "10.12.5.0/16" for IPv4-only, or "10.12.5.0/16,fd00::/12" for dual-stack. |
138138
| secondaryNetwork.ovsBridges | list | `[]` | Configuration of OVS bridges for secondary network. At the moment, at most one OVS bridge can be specified. If the specified bridge does not exist on the Node, antrea-agent will create it based on the configuration. The following configuration specifies an OVS bridge with name "br1" and a physical interface "eth1": [{bridgeName: "br1", physicalInterfaces: ["eth1"], enableMulticastSnooping: false}] |
139139
| serviceCIDR | string | `""` | IPv4 CIDR range used for Services. Required when AntreaProxy is disabled. |
140140
| serviceCIDRv6 | string | `""` | IPv6 CIDR range used for Services. Required when AntreaProxy is disabled. |

build/charts/flow-aggregator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flow-aggregator
22

3-
![Version: 2.5.0-dev](https://img.shields.io/badge/Version-2.5.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)
3+
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-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)
44

55
Antrea Flow Aggregator
66

0 commit comments

Comments
 (0)