From b4e1ee033c6f12c26cc7295fac0dd54f818abeae Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 16 Aug 2024 14:01:09 -0400 Subject: [PATCH] Update website with latest releases. --- src/content/releases/23.06.md | 22 ++++- src/content/releases/23.09.md | 15 ++++ src/content/releases/24.03.md | 15 ++++ src/content/releases/all_releases.md | 10 +-- src/content/releases/changelog_v23.06.4.md | 68 +++++++------- src/content/releases/changelog_v23.06.5.md | 23 +++++ src/content/releases/changelog_v23.09.4.md | 82 ++++++++--------- src/content/releases/changelog_v23.09.5.md | 31 +++++++ src/content/releases/changelog_v24.03.2.md | 100 ++++++++++----------- src/content/releases/changelog_v24.03.3.md | 35 ++++++++ 10 files changed, 268 insertions(+), 133 deletions(-) create mode 100644 src/content/releases/changelog_v23.06.5.md create mode 100644 src/content/releases/changelog_v23.09.5.md create mode 100644 src/content/releases/changelog_v24.03.3.md diff --git a/src/content/releases/23.06.md b/src/content/releases/23.06.md index 3f0c2f32..37d2dbe0 100644 --- a/src/content/releases/23.06.md +++ b/src/content/releases/23.06.md @@ -1,13 +1,29 @@ +++ title = "23.06" -weight = 251716585371.0 +[_build] + list = 'never' + +++ ## OVN 23.06 OVN 23.06 was initially released on 2 June, 2023. -This version of OVN is currently supported for all bug fixes. -Support for this version will end on 2 June, 2024. +This version of OVN is no longer supported. Support ended on 2 June, 2024. + +### v23.06.5 +v23.06.5 was released on 16 August, 2024. + +[Github link](https://github.com/ovn-org/ovn/releases/tag/v23.06.5) + +Release Notes: +``` +OVN v23.06.5 - 16 Aug 2024 +-------------------------- + - Bug fixes + + +``` +[Changelog](../changelog_v23.06.5) ### v23.06.4 v23.06.4 was released on 10 May, 2024. diff --git a/src/content/releases/23.09.md b/src/content/releases/23.09.md index e97f4f80..c873aec2 100644 --- a/src/content/releases/23.09.md +++ b/src/content/releases/23.09.md @@ -9,6 +9,21 @@ 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. +### v23.09.5 +v23.09.5 was released on 16 August, 2024. + +[Github link](https://github.com/ovn-org/ovn/releases/tag/v23.09.5) + +Release Notes: +``` +OVN v23.09.5 - 16 Aug 2024 +-------------------------- + - Bug fixes + + +``` +[Changelog](../changelog_v23.09.5) + ### v23.09.4 v23.09.4 was released on 10 May, 2024. diff --git a/src/content/releases/24.03.md b/src/content/releases/24.03.md index 74ccfdbf..af75d4ba 100644 --- a/src/content/releases/24.03.md +++ b/src/content/releases/24.03.md @@ -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.3 +v24.03.3 was released on 16 August, 2024. + +[Github link](https://github.com/ovn-org/ovn/releases/tag/v24.03.3) + +Release Notes: +``` +OVN v24.03.3 - 16 Aug 2024 +-------------------------- + - Bug fixes + + +``` +[Changelog](../changelog_v24.03.3) + ### v24.03.2 v24.03.2 was released on 10 May, 2024. diff --git a/src/content/releases/all_releases.md b/src/content/releases/all_releases.md index 4364bd05..a5a1374f 100644 --- a/src/content/releases/all_releases.md +++ b/src/content/releases/all_releases.md @@ -15,11 +15,6 @@ For more details, see [23.09 ](../23.09) -### OVN 23.06 -For more details, see [23.06 ](../23.06) - - - ### 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.06 +For more details, see [23.06 ](../23.06) + + + ### OVN 23.03 For more details, see [23.03 ](../23.03) diff --git a/src/content/releases/changelog_v23.06.4.md b/src/content/releases/changelog_v23.06.4.md index b28919ac..7aa9dad9 100644 --- a/src/content/releases/changelog_v23.06.4.md +++ b/src/content/releases/changelog_v23.06.4.md @@ -6,38 +6,38 @@ title = "Changelog v23.06.4" ### Changes from v23.06.3 to v23.06.4 -- [d15f82d](https://github.com/ovn-org/ovn/commit/d15f82dbd20bb5fc304f395b20860bcd695006d3) Set release date for 23.06.4. -- [920339e](https://github.com/ovn-org/ovn/commit/920339ec76a7800455feeb731efa18b6f5ed896b) controller: Fix an issue wrt cleanup of stale patch port. -- [88f8d8f](https://github.com/ovn-org/ovn/commit/88f8d8f2cbbd472fbdae0d89703d5578af4fad33) ci: Fix OPTS not being passed to OSX builds. -- [f3021c1](https://github.com/ovn-org/ovn/commit/f3021c1c3e016e11bcadf4e32fde63e4ceb2d5d0) ovn-nbctl: Document "--portrange" in the manpage. -- [8b961c9](https://github.com/ovn-org/ovn/commit/8b961c966a45ccb14c1fa760196b12ff47fd6022) rbac: Only allow relevant chassis to update BFD. -- [ff7b737](https://github.com/ovn-org/ovn/commit/ff7b737386feb1f7ed3d1e8d7218b0245990512d) rbac: Restrict IGMP_Group updates to relevant chassis. -- [ca8e0ac](https://github.com/ovn-org/ovn/commit/ca8e0accac6f4f5670ed011e67c7b103f549b06b) rbac: Only allow relevant chassis to update service monitors. -- [a69a13c](https://github.com/ovn-org/ovn/commit/a69a13ca1814ab367db41db35935a6a83fd2054c) ovn-ctl: Use the current user for default file permissions. -- [3ae521f](https://github.com/ovn-org/ovn/commit/3ae521f86379d45df830e5b5a09868341f820d02) ovn-trace: Make sure we don't exit when the port is not specified. -- [2713ec4](https://github.com/ovn-org/ovn/commit/2713ec4244393778e0d151e5b70aad08a15ee2bd) acl-log: Properly log the "pass" verdict. -- [cfea06c](https://github.com/ovn-org/ovn/commit/cfea06cc8ac7e6b4526249ffa4d599f3bd9670da) automake: Make system tests dependent of ovn-macro. -- [ff978f6](https://github.com/ovn-org/ovn/commit/ff978f6b8f88aeba6b8f96eed08a10e30b685ef9) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". -- [bc73400](https://github.com/ovn-org/ovn/commit/bc73400a0d5fcf480c2f43f72c180dd5d82b90d6) northd: fix infinite loop in ovn_allocate_tnlid() -- [10a24e5](https://github.com/ovn-org/ovn/commit/10a24e55f9ee7f46564f46cc3f4abd6fc4d7b2be) pinctrl: Fixed 100% cpu on ovs connection loss. -- [5dbe76a](https://github.com/ovn-org/ovn/commit/5dbe76a326920bed6499d656278a6e6f27e69004) pinctrl: Fix missing MAC_Bindings. -- [9ff4e2b](https://github.com/ovn-org/ovn/commit/9ff4e2b56d701772d90cf6b2f4a91b15a8158a4d) tests: Add macros to pause controller updates. -- [7d89c5e](https://github.com/ovn-org/ovn/commit/7d89c5e7305935f933e8751aa272ea45c45a2200) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. +- [d15f82db](https://github.com/ovn-org/ovn/commit/d15f82dbd20bb5fc304f395b20860bcd695006d3) Set release date for 23.06.4. +- [920339ec](https://github.com/ovn-org/ovn/commit/920339ec76a7800455feeb731efa18b6f5ed896b) controller: Fix an issue wrt cleanup of stale patch port. +- [88f8d8f2](https://github.com/ovn-org/ovn/commit/88f8d8f2cbbd472fbdae0d89703d5578af4fad33) ci: Fix OPTS not being passed to OSX builds. +- [f3021c1c](https://github.com/ovn-org/ovn/commit/f3021c1c3e016e11bcadf4e32fde63e4ceb2d5d0) ovn-nbctl: Document "--portrange" in the manpage. +- [8b961c96](https://github.com/ovn-org/ovn/commit/8b961c966a45ccb14c1fa760196b12ff47fd6022) rbac: Only allow relevant chassis to update BFD. +- [ff7b7373](https://github.com/ovn-org/ovn/commit/ff7b737386feb1f7ed3d1e8d7218b0245990512d) rbac: Restrict IGMP_Group updates to relevant chassis. +- [ca8e0acc](https://github.com/ovn-org/ovn/commit/ca8e0accac6f4f5670ed011e67c7b103f549b06b) rbac: Only allow relevant chassis to update service monitors. +- [a69a13ca](https://github.com/ovn-org/ovn/commit/a69a13ca1814ab367db41db35935a6a83fd2054c) ovn-ctl: Use the current user for default file permissions. +- [3ae521f8](https://github.com/ovn-org/ovn/commit/3ae521f86379d45df830e5b5a09868341f820d02) ovn-trace: Make sure we don't exit when the port is not specified. +- [2713ec42](https://github.com/ovn-org/ovn/commit/2713ec4244393778e0d151e5b70aad08a15ee2bd) acl-log: Properly log the "pass" verdict. +- [cfea06cc](https://github.com/ovn-org/ovn/commit/cfea06cc8ac7e6b4526249ffa4d599f3bd9670da) automake: Make system tests dependent of ovn-macro. +- [ff978f6b](https://github.com/ovn-org/ovn/commit/ff978f6b8f88aeba6b8f96eed08a10e30b685ef9) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". +- [bc73400a](https://github.com/ovn-org/ovn/commit/bc73400a0d5fcf480c2f43f72c180dd5d82b90d6) northd: fix infinite loop in ovn_allocate_tnlid() +- [10a24e55](https://github.com/ovn-org/ovn/commit/10a24e55f9ee7f46564f46cc3f4abd6fc4d7b2be) pinctrl: Fixed 100% cpu on ovs connection loss. +- [5dbe76a3](https://github.com/ovn-org/ovn/commit/5dbe76a326920bed6499d656278a6e6f27e69004) pinctrl: Fix missing MAC_Bindings. +- [9ff4e2b5](https://github.com/ovn-org/ovn/commit/9ff4e2b56d701772d90cf6b2f4a91b15a8158a4d) tests: Add macros to pause controller updates. +- [7d89c5e7](https://github.com/ovn-org/ovn/commit/7d89c5e7305935f933e8751aa272ea45c45a2200) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. - [d54f93e9](https://github.com/ovn-org/ovn/commit/d54f93e90073793e13e6faa45915033e4fccdf6c) northd: Fix population of ipv6_ra_prefixes from IPv6 PD. -- [ef62e81](https://github.com/ovn-org/ovn/commit/ef62e81afab19705c6ba3a27d39905ab5ba85559) controller: Use multicast for IPv6 Prefix Delegation. -- [828d95e](https://github.com/ovn-org/ovn/commit/828d95e8962f422cd13f926c22c9c3f3044b7e87) ovn-ic: Avoid igmp/mld traffic flooding. -- [1a396c4](https://github.com/ovn-org/ovn/commit/1a396c494453c32f818ba2fa6e6fbbdaee8ad6e5) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. -- [4b3c6a2](https://github.com/ovn-org/ovn/commit/4b3c6a2d4561d94791cd54160818301f012824eb) northd: Don't skip transit switch LSP when creating mcast groups. -- [12163f2](https://github.com/ovn-org/ovn/commit/12163f24b2a724d8ae41956498b87cbcf4534f0c) controller: Fix ofctrl memory usage underflow. -- [ec63d9a](https://github.com/ovn-org/ovn/commit/ec63d9ac9ed7c9937cf2067f15a3d915f67948d4) docs: Remove ref. to "ovn-sbctl --no-wait". -- [e61d64a](https://github.com/ovn-org/ovn/commit/e61d64a0b559379c527a5f9692c56751ad3a17d6) tests: Address netcat 7.94 changes. -- [1153bac](https://github.com/ovn-org/ovn/commit/1153bac3421e07e35a375ce7959a012b9865eb4b) tests: Add helper for tcpdump. -- [8416cb0](https://github.com/ovn-org/ovn/commit/8416cb0b9c196c89207b0e5e8a651a7da4e371f5) Fix broken link for LTS release. -- [c6f92d7](https://github.com/ovn-org/ovn/commit/c6f92d75b06b50930ebf3a9250700a75eabb2fad) ovn-controller: Fix busy loop when ofctrl is disconnected. -- [fa04547](https://github.com/ovn-org/ovn/commit/fa04547319caa903cfdaab8539492335a9628b15) utilities: Make database connection optional for ovn-detrace. -- [5f7396d](https://github.com/ovn-org/ovn/commit/5f7396da81fcfc51e33993965e19d759270261e2) ovn-controller: Stop dropping bind_vport requests immediately after handling. -- [b294786](https://github.com/ovn-org/ovn/commit/b29478696598f991c02bde37bac082bfe9cc0f3f) tests: Fix flaky "lr multiple gw ports" test. -- [16ed4b1](https://github.com/ovn-org/ovn/commit/16ed4b182736cb2f5e7ecdde526dea2e97a9d2a4) pinctrl: Fix prefix delegation. -- [ed3a52d](https://github.com/ovn-org/ovn/commit/ed3a52d5ab50c9090872d2065e75fb3ce2c2f298) controller: Release container lport when releasing parent port. -- [2b83963](https://github.com/ovn-org/ovn/commit/2b8396365dd25653abc7d7c2d722943711e964c1) github: Reduce ASLR entropy to be compatible with asan in llvm 14. -- [32036e7](https://github.com/ovn-org/ovn/commit/32036e7f2e25e3cf7a6e0b745cc6025e834d4417) Prepare for 23.06.4. \ No newline at end of file +- [ef62e81a](https://github.com/ovn-org/ovn/commit/ef62e81afab19705c6ba3a27d39905ab5ba85559) controller: Use multicast for IPv6 Prefix Delegation. +- [828d95e8](https://github.com/ovn-org/ovn/commit/828d95e8962f422cd13f926c22c9c3f3044b7e87) ovn-ic: Avoid igmp/mld traffic flooding. +- [1a396c49](https://github.com/ovn-org/ovn/commit/1a396c494453c32f818ba2fa6e6fbbdaee8ad6e5) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. +- [4b3c6a2d](https://github.com/ovn-org/ovn/commit/4b3c6a2d4561d94791cd54160818301f012824eb) northd: Don't skip transit switch LSP when creating mcast groups. +- [12163f24](https://github.com/ovn-org/ovn/commit/12163f24b2a724d8ae41956498b87cbcf4534f0c) controller: Fix ofctrl memory usage underflow. +- [ec63d9ac](https://github.com/ovn-org/ovn/commit/ec63d9ac9ed7c9937cf2067f15a3d915f67948d4) docs: Remove ref. to "ovn-sbctl --no-wait". +- [e61d64a0](https://github.com/ovn-org/ovn/commit/e61d64a0b559379c527a5f9692c56751ad3a17d6) tests: Address netcat 7.94 changes. +- [1153bac3](https://github.com/ovn-org/ovn/commit/1153bac3421e07e35a375ce7959a012b9865eb4b) tests: Add helper for tcpdump. +- [8416cb0b](https://github.com/ovn-org/ovn/commit/8416cb0b9c196c89207b0e5e8a651a7da4e371f5) Fix broken link for LTS release. +- [c6f92d75](https://github.com/ovn-org/ovn/commit/c6f92d75b06b50930ebf3a9250700a75eabb2fad) ovn-controller: Fix busy loop when ofctrl is disconnected. +- [fa045473](https://github.com/ovn-org/ovn/commit/fa04547319caa903cfdaab8539492335a9628b15) utilities: Make database connection optional for ovn-detrace. +- [5f7396da](https://github.com/ovn-org/ovn/commit/5f7396da81fcfc51e33993965e19d759270261e2) ovn-controller: Stop dropping bind_vport requests immediately after handling. +- [b2947869](https://github.com/ovn-org/ovn/commit/b29478696598f991c02bde37bac082bfe9cc0f3f) tests: Fix flaky "lr multiple gw ports" test. +- [16ed4b18](https://github.com/ovn-org/ovn/commit/16ed4b182736cb2f5e7ecdde526dea2e97a9d2a4) pinctrl: Fix prefix delegation. +- [ed3a52d5](https://github.com/ovn-org/ovn/commit/ed3a52d5ab50c9090872d2065e75fb3ce2c2f298) controller: Release container lport when releasing parent port. +- [2b839636](https://github.com/ovn-org/ovn/commit/2b8396365dd25653abc7d7c2d722943711e964c1) github: Reduce ASLR entropy to be compatible with asan in llvm 14. +- [32036e7f](https://github.com/ovn-org/ovn/commit/32036e7f2e25e3cf7a6e0b745cc6025e834d4417) Prepare for 23.06.4. \ No newline at end of file diff --git a/src/content/releases/changelog_v23.06.5.md b/src/content/releases/changelog_v23.06.5.md new file mode 100644 index 00000000..8235fccb --- /dev/null +++ b/src/content/releases/changelog_v23.06.5.md @@ -0,0 +1,23 @@ ++++ +title = "Changelog v23.06.5" +[_build] + list = 'never' ++++ + +### Changes from v23.06.4 to v23.06.5 + +- [503a9e35](https://github.com/ovn-org/ovn/commit/503a9e35952afa3c3c8a18c4c43a455f0e75ae69) Set release date for 23.06.5. +- [91c9c1d3](https://github.com/ovn-org/ovn/commit/91c9c1d35f6af87323ba5cf7f3190b1ec84d57b2) northd: Clean up SB MAC bindings for deleted ports. +- [16541ab0](https://github.com/ovn-org/ovn/commit/16541ab07bba84404d1d0db6bb442feb5a67f9e1) controller: Make sure the meter and group tables are initialized. +- [de49d986](https://github.com/ovn-org/ovn/commit/de49d986eadb6672f5c6adc58a9a995931878973) ci: ovn-kubernetes: Move to stable release-1.0 branch. +- [d15c6fb4](https://github.com/ovn-org/ovn/commit/d15c6fb4887961e7c3dbe9860605e04bf7f3ab92) logical-fields: Add missing multicast matches for MLD and IGMP. +- [35c71773](https://github.com/ovn-org/ovn/commit/35c71773a9ab3ba25b130a394c6f0100b594fe61) northd: Fix issues for Forwarding_Group. +- [df8d8e11](https://github.com/ovn-org/ovn/commit/df8d8e11ed5094a2e72232f78106e42c77a3043f) tests: Fix ssl-ciphers RO sb test with old openssl. +- [9e9bd2ba](https://github.com/ovn-org/ovn/commit/9e9bd2ba53786853c1aeb3fc86233838e99f99ab) controller: Store src_mac, src_ip in svc_monitor struct. +- [1c4cdc65](https://github.com/ovn-org/ovn/commit/1c4cdc654f4a2ee9bbb41efc341a72eab2be16fb) controller: Fix issue with ct_commit encode. +- [7973b415](https://github.com/ovn-org/ovn/commit/7973b41525d50d1cb86e426136c629622a21a974) northd: Skip arp-proxy flows if the lsp is a router port. +- [ab926ffe](https://github.com/ovn-org/ovn/commit/ab926ffe1b62a1a2baa67f8af8461ff63df5cc1f) ovn-controller: Initialize bitmap to zero. +- [d7398280](https://github.com/ovn-org/ovn/commit/d73982808c2059ea4686fef2dceebc7ff82f4aa8) lflow: Add missing sample flow. +- [f1dcfeef](https://github.com/ovn-org/ovn/commit/f1dcfeef80b0f55d87d778df6f0b219a19cd70ef) controller: Avoid use after free in LB I-P. +- [a92e4bb3](https://github.com/ovn-org/ovn/commit/a92e4bb38c54bba5e3c9eaf312b19eb86484995f) northd, ic: Fix handling of ovn-appctl resume. +- [05a98ef9](https://github.com/ovn-org/ovn/commit/05a98ef911b5435edb4d44d8f0f9ef002c0cec8f) Prepare for 23.06.5. \ No newline at end of file diff --git a/src/content/releases/changelog_v23.09.4.md b/src/content/releases/changelog_v23.09.4.md index 8ddc0047..1addbf28 100644 --- a/src/content/releases/changelog_v23.09.4.md +++ b/src/content/releases/changelog_v23.09.4.md @@ -6,44 +6,44 @@ title = "Changelog v23.09.4" ### Changes from v23.09.3 to v23.09.4 -- [6b20443](https://github.com/ovn-org/ovn/commit/6b204436d028d49765929671b20b7f4bc0248a52) Set release date for 23.09.4. -- [5233cea](https://github.com/ovn-org/ovn/commit/5233cea52d1878786bc55ff5eccc309ea2667964) controller: Fix an issue wrt cleanup of stale patch port. -- [b2d306b](https://github.com/ovn-org/ovn/commit/b2d306be940456ffb15e014d49ae66516b16dcb1) utilities: Add ovn-debug binary tool. -- [3a817c8](https://github.com/ovn-org/ovn/commit/3a817c8684c30de0de35742753adb74c3a9b2f0f) controller: Track individual address set constants. -- [465d2db](https://github.com/ovn-org/ovn/commit/465d2db2f3e518907879fe400e6d429aa095ad74) ci: Fix OPTS not being passed to OSX builds. -- [e5c3331](https://github.com/ovn-org/ovn/commit/e5c3331cb8d821eddde48111ad9b387c55c1f87a) northd, controller: Use paused controller action for packet buffering. -- [fc0d7b7](https://github.com/ovn-org/ovn/commit/fc0d7b7aea6f8c13a9a119abd78696f8a3f5dcf0) ovs: Bump the submodule to the tip of branch-3.2. -- [441a4c2](https://github.com/ovn-org/ovn/commit/441a4c2aa3aab052c4a03b57d659045a285d41b6) northd: Do not incrementally proccess changes for disabled LR. -- [33f6e25](https://github.com/ovn-org/ovn/commit/33f6e25420197f8b779606cd464105e054a73443) ovn-nbctl: Document "--portrange" in the manpage. -- [bd204aa](https://github.com/ovn-org/ovn/commit/bd204aa3575e9e201da04f57e85c849999a4ddc5) rbac: Only allow relevant chassis to update BFD. -- [692c0ae](https://github.com/ovn-org/ovn/commit/692c0ae67af485480a7f6d9e68758c694dd08dcc) rbac: Restrict IGMP_Group updates to relevant chassis. -- [c633e63](https://github.com/ovn-org/ovn/commit/c633e6347b216a43757517da576525857b82f875) rbac: Only allow relevant chassis to update service monitors. -- [77f3ce3](https://github.com/ovn-org/ovn/commit/77f3ce3051f91567d2b533eeb26b822f0c0f146c) ovn-ctl: Use the current user for default file permissions. -- [a2b2776](https://github.com/ovn-org/ovn/commit/a2b2776852a7d602db62222d83a194427df500c9) ovn-trace: Make sure we don't exit when the port is not specified. -- [d2c4908](https://github.com/ovn-org/ovn/commit/d2c49087c83999db6b7804e13c5e042a0d4de528) acl-log: Properly log the "pass" verdict. -- [b73e667](https://github.com/ovn-org/ovn/commit/b73e6678ffcff29932535053eef825ea5158c570) automake: Make system tests dependent of ovn-macro. -- [0b5a068](https://github.com/ovn-org/ovn/commit/0b5a068b67e431c05ea3e12d583289d108fb6901) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". -- [cfda5f6](https://github.com/ovn-org/ovn/commit/cfda5f6421e7c6418725fe9e2f7033adbfc33957) northd: fix infinite loop in ovn_allocate_tnlid() -- [df3e643](https://github.com/ovn-org/ovn/commit/df3e643a78a78ecdc442af17365f1270ee43db8d) pinctrl: Fixed 100% cpu on ovs connection loss. -- [1d803d7](https://github.com/ovn-org/ovn/commit/1d803d7a9f264dce8224bc08bc98e260fe4fbc1b) pinctrl: Fix missing MAC_Bindings. -- [83a271b](https://github.com/ovn-org/ovn/commit/83a271b19806ad4e544f3ba344c4513a972dc5ca) tests: Add macros to pause controller updates. -- [c8e2ed3](https://github.com/ovn-org/ovn/commit/c8e2ed393ca956ed5723a912616da7dcc6c7dff9) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. -- [386af5c](https://github.com/ovn-org/ovn/commit/386af5cc1401703be5681ad693b2e64a5808404c) northd: Fix population of ipv6_ra_prefixes from IPv6 PD. -- [2dbf62d](https://github.com/ovn-org/ovn/commit/2dbf62d13d524eb622baa0464426ec1e8d65f647) controller: Use multicast for IPv6 Prefix Delegation. -- [8091ef7](https://github.com/ovn-org/ovn/commit/8091ef796ee6b708df4397489b12257636342382) ovn-ic: Avoid igmp/mld traffic flooding. -- [545cf9a](https://github.com/ovn-org/ovn/commit/545cf9a8bdfe65fc6df02ef70e8a9c5d03a47fde) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. -- [03e4603](https://github.com/ovn-org/ovn/commit/03e4603b7d6ad9f2ed686857b1aaeae50fb97af1) northd: Don't skip transit switch LSP when creating mcast groups. -- [3bfb1c9](https://github.com/ovn-org/ovn/commit/3bfb1c9a2a75fe15383c83595b0e4a615d52e2e7) controller: Fix ofctrl memory usage underflow. -- [39f711a](https://github.com/ovn-org/ovn/commit/39f711a2f0fc14ffb50015d1151d91aebe361d3c) docs: Remove ref. to "ovn-sbctl --no-wait". -- [ef214c6](https://github.com/ovn-org/ovn/commit/ef214c6e572641925561b4fff2a824cdfda9736f) tests: Address netcat 7.94 changes. -- [2d41ae9](https://github.com/ovn-org/ovn/commit/2d41ae94c0e1d2dc5b04d0301d53b5f92d67eaf0) tests: Add helper for tcpdump. -- [4f8cc43](https://github.com/ovn-org/ovn/commit/4f8cc4337e26ac42c2636d0a82542aad0ac471a0) Fix broken link for LTS release. -- [40b670e](https://github.com/ovn-org/ovn/commit/40b670e6ee94f54b249c051f301e46354e62dab6) ovn-controller: Fix busy loop when ofctrl is disconnected. -- [5691e51](https://github.com/ovn-org/ovn/commit/5691e51def9d0a6c3a4f821321c03b8e91207fed) utilities: Make database connection optional for ovn-detrace. -- [d9a67bd](https://github.com/ovn-org/ovn/commit/d9a67bd9b2164b854b58927f82a015e564e6e44e) ovn-controller: Stop dropping bind_vport requests immediately after handling. -- [4005415](https://github.com/ovn-org/ovn/commit/4005415408dd534d849473242b3a551877ee19f4) tests: Fix flaky "lr multiple gw ports" test. -- [e49e73c](https://github.com/ovn-org/ovn/commit/e49e73ca7e80150e46f54466d2c9617739bd70f7) pinctrl: Fix prefix delegation. -- [277883a](https://github.com/ovn-org/ovn/commit/277883acfc7535d8e5ebfc544e48c1498aab6faf) controller: Release container lport when releasing parent port. -- [2caee3e](https://github.com/ovn-org/ovn/commit/2caee3ee0b84a8db03982fab8ce8ceac7ec1068c) ovn-ic: Destroy the created index row for ts. -- [835b438](https://github.com/ovn-org/ovn/commit/835b43811dfcf469da3123911240cc953b52bac3) github: Reduce ASLR entropy to be compatible with asan in llvm 14. -- [5ce1740](https://github.com/ovn-org/ovn/commit/5ce1740aaa02ebeed561ffb6298b71035b5c908a) Prepare for 23.09.4. \ No newline at end of file +- [6b204436](https://github.com/ovn-org/ovn/commit/6b204436d028d49765929671b20b7f4bc0248a52) Set release date for 23.09.4. +- [5233cea5](https://github.com/ovn-org/ovn/commit/5233cea52d1878786bc55ff5eccc309ea2667964) controller: Fix an issue wrt cleanup of stale patch port. +- [b2d306be](https://github.com/ovn-org/ovn/commit/b2d306be940456ffb15e014d49ae66516b16dcb1) utilities: Add ovn-debug binary tool. +- [3a817c86](https://github.com/ovn-org/ovn/commit/3a817c8684c30de0de35742753adb74c3a9b2f0f) controller: Track individual address set constants. +- [465d2db2](https://github.com/ovn-org/ovn/commit/465d2db2f3e518907879fe400e6d429aa095ad74) ci: Fix OPTS not being passed to OSX builds. +- [e5c3331c](https://github.com/ovn-org/ovn/commit/e5c3331cb8d821eddde48111ad9b387c55c1f87a) northd, controller: Use paused controller action for packet buffering. +- [fc0d7b7a](https://github.com/ovn-org/ovn/commit/fc0d7b7aea6f8c13a9a119abd78696f8a3f5dcf0) ovs: Bump the submodule to the tip of branch-3.2. +- [441a4c2a](https://github.com/ovn-org/ovn/commit/441a4c2aa3aab052c4a03b57d659045a285d41b6) northd: Do not incrementally proccess changes for disabled LR. +- [33f6e254](https://github.com/ovn-org/ovn/commit/33f6e25420197f8b779606cd464105e054a73443) ovn-nbctl: Document "--portrange" in the manpage. +- [bd204aa3](https://github.com/ovn-org/ovn/commit/bd204aa3575e9e201da04f57e85c849999a4ddc5) rbac: Only allow relevant chassis to update BFD. +- [692c0ae6](https://github.com/ovn-org/ovn/commit/692c0ae67af485480a7f6d9e68758c694dd08dcc) rbac: Restrict IGMP_Group updates to relevant chassis. +- [c633e634](https://github.com/ovn-org/ovn/commit/c633e6347b216a43757517da576525857b82f875) rbac: Only allow relevant chassis to update service monitors. +- [77f3ce30](https://github.com/ovn-org/ovn/commit/77f3ce3051f91567d2b533eeb26b822f0c0f146c) ovn-ctl: Use the current user for default file permissions. +- [a2b27768](https://github.com/ovn-org/ovn/commit/a2b2776852a7d602db62222d83a194427df500c9) ovn-trace: Make sure we don't exit when the port is not specified. +- [d2c49087](https://github.com/ovn-org/ovn/commit/d2c49087c83999db6b7804e13c5e042a0d4de528) acl-log: Properly log the "pass" verdict. +- [b73e6678](https://github.com/ovn-org/ovn/commit/b73e6678ffcff29932535053eef825ea5158c570) automake: Make system tests dependent of ovn-macro. +- [0b5a068b](https://github.com/ovn-org/ovn/commit/0b5a068b67e431c05ea3e12d583289d108fb6901) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". +- [cfda5f64](https://github.com/ovn-org/ovn/commit/cfda5f6421e7c6418725fe9e2f7033adbfc33957) northd: fix infinite loop in ovn_allocate_tnlid() +- [df3e643a](https://github.com/ovn-org/ovn/commit/df3e643a78a78ecdc442af17365f1270ee43db8d) pinctrl: Fixed 100% cpu on ovs connection loss. +- [1d803d7a](https://github.com/ovn-org/ovn/commit/1d803d7a9f264dce8224bc08bc98e260fe4fbc1b) pinctrl: Fix missing MAC_Bindings. +- [83a271b1](https://github.com/ovn-org/ovn/commit/83a271b19806ad4e544f3ba344c4513a972dc5ca) tests: Add macros to pause controller updates. +- [c8e2ed39](https://github.com/ovn-org/ovn/commit/c8e2ed393ca956ed5723a912616da7dcc6c7dff9) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. +- [386af5cc](https://github.com/ovn-org/ovn/commit/386af5cc1401703be5681ad693b2e64a5808404c) northd: Fix population of ipv6_ra_prefixes from IPv6 PD. +- [2dbf62d1](https://github.com/ovn-org/ovn/commit/2dbf62d13d524eb622baa0464426ec1e8d65f647) controller: Use multicast for IPv6 Prefix Delegation. +- [8091ef79](https://github.com/ovn-org/ovn/commit/8091ef796ee6b708df4397489b12257636342382) ovn-ic: Avoid igmp/mld traffic flooding. +- [545cf9a8](https://github.com/ovn-org/ovn/commit/545cf9a8bdfe65fc6df02ef70e8a9c5d03a47fde) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. +- [03e4603b](https://github.com/ovn-org/ovn/commit/03e4603b7d6ad9f2ed686857b1aaeae50fb97af1) northd: Don't skip transit switch LSP when creating mcast groups. +- [3bfb1c9a](https://github.com/ovn-org/ovn/commit/3bfb1c9a2a75fe15383c83595b0e4a615d52e2e7) controller: Fix ofctrl memory usage underflow. +- [39f711a2](https://github.com/ovn-org/ovn/commit/39f711a2f0fc14ffb50015d1151d91aebe361d3c) docs: Remove ref. to "ovn-sbctl --no-wait". +- [ef214c6e](https://github.com/ovn-org/ovn/commit/ef214c6e572641925561b4fff2a824cdfda9736f) tests: Address netcat 7.94 changes. +- [2d41ae94](https://github.com/ovn-org/ovn/commit/2d41ae94c0e1d2dc5b04d0301d53b5f92d67eaf0) tests: Add helper for tcpdump. +- [4f8cc433](https://github.com/ovn-org/ovn/commit/4f8cc4337e26ac42c2636d0a82542aad0ac471a0) Fix broken link for LTS release. +- [40b670e6](https://github.com/ovn-org/ovn/commit/40b670e6ee94f54b249c051f301e46354e62dab6) ovn-controller: Fix busy loop when ofctrl is disconnected. +- [5691e51d](https://github.com/ovn-org/ovn/commit/5691e51def9d0a6c3a4f821321c03b8e91207fed) utilities: Make database connection optional for ovn-detrace. +- [d9a67bd9](https://github.com/ovn-org/ovn/commit/d9a67bd9b2164b854b58927f82a015e564e6e44e) ovn-controller: Stop dropping bind_vport requests immediately after handling. +- [40054154](https://github.com/ovn-org/ovn/commit/4005415408dd534d849473242b3a551877ee19f4) tests: Fix flaky "lr multiple gw ports" test. +- [e49e73ca](https://github.com/ovn-org/ovn/commit/e49e73ca7e80150e46f54466d2c9617739bd70f7) pinctrl: Fix prefix delegation. +- [277883ac](https://github.com/ovn-org/ovn/commit/277883acfc7535d8e5ebfc544e48c1498aab6faf) controller: Release container lport when releasing parent port. +- [2caee3ee](https://github.com/ovn-org/ovn/commit/2caee3ee0b84a8db03982fab8ce8ceac7ec1068c) ovn-ic: Destroy the created index row for ts. +- [835b4381](https://github.com/ovn-org/ovn/commit/835b43811dfcf469da3123911240cc953b52bac3) github: Reduce ASLR entropy to be compatible with asan in llvm 14. +- [5ce1740a](https://github.com/ovn-org/ovn/commit/5ce1740aaa02ebeed561ffb6298b71035b5c908a) Prepare for 23.09.4. \ No newline at end of file diff --git a/src/content/releases/changelog_v23.09.5.md b/src/content/releases/changelog_v23.09.5.md new file mode 100644 index 00000000..236f1eb1 --- /dev/null +++ b/src/content/releases/changelog_v23.09.5.md @@ -0,0 +1,31 @@ ++++ +title = "Changelog v23.09.5" +[_build] + list = 'never' ++++ + +### Changes from v23.09.4 to v23.09.5 + +- [65822768](https://github.com/ovn-org/ovn/commit/6582276862c7c1b7bbf879f0af0ce350a9253a78) Set release date for 23.09.5. +- [23b86e41](https://github.com/ovn-org/ovn/commit/23b86e41ab8c91b10b9e187a1ebfef8f41ec0fe5) ci: Add nftables to containers. +- [e43b9140](https://github.com/ovn-org/ovn/commit/e43b9140e5f8f02cf86e06d69ed9c0df5d01989a) tests: Skip some tests if nft not installed. +- [4a98b76f](https://github.com/ovn-org/ovn/commit/4a98b76fe4dec6029002b7c67c91a8120583006d) northd: Clean up SB MAC bindings for deleted ports. +- [563f0b7d](https://github.com/ovn-org/ovn/commit/563f0b7d2a70f903f43679b18b025e10572c3332) controller: Make sure the meter and group tables are initialized. +- [8e4f3ff2](https://github.com/ovn-org/ovn/commit/8e4f3ff204db3a577306f0455e2de99662d284b0) ci: ovn-kubernetes: Move to stable release-1.0 branch. +- [ea584fd6](https://github.com/ovn-org/ovn/commit/ea584fd60936997cd15f2d9d3340d62c1f3b5ace) logical-fields: Add missing multicast matches for MLD and IGMP. +- [3cbd4d8e](https://github.com/ovn-org/ovn/commit/3cbd4d8e1f3c699bc378e0cab6ae980cef8725cf) northd: Fix issues for Forwarding_Group. +- [aa4cd0cd](https://github.com/ovn-org/ovn/commit/aa4cd0cdd0df5d4dd202bf089f7ff6db58732a9d) tests: Fix ssl-ciphers RO sb test with old openssl. +- [dca6e187](https://github.com/ovn-org/ovn/commit/dca6e187d6e63c6f37111aeddb05517886481751) ci: Move common build steps into script. +- [83c2238c](https://github.com/ovn-org/ovn/commit/83c2238cbf41f6600fe024ce1df58c9800299bd6) northd: ic: Remove unused function and fix unit test. +- [5f0809be](https://github.com/ovn-org/ovn/commit/5f0809be565713d3634a6c663e122c0bfb5dff92) Revert "northd: Don't skip transit switch LSP when creating mcast groups." +- [848b17e9](https://github.com/ovn-org/ovn/commit/848b17e907a6d8d333c8d995994d524951ad0efd) Revert "ovn-ic: Avoid igmp/mld traffic flooding." +- [dc62643b](https://github.com/ovn-org/ovn/commit/dc62643b9cb2eaa3e91bd8df4588d0b8e2aad16c) Revert "IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group." +- [0539de39](https://github.com/ovn-org/ovn/commit/0539de39078ee018fe5a6962d6f2950cec0860fb) controller: Send RARP/GARP for VIF post link state is up. +- [d20498c4](https://github.com/ovn-org/ovn/commit/d20498c4ef621934f0fb3a416c032313f29c6688) controller: Store src_mac, src_ip in svc_monitor struct. +- [24e0e2dc](https://github.com/ovn-org/ovn/commit/24e0e2dc3bcac752480c958afd0d23420be3b5d4) controller: Fix issue with ct_commit encode. +- [cf6cd0f5](https://github.com/ovn-org/ovn/commit/cf6cd0f579495906ac189b4b054eb5d5276eda20) northd: Skip arp-proxy flows if the lsp is a router port. +- [76d7a30f](https://github.com/ovn-org/ovn/commit/76d7a30f6652c9da81c81178ca5eddbf24d81323) ovn-controller: Initialize bitmap to zero. +- [fb8b5891](https://github.com/ovn-org/ovn/commit/fb8b58913f5275563d8f80ea3658d8c5dfe55d03) lflow: Add missing sample flow. +- [a8b1a532](https://github.com/ovn-org/ovn/commit/a8b1a53244ef885f840be848ae99bf4e406a96ff) controller: Avoid use after free in LB I-P. +- [d929ea79](https://github.com/ovn-org/ovn/commit/d929ea791822c502989a688a1687fbbc6950d92f) northd, ic: Fix handling of ovn-appctl resume. +- [d70ff693](https://github.com/ovn-org/ovn/commit/d70ff69318f4ef4553ee1da32345d5243525b698) Prepare for 23.09.5. \ No newline at end of file diff --git a/src/content/releases/changelog_v24.03.2.md b/src/content/releases/changelog_v24.03.2.md index 308202ef..55f0f84a 100644 --- a/src/content/releases/changelog_v24.03.2.md +++ b/src/content/releases/changelog_v24.03.2.md @@ -6,53 +6,53 @@ title = "Changelog v24.03.2" ### Changes from v24.03.1 to v24.03.2 -- [41836af](https://github.com/ovn-org/ovn/commit/41836afafd99d579bb277f638a31bffd5cf3efa3) Set release date for 24.03.2. -- [8cde6c5](https://github.com/ovn-org/ovn/commit/8cde6c5a8c308a6b293c9510b845de81a5afb932) controller: Fix an issue wrt cleanup of stale patch port. -- [765f80c](https://github.com/ovn-org/ovn/commit/765f80c6470bf9e92f58ed57691cae303a2e6cd5) utilities: Add ovn-debug binary tool. -- [40a2683](https://github.com/ovn-org/ovn/commit/40a268313c35751d65c35e6d13154a99a3c6069f) controller: Track individual address set constants. -- [20ab6c8](https://github.com/ovn-org/ovn/commit/20ab6c83f57fe14154f5b117138c512fc6b49388) northd, controller: Handle tunnel_key change consistently. -- [70d3a10](https://github.com/ovn-org/ovn/commit/70d3a10e18bf9327ca0c1995624be49fdf90392a) tests: Add macro for checking flows after recompute. -- [0cfe12a](https://github.com/ovn-org/ovn/commit/0cfe12a7901d6f5189675d5fe76a021a798124a1) ci: Keep the container version pinned. -- [e4c380f](https://github.com/ovn-org/ovn/commit/e4c380fa8d3389d4b066611585b24e0d561a7a0a) ci: Fix OPTS not being passed to OSX builds. -- [af62f9f](https://github.com/ovn-org/ovn/commit/af62f9f4e2bc604d555e1a7773d40856a2ac093f) Add dh-python to debian/control. -- [cfeeaa6](https://github.com/ovn-org/ovn/commit/cfeeaa6e2fb3e0bed9d608259025473808d286c2) tests: Fix netcat 7.94 issues. -- [1e89d06](https://github.com/ovn-org/ovn/commit/1e89d06e62caff88cab9c31f1b1b2ec8dfe64880) northd, controller: Use paused controller action for packet buffering. -- [ac0af22](https://github.com/ovn-org/ovn/commit/ac0af22fb4c5fe2cea4aee38580fe39aec26e245) northd: Do not incrementally proccess changes for disabled LR. -- [ccaf22f](https://github.com/ovn-org/ovn/commit/ccaf22f1356a6a82514e893b204366621c04aad3) northd: Fix direct access to SNAT network. -- [92f7a97](https://github.com/ovn-org/ovn/commit/92f7a974cbe79fe9de6f4d92440eebe41e4ec015) actions: New action ct_commit_to_zone. -- [76321c0](https://github.com/ovn-org/ovn/commit/76321c078749cdcaf2df52e44b37864a15c28b76) ovn-nbctl: Document "--portrange" in the manpage. -- [d45c063](https://github.com/ovn-org/ovn/commit/d45c06312d859fb76297a44533ce80082d0067a9) utilities: Add missing bfd option in ovn-nbctl manpage. -- [6d71cbf](https://github.com/ovn-org/ovn/commit/6d71cbfd1811b97a5aa7c5b9c9f957ef8579234f) ovs: Bump the submodule to the tip of branch-3.3. -- [7346953](https://github.com/ovn-org/ovn/commit/7346953e2fe39a4e8a7871da4f2634050feb1659) ovn-ctl: Use the current user for default file permissions. -- [419f8a8](https://github.com/ovn-org/ovn/commit/419f8a836c42db2a35a550cf4a4e975e3a3eb2af) ovn-trace: Make sure we don't exit when the port is not specified. -- [a6095e1](https://github.com/ovn-org/ovn/commit/a6095e1cb237016191519478fbef9f775a67bc89) northd: Fix BFD for policy routing. -- [6eff687](https://github.com/ovn-org/ovn/commit/6eff687d5f42dd4cb4558b071aaa00d5a55667f6) acl-log: Properly log the "pass" verdict. -- [90c577a](https://github.com/ovn-org/ovn/commit/90c577ae544e0d16593d5a89c058276ff25d43e3) automake: Make system tests dependent of ovn-macro. -- [2ab187e](https://github.com/ovn-org/ovn/commit/2ab187e9bb6c9be6174529df9617534aef6a3a94) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". -- [69e90f6](https://github.com/ovn-org/ovn/commit/69e90f664a1130a5415904d41db6dba713eea8c2) northd: fix infinite loop in ovn_allocate_tnlid() -- [72390c4](https://github.com/ovn-org/ovn/commit/72390c4fea72cfbae5eb9409abb8a6dd7d5f3e69) pinctrl: Fixed 100% cpu on ovs connection loss. -- [c767466](https://github.com/ovn-org/ovn/commit/c76746653f8423d514d3374423a3e15b0ede86bd) pinctrl: Fix missing MAC_Bindings. -- [1187031](https://github.com/ovn-org/ovn/commit/1187031d5ebf3fb0a79b16f48798d88829175702) tests: Add macros to pause controller updates. -- [6b1618a](https://github.com/ovn-org/ovn/commit/6b1618a96f178b7b7d6a0c1903291f4bc4cc7f1d) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. -- [bad2e30](https://github.com/ovn-org/ovn/commit/bad2e3042e9cdac38db058ab0ce1478f104fef03) northd: Fix population of ipv6_ra_prefixes from IPv6 PD. -- [5ff0e2a](https://github.com/ovn-org/ovn/commit/5ff0e2aee3553e52766eb1c34ccc203ad6022fde) controller: Use multicast for IPv6 Prefix Delegation. -- [29af310](https://github.com/ovn-org/ovn/commit/29af310ce16fcaf0a9ce18aa79bf44d5cf0cf1e4) ovn-ic: Avoid igmp/mld traffic flooding. -- [d1a7253](https://github.com/ovn-org/ovn/commit/d1a7253333ace9db7b3cef68b74a7f190fcaca8b) tests: Use sync command in ovn-ic tests. -- [ef2e711](https://github.com/ovn-org/ovn/commit/ef2e711819d517de7abf91d4c8edef9818a92346) tests: Move ovn interconnection tests to ovn-ic.at. -- [31c7d22](https://github.com/ovn-org/ovn/commit/31c7d227dc2bef55f1f1d6f07abd1b21831c0ab2) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. -- [6af50a9](https://github.com/ovn-org/ovn/commit/6af50a99c6e4836cc29471cbcbe0a938c3aa1879) northd: Don't skip transit switch LSP when creating mcast groups. -- [1434d1b](https://github.com/ovn-org/ovn/commit/1434d1bc55ed43994dba769b1070317476b9f1b0) northd: Fix NAT configuration with --add-route option for gw-router. -- [3e35d0d](https://github.com/ovn-org/ovn/commit/3e35d0daeac162437a5858d3ea6e3d508462184a) controller: Fix ofctrl memory usage underflow. -- [5b38802](https://github.com/ovn-org/ovn/commit/5b3880242ba55f81f93ebccd0a91978e7d65ba06) docs: Remove ref. to "ovn-sbctl --no-wait". -- [5f7765b](https://github.com/ovn-org/ovn/commit/5f7765b238be0aa323a3ded21f5bbe770cc75daf) Fix broken link for LTS release. -- [b213cb6](https://github.com/ovn-org/ovn/commit/b213cb641a050f5294ba592196823dd7fe529ad2) ovn-controller: Fix busy loop when ofctrl is disconnected. -- [653e010](https://github.com/ovn-org/ovn/commit/653e010f1e2c7032e612c68ba34d968569c0e0c5) tests: Address netcat 7.94 changes. -- [f739c28](https://github.com/ovn-org/ovn/commit/f739c28e822332e28e46f083b9a85c4ccbf51691) tests: Add helper for tcpdump. -- [9644436](https://github.com/ovn-org/ovn/commit/9644436abc183a9ccd8434fdef4b5823b8855f9f) tests: Ignore transaction errors in MAC Binding. -- [f60d06f](https://github.com/ovn-org/ovn/commit/f60d06f3ae1fd6b1527e0e9f61bcc85c8383cfbb) utilities: Make database connection optional for ovn-detrace. -- [0e85aa3](https://github.com/ovn-org/ovn/commit/0e85aa326847b8a4075753bab8ede7f991cb912b) ovn-controller: Stop dropping bind_vport requests immediately after handling. -- [d72b3f9](https://github.com/ovn-org/ovn/commit/d72b3f90e3991cca1211146401c848d35f2b6012) tests: Fix flaky "lr multiple gw ports" test. -- [735a81f](https://github.com/ovn-org/ovn/commit/735a81fec9b8f1fd769b5e3f4018702b8c4f03ca) pinctrl: Fix prefix delegation. -- [d5d4c3b](https://github.com/ovn-org/ovn/commit/d5d4c3bf25f8d85523b22c3b3746f53ce1f6c767) controller: Release container lport when releasing parent port. -- [06d3a8f](https://github.com/ovn-org/ovn/commit/06d3a8fe48969aa7be4f8672ff77a386a1defab6) github: Reduce ASLR entropy to be compatible with asan in llvm 14. -- [ffd8bb1](https://github.com/ovn-org/ovn/commit/ffd8bb1a1bd90cce2be4eed37503332c91c5d0e3) Prepare for 24.03.2. +- [41836afa](https://github.com/ovn-org/ovn/commit/41836afafd99d579bb277f638a31bffd5cf3efa3) Set release date for 24.03.2. +- [8cde6c5a](https://github.com/ovn-org/ovn/commit/8cde6c5a8c308a6b293c9510b845de81a5afb932) controller: Fix an issue wrt cleanup of stale patch port. +- [765f80c6](https://github.com/ovn-org/ovn/commit/765f80c6470bf9e92f58ed57691cae303a2e6cd5) utilities: Add ovn-debug binary tool. +- [40a26831](https://github.com/ovn-org/ovn/commit/40a268313c35751d65c35e6d13154a99a3c6069f) controller: Track individual address set constants. +- [20ab6c83](https://github.com/ovn-org/ovn/commit/20ab6c83f57fe14154f5b117138c512fc6b49388) northd, controller: Handle tunnel_key change consistently. +- [70d3a10e](https://github.com/ovn-org/ovn/commit/70d3a10e18bf9327ca0c1995624be49fdf90392a) tests: Add macro for checking flows after recompute. +- [0cfe12a7](https://github.com/ovn-org/ovn/commit/0cfe12a7901d6f5189675d5fe76a021a798124a1) ci: Keep the container version pinned. +- [e4c380fa](https://github.com/ovn-org/ovn/commit/e4c380fa8d3389d4b066611585b24e0d561a7a0a) ci: Fix OPTS not being passed to OSX builds. +- [af62f9f4](https://github.com/ovn-org/ovn/commit/af62f9f4e2bc604d555e1a7773d40856a2ac093f) Add dh-python to debian/control. +- [cfeeaa6e](https://github.com/ovn-org/ovn/commit/cfeeaa6e2fb3e0bed9d608259025473808d286c2) tests: Fix netcat 7.94 issues. +- [1e89d06e](https://github.com/ovn-org/ovn/commit/1e89d06e62caff88cab9c31f1b1b2ec8dfe64880) northd, controller: Use paused controller action for packet buffering. +- [ac0af22f](https://github.com/ovn-org/ovn/commit/ac0af22fb4c5fe2cea4aee38580fe39aec26e245) northd: Do not incrementally proccess changes for disabled LR. +- [ccaf22f1](https://github.com/ovn-org/ovn/commit/ccaf22f1356a6a82514e893b204366621c04aad3) northd: Fix direct access to SNAT network. +- [92f7a974](https://github.com/ovn-org/ovn/commit/92f7a974cbe79fe9de6f4d92440eebe41e4ec015) actions: New action ct_commit_to_zone. +- [76321c07](https://github.com/ovn-org/ovn/commit/76321c078749cdcaf2df52e44b37864a15c28b76) ovn-nbctl: Document "--portrange" in the manpage. +- [d45c0631](https://github.com/ovn-org/ovn/commit/d45c06312d859fb76297a44533ce80082d0067a9) utilities: Add missing bfd option in ovn-nbctl manpage. +- [6d71cbfd](https://github.com/ovn-org/ovn/commit/6d71cbfd1811b97a5aa7c5b9c9f957ef8579234f) ovs: Bump the submodule to the tip of branch-3.3. +- [7346953e](https://github.com/ovn-org/ovn/commit/7346953e2fe39a4e8a7871da4f2634050feb1659) ovn-ctl: Use the current user for default file permissions. +- [419f8a83](https://github.com/ovn-org/ovn/commit/419f8a836c42db2a35a550cf4a4e975e3a3eb2af) ovn-trace: Make sure we don't exit when the port is not specified. +- [a6095e1c](https://github.com/ovn-org/ovn/commit/a6095e1cb237016191519478fbef9f775a67bc89) northd: Fix BFD for policy routing. +- [6eff687d](https://github.com/ovn-org/ovn/commit/6eff687d5f42dd4cb4558b071aaa00d5a55667f6) acl-log: Properly log the "pass" verdict. +- [90c577ae](https://github.com/ovn-org/ovn/commit/90c577ae544e0d16593d5a89c058276ff25d43e3) automake: Make system tests dependent of ovn-macro. +- [2ab187e9](https://github.com/ovn-org/ovn/commit/2ab187e9bb6c9be6174529df9617534aef6a3a94) ovn-controller.at: Fix flaky test "ofctrl wait before clearing flows". +- [69e90f66](https://github.com/ovn-org/ovn/commit/69e90f664a1130a5415904d41db6dba713eea8c2) northd: fix infinite loop in ovn_allocate_tnlid() +- [72390c4f](https://github.com/ovn-org/ovn/commit/72390c4fea72cfbae5eb9409abb8a6dd7d5f3e69) pinctrl: Fixed 100% cpu on ovs connection loss. +- [c7674665](https://github.com/ovn-org/ovn/commit/c76746653f8423d514d3374423a3e15b0ede86bd) pinctrl: Fix missing MAC_Bindings. +- [1187031d](https://github.com/ovn-org/ovn/commit/1187031d5ebf3fb0a79b16f48798d88829175702) tests: Add macros to pause controller updates. +- [6b1618a9](https://github.com/ovn-org/ovn/commit/6b1618a96f178b7b7d6a0c1903291f4bc4cc7f1d) ofctrl: Wait at S_WAIT_BEFORE_CLEAR only once. +- [bad2e304](https://github.com/ovn-org/ovn/commit/bad2e3042e9cdac38db058ab0ce1478f104fef03) northd: Fix population of ipv6_ra_prefixes from IPv6 PD. +- [5ff0e2ae](https://github.com/ovn-org/ovn/commit/5ff0e2aee3553e52766eb1c34ccc203ad6022fde) controller: Use multicast for IPv6 Prefix Delegation. +- [29af310c](https://github.com/ovn-org/ovn/commit/29af310ce16fcaf0a9ce18aa79bf44d5cf0cf1e4) ovn-ic: Avoid igmp/mld traffic flooding. +- [d1a72533](https://github.com/ovn-org/ovn/commit/d1a7253333ace9db7b3cef68b74a7f190fcaca8b) tests: Use sync command in ovn-ic tests. +- [ef2e7118](https://github.com/ovn-org/ovn/commit/ef2e711819d517de7abf91d4c8edef9818a92346) tests: Move ovn interconnection tests to ovn-ic.at. +- [31c7d227](https://github.com/ovn-org/ovn/commit/31c7d227dc2bef55f1f1d6f07abd1b21831c0ab2) IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group. +- [6af50a99](https://github.com/ovn-org/ovn/commit/6af50a99c6e4836cc29471cbcbe0a938c3aa1879) northd: Don't skip transit switch LSP when creating mcast groups. +- [1434d1bc](https://github.com/ovn-org/ovn/commit/1434d1bc55ed43994dba769b1070317476b9f1b0) northd: Fix NAT configuration with --add-route option for gw-router. +- [3e35d0da](https://github.com/ovn-org/ovn/commit/3e35d0daeac162437a5858d3ea6e3d508462184a) controller: Fix ofctrl memory usage underflow. +- [5b388024](https://github.com/ovn-org/ovn/commit/5b3880242ba55f81f93ebccd0a91978e7d65ba06) docs: Remove ref. to "ovn-sbctl --no-wait". +- [5f7765b2](https://github.com/ovn-org/ovn/commit/5f7765b238be0aa323a3ded21f5bbe770cc75daf) Fix broken link for LTS release. +- [b213cb64](https://github.com/ovn-org/ovn/commit/b213cb641a050f5294ba592196823dd7fe529ad2) ovn-controller: Fix busy loop when ofctrl is disconnected. +- [653e010f](https://github.com/ovn-org/ovn/commit/653e010f1e2c7032e612c68ba34d968569c0e0c5) tests: Address netcat 7.94 changes. +- [f739c28e](https://github.com/ovn-org/ovn/commit/f739c28e822332e28e46f083b9a85c4ccbf51691) tests: Add helper for tcpdump. +- [9644436a](https://github.com/ovn-org/ovn/commit/9644436abc183a9ccd8434fdef4b5823b8855f9f) tests: Ignore transaction errors in MAC Binding. +- [f60d06f3](https://github.com/ovn-org/ovn/commit/f60d06f3ae1fd6b1527e0e9f61bcc85c8383cfbb) utilities: Make database connection optional for ovn-detrace. +- [0e85aa32](https://github.com/ovn-org/ovn/commit/0e85aa326847b8a4075753bab8ede7f991cb912b) ovn-controller: Stop dropping bind_vport requests immediately after handling. +- [d72b3f90](https://github.com/ovn-org/ovn/commit/d72b3f90e3991cca1211146401c848d35f2b6012) tests: Fix flaky "lr multiple gw ports" test. +- [735a81fe](https://github.com/ovn-org/ovn/commit/735a81fec9b8f1fd769b5e3f4018702b8c4f03ca) pinctrl: Fix prefix delegation. +- [d5d4c3bf](https://github.com/ovn-org/ovn/commit/d5d4c3bf25f8d85523b22c3b3746f53ce1f6c767) controller: Release container lport when releasing parent port. +- [06d3a8fe](https://github.com/ovn-org/ovn/commit/06d3a8fe48969aa7be4f8672ff77a386a1defab6) github: Reduce ASLR entropy to be compatible with asan in llvm 14. +- [ffd8bb1a](https://github.com/ovn-org/ovn/commit/ffd8bb1a1bd90cce2be4eed37503332c91c5d0e3) Prepare for 24.03.2. \ No newline at end of file diff --git a/src/content/releases/changelog_v24.03.3.md b/src/content/releases/changelog_v24.03.3.md new file mode 100644 index 00000000..6977d45e --- /dev/null +++ b/src/content/releases/changelog_v24.03.3.md @@ -0,0 +1,35 @@ ++++ +title = "Changelog v24.03.3" +[_build] + list = 'never' ++++ + +### Changes from v24.03.2 to v24.03.3 + +- [459a3bab](https://github.com/ovn-org/ovn/commit/459a3bab4c4a11b904aa3c37015372d34e1e1209) Set release date for 24.03.3. +- [0690deee](https://github.com/ovn-org/ovn/commit/0690deee62d9ea271716ad87aadc33f68bec7c65) ci: Add nftables to containers. +- [fe3d7b20](https://github.com/ovn-org/ovn/commit/fe3d7b202434fa401514504cdb4608259681c0f6) tests: Skip some tests if nft not installed. +- [9d1b50e8](https://github.com/ovn-org/ovn/commit/9d1b50e8ab75e1a730905d1d99e82652c3901b36) northd: Clean up SB MAC bindings for deleted ports. +- [b01f3b59](https://github.com/ovn-org/ovn/commit/b01f3b59c6da0da0eea84a8afb346964ae3b7809) controller: Make sure the meter and group tables are initialized. +- [b4c94391](https://github.com/ovn-org/ovn/commit/b4c94391b2685266220ef9b263220c0a373ff41c) ci: ovn-kubernetes: Move to stable release-1.0 branch. +- [18d66c85](https://github.com/ovn-org/ovn/commit/18d66c8531fcb7bd2ee9abbaa99a7d6c42639ed1) logical-fields: Add missing multicast matches for MLD and IGMP. +- [2084f06a](https://github.com/ovn-org/ovn/commit/2084f06aafdac5589b7bb67ebaeb3fca4c9b7d5f) debian: Fix upper case package name in changlog. +- [fb434c5b](https://github.com/ovn-org/ovn/commit/fb434c5b9c86c5c0a6c32385761f6ef136dff0a8) northd: Fix issues for Forwarding_Group. +- [d2faeb5e](https://github.com/ovn-org/ovn/commit/d2faeb5efff1a3177e42d4df4a009807e8cd5dd4) tests: Fix ssl-ciphers RO sb test with old openssl. +- [2e11c9a6](https://github.com/ovn-org/ovn/commit/2e11c9a65130baa944a868ea920ec68ff54412b0) ci: Move common build steps into script. +- [50c329f5](https://github.com/ovn-org/ovn/commit/50c329f561eb4c6b912dd9a1c200872465a2e3dc) tests: ic: Add IP multicast test that simulates the ovn-k8s use case. +- [cdeb6c9f](https://github.com/ovn-org/ovn/commit/cdeb6c9f3e65c83584599f60956dc865792b8121) Revert "northd: Don't skip transit switch LSP when creating mcast groups." +- [c00a2c62](https://github.com/ovn-org/ovn/commit/c00a2c6254df025452e360b1c71a43f79f9f4d1a) Revert "ovn-ic: Avoid igmp/mld traffic flooding." +- [4d47713d](https://github.com/ovn-org/ovn/commit/4d47713d8b229d53243fd46e5a809567ed8dc692) Revert "IC: Tansit switch don't flood mcast traffic to router ports if matches igmp group." +- [02cda45a](https://github.com/ovn-org/ovn/commit/02cda45a02dcc4e88a2608aee5c6a1f4e50f2cba) controller: Send RARP/GARP for VIF post link state is up. +- [bcbd0972](https://github.com/ovn-org/ovn/commit/bcbd09724f441b6df7412da8c3d53b9d7ba72572) controller: Store src_mac, src_ip in svc_monitor struct. +- [a8a4b87e](https://github.com/ovn-org/ovn/commit/a8a4b87e1873e67c4e78ce7857e352059bc2aa5e) controller: Fix issue with ct_commit encode. +- [57e8d78f](https://github.com/ovn-org/ovn/commit/57e8d78f5beeefcd99297ae87c6505fc20f7b45a) northd: Skip arp-proxy flows if the lsp is a router port. +- [b1c55c42](https://github.com/ovn-org/ovn/commit/b1c55c42f8961d88b7a0f9a8b7e6d46a0fcf81c3) ovn-nbctl: Show bfd option man for lr-policy-add command. +- [233b105b](https://github.com/ovn-org/ovn/commit/233b105b20a389b984365521ed5c67ca0ec1ae2d) ovn-controller: Initialize bitmap to zero. +- [ffe02579](https://github.com/ovn-org/ovn/commit/ffe02579c71489e3aa0858ab0ff09702863f6f4b) lflow: Add missing sample flow. +- [ff11ab41](https://github.com/ovn-org/ovn/commit/ff11ab416c230ee36c18b52d86a505a27cb932c8) northd: Fix an issue wrt mac binding aging. +- [7b65a654](https://github.com/ovn-org/ovn/commit/7b65a65402963caf1cf7ff1b2152290f02277750) ci: Pin Fedora version for the build-rpm job. +- [0440a083](https://github.com/ovn-org/ovn/commit/0440a083d2bb024fe3a8263f72c7c749cc9fae5a) controller: Avoid use after free in LB I-P. +- [bc2af6ab](https://github.com/ovn-org/ovn/commit/bc2af6ab81b47cb5303efb072f56dfe3ec149649) northd, ic: Fix handling of ovn-appctl resume. +- [9c8264e7](https://github.com/ovn-org/ovn/commit/9c8264e765548f7c2f2e15af217c84abc664b932) Prepare for 24.03.3. \ No newline at end of file