Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates based on latest OVN releases.
Browse files Browse the repository at this point in the history
putnopvut committed Dec 2, 2024
1 parent 9cdc4a8 commit a2a7d97
Showing 7 changed files with 129 additions and 8 deletions.
22 changes: 19 additions & 3 deletions src/content/releases/23.09.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
+++
title = "23.09"
weight = 251707508394.0
[_build]
list = 'never'

+++

## OVN 23.09

OVN 23.09 was initially released on 15 September, 2023.
This version of OVN is currently supported for all bug fixes.
Support for this version will end on 15 September, 2024.
This version of OVN is no longer supported. Support ended on 15 September, 2024.

### v23.09.6
v23.09.6 was released on 18 October, 2024.

[Github link](https://github.com/ovn-org/ovn/releases/tag/v23.09.6)

Release Notes:
```
OVN v23.09.6 - 18 Oct 2024
--------------------------
- Bug fixes
```
[Changelog](../changelog_v23.09.6)

### v23.09.5
v23.09.5 was released on 16 August, 2024.
15 changes: 15 additions & 0 deletions src/content/releases/24.03.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,21 @@ This version of OVN is currently supported for all bug fixes.
This version will enter critical fix mode on 1 March, 2026.
Support for this version will end on 1 March, 2027.

### v24.03.4
v24.03.4 was released on 18 October, 2024.

[Github link](https://github.com/ovn-org/ovn/releases/tag/v24.03.4)

Release Notes:
```
OVN v24.03.4 - 18 Oct 2024
--------------------------
- Bug fixes
```
[Changelog](../changelog_v24.03.4)

### v24.03.3
v24.03.3 was released on 16 August, 2024.

15 changes: 15 additions & 0 deletions src/content/releases/24.09.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,21 @@ OVN 24.09 was initially released on 13 September, 2024.
This version of OVN is currently supported for all bug fixes.
Support for this version will end on 13 September, 2025.

### v24.09.1
v24.09.1 was released on 18 October, 2024.

[Github link](https://github.com/ovn-org/ovn/releases/tag/v24.09.1)

Release Notes:
```
OVN v24.09.1 - 18 Oct 2024
--------------------------
- Bug fixes
```
[Changelog](../changelog_v24.09.1)

### v24.09.0
v24.09.0 was released on 13 September, 2024.

10 changes: 5 additions & 5 deletions src/content/releases/all_releases.md
Original file line number Diff line number Diff line change
@@ -15,11 +15,6 @@ For more details, see [24.03 ](../24.03)



### OVN 23.09
For more details, see [23.09 ](../23.09)



### OVN 22.03
For more details, see [22.03 ](../22.03)

@@ -30,6 +25,11 @@ will not receive any future bug fixes, including critical or security fixes.
It is not recommended to use these unless you absolutely must. Use these at
your own risk.

### OVN 23.09
For more details, see [23.09 ](../23.09)



### OVN 23.06
For more details, see [23.06 ](../23.06)

26 changes: 26 additions & 0 deletions src/content/releases/changelog_v23.09.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Changelog v23.09.6"
[_build]
list = 'never'
+++

### Changes from v23.09.5 to v23.09.6

- [ad065f1a](https://github.com/ovn-org/ovn/commit/ad065f1a8d80f137afc798a5091aed0ddc187d00) Set release date for 23.09.6.
- [79451641](https://github.com/ovn-org/ovn/commit/79451641570bc10e6434e3910620657791b674ac) ovs: Bump submodule to OVS v3.2.3.
- [883c3679](https://github.com/ovn-org/ovn/commit/883c3679cb9a09bafc3877aa62afba00b80cd67c) ipam: Do not report error for static assigned IPs.
- [44fe79b1](https://github.com/ovn-org/ovn/commit/44fe79b1ece10e3313d6a5809f4c2a36511bff61) ovn-trace: Fix copy-paste error for tracing put_nd_ra_opts().
- [d762c8fc](https://github.com/ovn-org/ovn/commit/d762c8fc9a3ae2e8bfb0fb0da865c41f0a338785) controller: Properly handle localnet flows in I+P.
- [b267acd6](https://github.com/ovn-org/ovn/commit/b267acd6f5f48e3a9f31277168c0a5c3798462e2) controller: Accept unicast dhcp-discover in pinctrl_handle_put_dhcp_opts().
- [13b2efae](https://github.com/ovn-org/ovn/commit/13b2efae615448a00fbef8f0db004ffc3f1ac6e0) ovn-ic: Fix potential segmentation violation.
- [d1f55ee8](https://github.com/ovn-org/ovn/commit/d1f55ee8158b6954deafab13e847004a455e8044) controller: Container lport install flows in MAIN chassis only.
- [d7738bdc](https://github.com/ovn-org/ovn/commit/d7738bdc2a08efca7199c55b9ea89e1a0a9c92ab) ci: Pin scapy version.
- [e2fa4a52](https://github.com/ovn-org/ovn/commit/e2fa4a52ccbc7b7af042d86de09708ed3573a099) northd: Respect --ecmp-symmetric-reply for single routes.
- [5c78002d](https://github.com/ovn-org/ovn/commit/5c78002d0f1fb2fc6e407c47a7c34beff3bf3149) controller: Avoid quadratic complexity for multi-chassis ports.
- [8e97c067](https://github.com/ovn-org/ovn/commit/8e97c06742cebac4c9bec1f95bda627aa468a2cb) northd: Fix NULL pointer deref within build_bfd_table.
- [db7c577e](https://github.com/ovn-org/ovn/commit/db7c577eca3ac0a030f4a9d626935cc2fc68da07) physical: Prevent wrong FDB to be learned with multichassis port.
- [fa8e36f5](https://github.com/ovn-org/ovn/commit/fa8e36f5a519b76642df1843aafb1c0852c2211b) ovn-controller: Fix potential assert when exiting.
- [ec2ade13](https://github.com/ovn-org/ovn/commit/ec2ade138a11f9438dcf8b2e47a98045b41b5585) Documentation: Add inclusive-language documentation.
- [caa6dc96](https://github.com/ovn-org/ovn/commit/caa6dc96d8addd7dfb89ff0def1f7c04e69beb50) tests: Skip "IPv6 switching - megaflow check" if scapy is not installed.
- [6b6bfd53](https://github.com/ovn-org/ovn/commit/6b6bfd53dd10fff1925c7f5b3658b689794c8ab9) Reply only for the multicast ND solicitations.
- [3b523c81](https://github.com/ovn-org/ovn/commit/3b523c8136099f46d8fe82ff2389d7ad733d77fc) Prepare for 23.09.6.
26 changes: 26 additions & 0 deletions src/content/releases/changelog_v24.03.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
title = "Changelog v24.03.4"
[_build]
list = 'never'
+++

### Changes from v24.03.3 to v24.03.4

- [af5e1ee4](https://github.com/ovn-org/ovn/commit/af5e1ee49c6f7179c2bedd8a5fc49048b7041f33) Set release date for 24.03.4.
- [348ebb7d](https://github.com/ovn-org/ovn/commit/348ebb7d11bf4447b23eb2322dbd8e8c6ef1b19b) ovs: Bump submodule to OVS v3.3.2.
- [3ed3f7d0](https://github.com/ovn-org/ovn/commit/3ed3f7d0de755903ec5c226a8cc1758ee1134c8c) ipam: Do not report error for static assigned IPs.
- [ebe86803](https://github.com/ovn-org/ovn/commit/ebe86803d04cd1931778ccb6d754d8e5f0593caa) ovn-trace: Fix copy-paste error for tracing put_nd_ra_opts().
- [bc147b74](https://github.com/ovn-org/ovn/commit/bc147b74b0610d7b9c24e2d2416a985dca0d8774) controller: Properly handle localnet flows in I+P.
- [ac994c86](https://github.com/ovn-org/ovn/commit/ac994c86b14d713d4895f0822bf069fc26a24ed6) controller: Accept unicast dhcp-discover in pinctrl_handle_put_dhcp_opts().
- [63ea76b3](https://github.com/ovn-org/ovn/commit/63ea76b3644b65b3640640ea7928a991c23e9835) ovn-ic: Fix potential segmentation violation.
- [76c02051](https://github.com/ovn-org/ovn/commit/76c0205161ee20f941bf76a9d4eaf4070f45ed83) controller: Container lport install flows in MAIN chassis only.
- [040f5117](https://github.com/ovn-org/ovn/commit/040f5117d861980f761f2c7424600b1e9e2847e8) northd, controller: Use ct_next to get the CT state for direct SNAT.
- [fb585a79](https://github.com/ovn-org/ovn/commit/fb585a795a564db1faf0fa59ba59a19ab7350b4a) ci: Pin scapy version.
- [d9943161](https://github.com/ovn-org/ovn/commit/d9943161a95c00d701c18bb62faa0138eaf3e353) northd: Respect --ecmp-symmetric-reply for single routes.
- [0f6f45d9](https://github.com/ovn-org/ovn/commit/0f6f45d9fbabff5b7774938f4214a1a8463b018a) controller: Avoid quadratic complexity for multi-chassis ports.
- [3c6791e4](https://github.com/ovn-org/ovn/commit/3c6791e43714b22335acbce0648be59ad4671d2b) physical: Prevent wrong FDB to be learned with multichassis port.
- [231d1ca6](https://github.com/ovn-org/ovn/commit/231d1ca684c5708ab6a6d70567134f3ed135b4d5) ovn-controller: Fix potential assert when exiting.
- [7195dcd1](https://github.com/ovn-org/ovn/commit/7195dcd1b280233a1d21d5c3c2b5484f7a2fb24f) Documentation: Add inclusive-language documentation.
- [3c3109c7](https://github.com/ovn-org/ovn/commit/3c3109c7870e29bfa3cab482e4d59af2da0c1dbc) tests: Skip "IPv6 switching - megaflow check" if scapy is not installed.
- [bc56bc6f](https://github.com/ovn-org/ovn/commit/bc56bc6f70202b9a0dcc27f8a4721e4cfe21edc7) Reply only for the multicast ND solicitations.
- [1b65173e](https://github.com/ovn-org/ovn/commit/1b65173ef13bc738783b9f68058773d4a2aa98bf) Prepare for 24.03.4.
23 changes: 23 additions & 0 deletions src/content/releases/changelog_v24.09.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "Changelog v24.09.1"
[_build]
list = 'never'
+++

### Changes from v24.09.0 to v24.09.1

- [972bedec](https://github.com/ovn-org/ovn/commit/972bedec0125478e2f39fb7e2d0752132f944879) Set release date for 24.09.1.
- [2a24b03f](https://github.com/ovn-org/ovn/commit/2a24b03f7f97068a0d3e87ecb77f139766d1df23) ipam: Do not report error for static assigned IPs.
- [1b8ac267](https://github.com/ovn-org/ovn/commit/1b8ac26784aed04bbd6f3ca32d87ca0ab91abc9c) ovn-trace: Fix copy-paste error for tracing put_nd_ra_opts().
- [222ee2a7](https://github.com/ovn-org/ovn/commit/222ee2a7ddf99fc3a833cc39625b32b2ccba91be) controller: Properly handle localnet flows in I+P.
- [3d3080d5](https://github.com/ovn-org/ovn/commit/3d3080d562106771230be22e9d76ce1aba55624a) binding: Fix race condition when claiming vif.
- [2679cd41](https://github.com/ovn-org/ovn/commit/2679cd4119a68673f90aeceb2153c5220a0eb738) controller: Accept unicast dhcp-discover in pinctrl_handle_put_dhcp_opts().
- [0611308a](https://github.com/ovn-org/ovn/commit/0611308a7a2e58911a18d974b1e8c7b2d8f0541f) ovn-ic: Fix potential segmentation violation.
- [809d4aac](https://github.com/ovn-org/ovn/commit/809d4aac64c4343f3bf845f2df497be2af6cba26) controller: Container lport install flows in MAIN chassis only.
- [2a60ba94](https://github.com/ovn-org/ovn/commit/2a60ba94f99486f1eb44134e693a8393059d4869) northd, controller: Use ct_next to get the CT state for direct SNAT.
- [4579cb66](https://github.com/ovn-org/ovn/commit/4579cb66599fedb433f8fc2fa0d9167e54feb457) ci: Pin scapy version.
- [7b006274](https://github.com/ovn-org/ovn/commit/7b00627433f3ee066cf6a5b727fec614c5e6eb77) northd: Respect --ecmp-symmetric-reply for single routes.
- [b3e47dc7](https://github.com/ovn-org/ovn/commit/b3e47dc70ad6bd2f92ffbe64a39ae4d98c0e8398) controller: Avoid quadratic complexity for multi-chassis ports.
- [8b3e276e](https://github.com/ovn-org/ovn/commit/8b3e276e228407068e0a9e72ad3e02969da2de1d) physical: Prevent wrong FDB to be learned with multichassis port.
- [8488c3c0](https://github.com/ovn-org/ovn/commit/8488c3c0aff73d1037a4af205ac3ba2ed22106a3) ovn-controller: Fix potential assert when exiting.
- [2282ae85](https://github.com/ovn-org/ovn/commit/2282ae8501faa5fe9bd607a5f0a81d863441f10f) Prepare for 24.09.1.

0 comments on commit a2a7d97

Please sign in to comment.