|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
5 | | -> **FIX-ME:** <br> |
6 | | -> This channel does not include no bug fixes for incompability to newer version of network operator in https://github.com/foundation-model-stack/multi-nic-cni/pull/182. |
| 5 | +## v1.2.8 |
| 6 | + |
| 7 | +**Feature** |
| 8 | + |
| 9 | +- Use owner reference to remove NAD upon removal |
| 10 | +- Use RetryOnConflict for finalizer removal |
| 11 | + |
| 12 | +**Maintenance** |
| 13 | + |
| 14 | +- code |
| 15 | + * increase test coverage to 70.7% |
| 16 | + * upgrade controller go version 1.24.1 with up-to-date dependency |
| 17 | + |
| 18 | +- documentation |
| 19 | + * add bare metal infra configuration |
| 20 | + * update infra preparation for aws and ibmcloud |
| 21 | + |
| 22 | +- operation |
| 23 | + * kbuilder workflow |
| 24 | + * hotfix issue template |
| 25 | + |
| 26 | +**Fix** |
| 27 | + |
| 28 | +- correct interface name on host-device ADD and prevent tabu prefix |
| 29 | +- fix PSP security settings for connection check |
| 30 | + |
| 31 | +## v1.2.7 |
| 32 | + |
| 33 | +- support macvlan plugin |
| 34 | + |
| 35 | +- code enhancements: |
| 36 | + * refactor code structure (add internal packages) |
| 37 | + * upgrade test to ginkgo V2 |
| 38 | + * generate measurable test coverage results |
| 39 | + * improve test coverage to 60% |
| 40 | + |
| 41 | +- fixes: |
| 42 | + * correct sample multinicnetwork for macvlan+whereabouts IPAM |
| 43 | + * handle error from ghw.PCI call |
7 | 44 |
|
8 | 45 | ## v1.3.0 (based on v1.2.2) |
9 | 46 |
|
| 47 | +<span style="color: red;">This version does not include the bug fix for incompability to newer version of network operator in https://github.com/foundation-model-stack/multi-nic-cni/pull/182.</span> |
| 48 | + |
10 | 49 | **Improvements:** |
11 | 50 |
|
12 | 51 | * Make all fields except interfaceName in `HostInterface.Interfaces` optional |
13 | 52 | * Add **namespace watcher** to add `NetworkAttachmentDefinition` when new namespace is created |
14 | 53 | * Set `manager` container as default container in controller |
15 | 54 |
|
16 | | -## v1.2.2 |
| 55 | +## v1.2.2 (deprecated) |
| 56 | + |
| 57 | +<span style="color: red;">This version does not include the bug fix for incompability to newer version of network operator in https://github.com/foundation-model-stack/multi-nic-cni/pull/182.</span> |
17 | 58 |
|
18 | 59 | **Improvements:** |
19 | 60 |
|
|
45 | 86 | "ips": [ "192.168.0.1/18", "192.168.64.1/18" ] |
46 | 87 | }] |
47 | 88 |
|
48 | | -## v1.2.1 |
| 89 | +## v1.2.1 (deprecated) |
| 90 | + |
| 91 | +<span style="color: red;">This version does not include the bug fix for incompability to newer version of network operator in https://github.com/foundation-model-stack/multi-nic-cni/pull/182.</span> |
49 | 92 |
|
50 | 93 | **Improvements:** |
51 | 94 |
|
|
0 commit comments