-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update website for lastest 24.03, 23.09, and 22.03 releases.
This apparently is also marking 22.12 as unsupported, since this was not done back in December.
- Loading branch information
Showing
12 changed files
with
326 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
+++ | ||
title = "Changelog v22.03.4" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v22.03.3 to v22.03.4 | ||
|
||
- [cb34bf2b](https://github.com/ovn-org/ovn/commit/cb34bf2b9529f96c3d6dc3e9afa818101db6f0ec) Set release date for 22.03.4. | ||
- [7cf3ded6](https://github.com/ovn-org/ovn/commit/7cf3ded60018c483775a3ffd720fce1a7aaef016) ofctrl: Prevent conjunction duplication | ||
- [3fae6663](https://github.com/ovn-org/ovn/commit/3fae6663d3d99c533e679ea4df4dddebe18dbaa2) ofctrl: Do not try to program long flows | ||
- [86e16a15](https://github.com/ovn-org/ovn/commit/86e16a150370a3c6324d637ff973f25d27c718a8) checkpatch: Ignore yml files when checking line lengths. | ||
- [8bda5475](https://github.com/ovn-org/ovn/commit/8bda5475446f9455668c04a1b508f432806b6707) checkpatch.py: Revert previous commit. | ||
- [e1c515df](https://github.com/ovn-org/ovn/commit/e1c515dfbc757e52fa3dfc2d72c3bea5bd456bef) checkpatch: Ignore yml files when checking line lengths. | ||
- [4ceaa510](https://github.com/ovn-org/ovn/commit/4ceaa510c9445337368676b4f382006ef6c264ac) Prepare for 22.03.4. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
+++ | ||
title = "Changelog v22.03.5" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v22.03.4 to v22.03.5 | ||
|
||
- [15144069](https://github.com/ovn-org/ovn/commit/15144069080c5807957ba5bbb4248252eb4e6065) Set release date for 22.03.5. | ||
- [b04a873a](https://github.com/ovn-org/ovn/commit/b04a873a8fe6677f837cfbd087d31c702aa082ec) pinctrl: reset success and failures n_count regardless of svc state | ||
- [dd5d976c](https://github.com/ovn-org/ovn/commit/dd5d976c001593c016a28e829ad6f26a4a271589) pinctrl: send RST instead of RST_ACK bit for lb hc | ||
- [a1723096](https://github.com/ovn-org/ovn/commit/a1723096809445b9ddf16fb4f401f46112e424e4) controller: Don't artificially limit group and meter IDs to 16bit. | ||
- [3e5f6ac6](https://github.com/ovn-org/ovn/commit/3e5f6ac668bee720e51fbd51bdb16e1997a16222) tests: fixed race_condition with max_prefix | ||
- [b9a019fd](https://github.com/ovn-org/ovn/commit/b9a019fddd03d87b905e953f577c7421aa223724) tests: fixed "ovn-nbctl - daemon retry connection" | ||
- [29d16433](https://github.com/ovn-org/ovn/commit/29d16433ef726f9987a911a936435295cdfca71b) tests: fixed system test "LR with SNAT fragmentation needed for external server". | ||
- [37f19989](https://github.com/ovn-org/ovn/commit/37f199896db8d24d736ffc63d41c7d9a71879f03) ovn-ctl man: Add election timer config to manpage | ||
- [29124322](https://github.com/ovn-org/ovn/commit/291243221b4d96649f06a596edd89c0a2b5c3afd) controller: have I+P assigning ct_zones for l3gateway ports | ||
- [5c12a221](https://github.com/ovn-org/ovn/commit/5c12a221e3613c945781f85e27e82e8cce3574b6) tests: fixed another set of flaky ovn-ic tests | ||
- [fd593b84](https://github.com/ovn-org/ovn/commit/fd593b844c0fc142cbddefceef92804bbbe9658f) tests: do not start backup-northd by default | ||
- [c43ee0aa](https://github.com/ovn-org/ovn/commit/c43ee0aaab70430d4d15386356a61b8ef8f16cc2) ci: Pin Python, Fedora and Ubuntu runner versions. | ||
- [579380d2](https://github.com/ovn-org/ovn/commit/579380d2f56b49409b1306df6f20d78665076500) ovs: Bump submodule to include E721 fixes. | ||
- [ff833995](https://github.com/ovn-org/ovn/commit/ff833995bb7b78284ddecf96c73dfca0a3443071) tests: Remove broken "feature inactivity probe" test. | ||
- [827ff007](https://github.com/ovn-org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68) ovs: Bump submodule to use v3.0.5. | ||
- [62cfae95](https://github.com/ovn-org/ovn/commit/62cfae95d1edee4cbc5b356bac054b3976e465db) py-requirements: Remove hacking dependency and use recent flake8. | ||
- [0deaaa54](https://github.com/ovn-org/ovn/commit/0deaaa54f068c51b78e021dfbbf7a0ae37773155) controller, northd: Wait for cleanup before replying to exit | ||
- [e47d7821](https://github.com/ovn-org/ovn/commit/e47d78218339070dbb003dc6e979153370f322ea) tests: Add missing check for scapy. | ||
- [4e04d4de](https://github.com/ovn-org/ovn/commit/4e04d4de9207db963cfe94b4ea89e25beaa67f9e) system-tests: Make sure that IPv6 address is available right away | ||
- [674690bb](https://github.com/ovn-org/ovn/commit/674690bb3533534de3ccb83e758202871aeda9d2) northd: Allow need frag to be SNATed | ||
- [b30f7c94](https://github.com/ovn-org/ovn/commit/b30f7c948c7e3e5e74799d9f17f35ab81dcdb0b1) memory-trim: Fix timestamp overflow warning right after reboot. | ||
- [33e8ade3](https://github.com/ovn-org/ovn/commit/33e8ade327e2a196f89f6b9ba3cf8a286d5ea2de) tests: fixed "send gratuitous ARP for NAT rules on HA distributed router" | ||
- [6c180197](https://github.com/ovn-org/ovn/commit/6c18019749cee68a512c716df478e404f25f21e0) tests: move trim_zeros() to ovn-macros | ||
- [6b4e6669](https://github.com/ovn-org/ovn/commit/6b4e666905315113b8d4d977a5f78590a3a0fa50) tests: fixed "L2 Drop and Allow ACL w/ Stateful ACL" | ||
- [046895e5](https://github.com/ovn-org/ovn/commit/046895e5aaf579b88aaece1940d4b430ea34f16d) tests: fixed multiple tests missing ovn-nbctl "wait" | ||
- [ded718f7](https://github.com/ovn-org/ovn/commit/ded718f706fc2668c1267d11e70af41a5068d23d) tests: fixed "Logical router policy packet marking" | ||
- [ed2ca4a8](https://github.com/ovn-org/ovn/commit/ed2ca4a802c53a098baabed0198bf53577093efb) tests: fixed multiple ovn-ic tests | ||
- [96f70d46](https://github.com/ovn-org/ovn/commit/96f70d46f2b47f2c3119f33fe73316e0164d4016) pinctrl: Reply with correct destination for ICMPv6 RA packets | ||
- [bc8276be](https://github.com/ovn-org/ovn/commit/bc8276be3251e0f98510b06600767c4bbf9cb9f7) ovn-controller: Add monitor condition for FDB. | ||
- [792742ef](https://github.com/ovn-org/ovn/commit/792742efb36cb64013519d7f13dc95da53697aa3) northd: Drop packets destined to router owned NAT IP for DGP. | ||
- [74de34d9](https://github.com/ovn-org/ovn/commit/74de34d9062d8d1cd5600b8f2ae1abde73955968) Rename scapy-server into scapy-server.py | ||
- [a6415493](https://github.com/ovn-org/ovn/commit/a64154932fe70d878250e7f13a4c176715de7fa2) Add ovnkube-identity binary to the ovn-kubernetes Dockerfile | ||
- [e19dc335](https://github.com/ovn-org/ovn/commit/e19dc3352b73b513201543afb7dc5553d8ab47ce) tests: offload scapy transformations to a separate unixctl daemon | ||
- [dce2409f](https://github.com/ovn-org/ovn/commit/dce2409f1161a4cd6ecd8829a7c31b3d42b53526) Prepare for 22.03.5. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
title = "Changelog v22.03.6" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v22.03.5 to v22.03.6 | ||
|
||
- [f894e167](https://github.com/ovn-org/ovn/commit/f894e167aa1e7957694ec1d161f209ec0bf07879) Set release date for 22.03.6. | ||
- [0ac5e327](https://github.com/ovn-org/ovn/commit/0ac5e327dff127b718eab47c65ee837a5236437a) pinctrl: dns: Ignore additional records. | ||
- [7f63921c](https://github.com/ovn-org/ovn/commit/7f63921cec6720857938aee3583513b03845864d) ovn-ic: Fix global blacklist filter for IPv6 addresses. | ||
- [dd6d78d4](https://github.com/ovn-org/ovn/commit/dd6d78d4a2143ecce186feb92a87fd4eff901079) Documentation: Fix broken links in ovn-sandbox.rst. | ||
- [e2117a8d](https://github.com/ovn-org/ovn/commit/e2117a8d4b460667cdfadf2c933f653a5c535474) github: Update versions of action dependencies (Node.js 20). | ||
- [aff94da5](https://github.com/ovn-org/ovn/commit/aff94da55f6f5804216c0979b6ac1f8e2bd40cd3) actions: Use random port selection for SNAT with external_port_range. | ||
- [8396f007](https://github.com/ovn-org/ovn/commit/8396f00743cb00d3229edbff8104d8da73f81557) ovn-ic: Handle NB:name updates properly. | ||
- [47d61c5e](https://github.com/ovn-org/ovn/commit/47d61c5e7bee9f7e295dc175ef9ab25d1f65745f) controller: fixed potential segfault when changing tunnel_key and deleting ls. | ||
- [26242f10](https://github.com/ovn-org/ovn/commit/26242f10a355edaf2a047710fde672e3cc2d8ed7) northd: Use proper field for lookup_nd | ||
- [3772a121](https://github.com/ovn-org/ovn/commit/3772a1211ab8e8737f0420191550d5b632be08e3) test: add dedicated test for garp-max-timeout | ||
- [1912442b](https://github.com/ovn-org/ovn/commit/1912442ba4adf9719ed10f9e54f4455e9cd20426) treewide: Fix small memory leaks reported by static analysis | ||
- [03b622f7](https://github.com/ovn-org/ovn/commit/03b622f747ac891d02eae3c7efefe9ad340f540e) ovs: Bump submodule to include IDL "spurious delete" fix. | ||
- [8d4c56e3](https://github.com/ovn-org/ovn/commit/8d4c56e33bf43cbc8fd14bff5d7c596d28a74f78) Correct ethtype referencing incorrect values | ||
- [06639f10](https://github.com/ovn-org/ovn/commit/06639f108a57a47d522167a5dcfbf3347db5f07c) northd: forward arp request to lrp snat on. | ||
- [3728fbf7](https://github.com/ovn-org/ovn/commit/3728fbf708ab4a743f4c7117865d7d1cee9dcaef) controller: make garp_max_timeout configurable | ||
- [8548abb3](https://github.com/ovn-org/ovn/commit/8548abb345f13c88b7541d232f5c6a9dfed40353) system-tests: Consolidate wait condition in CoPP test | ||
- [72b82f87](https://github.com/ovn-org/ovn/commit/72b82f875a8f356fe0e73b8515f4b762c49113e6) pinctrl: Fix up comments about sending RST packets for healthcheck. | ||
- [037b1dcc](https://github.com/ovn-org/ovn/commit/037b1dcc3708c207c46dbb7b0878130d28c02095) fmt_pkt: make sure scapy-server is started once | ||
- [e6f1df67](https://github.com/ovn-org/ovn/commit/e6f1df67883e319325666c1953feeb28730e58c8) fmt_pkt: improve scapy-server logging | ||
- [0eaacaac](https://github.com/ovn-org/ovn/commit/0eaacaac8e135e10dd92a35d83088b599a5e1879) fmt_pkt: use -S check to wait for scapy sock file | ||
- [97bf3ca9](https://github.com/ovn-org/ovn/commit/97bf3ca92093ec0e47a79b3f9cb632e2f11e3784) fmt_pkt: don't subshell when calling ovs-appctl | ||
- [91d7cb79](https://github.com/ovn-org/ovn/commit/91d7cb7978b50ad0876961414d8884f1ca39c9b7) controller: fix group_table and meter_table allocation | ||
- [3fb30fb8](https://github.com/ovn-org/ovn/commit/3fb30fb892855beffdbaf3338c36138cff0eec30) Prepare for 22.03.6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
title = "Changelog v22.12.2" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v22.12.1 to v22.12.2 | ||
|
||
- [daa3d8b9](https://github.com/ovn-org/ovn/commit/daa3d8b9d8225f1fdccc0297dce38ca8428f813b) Set release date for 22.12.2. | ||
- [9045a780](https://github.com/ovn-org/ovn/commit/9045a7803c0bf47ac746c648498052456aa0b6f7) northd: check if parent_name is set for tag_request 0 | ||
- [6d5700d6](https://github.com/ovn-org/ovn/commit/6d5700d616107e617c40eb741df8bfa132b1cc4c) ofctrl: Prevent conjunction duplication | ||
- [6b8d94b4](https://github.com/ovn-org/ovn/commit/6b8d94b4377f52d651b9b9a610451a505c7ae161) ofctrl: Do not try to program long flows | ||
- [8ef0ee43](https://github.com/ovn-org/ovn/commit/8ef0ee43dc2af24dc419ce61b74bd65badf9e205) northd: Always ct commit ECMP symmetric traffic in the original direction. | ||
- [427d60b7](https://github.com/ovn-org/ovn/commit/427d60b7946bea094427ad467cc6d901598a581c) Use correct nw_ttl=255 to match against legit NAs | ||
- [8f06142d](https://github.com/ovn-org/ovn/commit/8f06142d6030b8791b1fc7310225669dcff55f9b) checkpatch: Ignore yml files when checking line lengths. | ||
- [133761a5](https://github.com/ovn-org/ovn/commit/133761a5dbd6f0413cf27853df07190642d2ea39) northd: Make sure that skip_snat=true is evaluated before force_snat | ||
- [08047a59](https://github.com/ovn-org/ovn/commit/08047a59f8a6d04f3d4741a9fdafd535358c5395) Prepare for 22.12.2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
title = "Changelog v23.03.2" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v23.03.1 to v23.03.2 | ||
|
||
- [05d20a51](https://github.com/ovn-org/ovn/commit/05d20a51032d65b6eed0c499cbb56ddbde5c754d) Set release date for 23.03.2. | ||
- [22556693](https://github.com/ovn-org/ovn/commit/22556693895e75bef262dbba48f5a5342be41822) northd: check if parent_name is set for tag_request 0 | ||
- [02d2cf03](https://github.com/ovn-org/ovn/commit/02d2cf035e278c873bb1c54bf22a08c15a68f566) ofctrl: Prevent conjunction duplication | ||
- [a480ed99](https://github.com/ovn-org/ovn/commit/a480ed99dba6a9ab533a466d5755426f128639ed) ofctrl: Do not try to program long flows | ||
- [724cac38](https://github.com/ovn-org/ovn/commit/724cac380ad21e6d58461ad6a656fa17985ceebf) northd: Always ct commit ECMP symmetric traffic in the original direction. | ||
- [9dc56cf4](https://github.com/ovn-org/ovn/commit/9dc56cf445e8e7d0518fd71f4bcfd99add8bb536) Use correct nw_ttl=255 to match against legit NAs | ||
- [681bc898](https://github.com/ovn-org/ovn/commit/681bc898d79b1c713f547e92176be0b87ac0f63b) checkpatch: Ignore yml files when checking line lengths. | ||
- [ec2acfd4](https://github.com/ovn-org/ovn/commit/ec2acfd4ace75158770f2d417e125acd333ecb4e) northd: Make sure that skip_snat=true is evaluated before force_snat | ||
- [bed973da](https://github.com/ovn-org/ovn/commit/bed973da0d44a6228598e173e8760000e437eebd) Prepare for 23.03.2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
title = "Changelog v23.06.2" | ||
[_build] | ||
list = 'never' | ||
+++ | ||
|
||
### Changes from v23.06.1 to v23.06.2 | ||
|
||
- [4a72621e](https://github.com/ovn-org/ovn/commit/4a72621eca026705b0c185ed2c2938a98e8b57d3) Set release date for 23.06.2. | ||
- [c869db90](https://github.com/ovn-org/ovn/commit/c869db90e2b18515caad8ad95555d989d3379e3f) northd: check if parent_name is set for tag_request 0 | ||
- [4281178a](https://github.com/ovn-org/ovn/commit/4281178a8882d0194ce8edf35018227ab20fa80e) ofctrl: Prevent conjunction duplication | ||
- [f18bbbbc](https://github.com/ovn-org/ovn/commit/f18bbbbc1ec0110cde8146ea4e2b34b1ec488ba7) ofctrl: Do not try to program long flows | ||
- [6de90ba4](https://github.com/ovn-org/ovn/commit/6de90ba4c43e1798a63167fd7f790126cf240e9c) northd: Always ct commit ECMP symmetric traffic in the original direction. | ||
- [059d1337](https://github.com/ovn-org/ovn/commit/059d1337af1be97b8f89fcf65e2ba6c9ae217d76) Use correct nw_ttl=255 to match against legit NAs | ||
- [18b9ca06](https://github.com/ovn-org/ovn/commit/18b9ca0630c537b142d6ac849a6a2092d4f5bc0f) checkpatch: Ignore yml files when checking line lengths. | ||
- [04cf3fd8](https://github.com/ovn-org/ovn/commit/04cf3fd8c2de752ac6ca538f6570547a69dcaac3) northd: Make sure that skip_snat=true is evaluated before force_snat | ||
- [c215b523](https://github.com/ovn-org/ovn/commit/c215b5237d46e7aa3b7e095f1e955db5b646e4eb) Prepare for 23.06.2. |
Oops, something went wrong.