Skip to content

Commit d887268

Browse files
authored
Merge pull request #343 from sunya-ch/release-doc-1.2.9
2 parents 16b75f6 + 8e2e255 commit d887268

File tree

4 files changed

+62
-33
lines changed

4 files changed

+62
-33
lines changed

document/docs/release/alpha.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
![](../img/alpha-release.png)
44

5+
## v1.2.9
6+
7+
**Highlights**
8+
9+
- Update SR-IOV CNI support
10+
- Add VF to PF matching to support VF network devices
11+
- Upgrade multi nicd go version to 1.24.1
12+
13+
**Maintenance**
14+
15+
- Report multi-nicd test coverage (upgrade ginkgo)
16+
- Increase multi-nicd test coverage to 74.8%
17+
18+
**Fix**
19+
20+
- selection strategy is not applied and crd in multi-nicd is unsync [#320](https://github.com/foundation-model-stack/multi-nic-cni/issues/320)
21+
522
## v1.2.8
623

724
**Feature**
@@ -28,20 +45,6 @@
2845
- correct interface name on host-device ADD and prevent tabu prefix
2946
- fix PSP security settings for connection check
3047

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
44-
4548
## v1.3.0 (based on v1.2.2)
4649

4750
<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>

document/docs/release/beta.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
![](../img/beta-release.png)
44

5-
## v1.2.6
6-
7-
- upgrade go version
8-
* controller: GO 1.22
9-
* daemon, CNI: GO 1.23
10-
- remove kube-rbac-proxy
11-
- add make `set_version` target to simplify release steps
12-
- update concept image, user and contributing guide
13-
- rewrite the highlighted features and add demo and references
14-
- fix bugs:
15-
* [sample-concheck make error](https://github.com/foundation-model-stack/multi-nic-cni/pull/235)
16-
* [failed to load netconf: post fail: Post "http://localhost:11000/select": EOF](https://github.com/foundation-model-stack/multi-nic-cni/issues/240)
5+
## v1.2.7
6+
7+
**Highlights**
8+
9+
- support macvlan plugin
10+
- refactor code structure (add internal packages)
11+
12+
**Maintenance**
13+
14+
- upgrade controller test to ginkgo V2
15+
- generate measurable controller test coverage results
16+
- improve controller test coverage to 60%
17+
18+
**Fix**
19+
20+
- correct sample multinicnetwork for macvlan+whereabouts IPAM
21+
- handle error from ghw.PCI call
22+
1723

1824
## v1.2.0 (deprecated)
1925

document/docs/release/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Release
22

3-
Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|MACVLAN|IP-less (zero host block)|Multi-config IPAM
4-
---|---|---|---|---|---|---|---
5-
[stable (default)](./stable.md)|v1.0.5|&check;|X|X|X|X|X
6-
|v1.2.4<br>v1.2.5|&check;|&check;|&check;|X|X|X
7-
[beta](./beta.md)|v1.2.6|&check;|&check;|&check;|X|X|X
8-
[alpha](./alpha.md)|v1.2.7<br>v1.2.8|&check;|&check;|&check;|&check;|X|X
9-
|v1.3.0|&check;|&check;|&check;|X|&check;|&check;
3+
Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|MACVLAN|SR-IOV VF|IP-less (zero host block)|Multi-config IPAM
4+
---|---|---|---|---|---|---|---|---
5+
[stable (default)](./stable.md)|v1.0.5|&check;|X|X|X|X|X|X
6+
|v1.2.4<br>v1.2.5<br>v1.2.6|&check;|&check;|&check;|X|X|X|X
7+
[beta](./beta.md)|v1.2.7|&check;|&check;|&check;|&check;|X|X|X
8+
[alpha](./alpha.md)|v1.2.8|&check;|&check;|&check;|&check;|X|X|X
9+
|v1.2.9|&check;|&check;|&check;|&check;|&check;|X|X
10+
|v1.3.0|&check;|&check;|&check;|X|X|&check;|&check;

document/docs/release/stable.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,27 @@
22

33
![](../img/stable-release.png)
44

5+
## v1.2.6
6+
7+
**Highlights**
8+
9+
- upgrade go version
10+
* controller: GO 1.22
11+
* daemon, CNI: GO 1.23
12+
- remove kube-rbac-proxy
13+
- add make `set_version` target to simplify release steps
14+
- update concept image, user and contributing guide
15+
- rewrite the highlighted features and add demo and references
16+
17+
**Fix**
18+
19+
- [sample-concheck make error](https://github.com/foundation-model-stack/multi-nic-cni/pull/235)
20+
- [failed to load netconf: post fail: Post "http://localhost:11000/select": EOF](https://github.com/foundation-model-stack/multi-nic-cni/issues/240)
21+
522
## v1.2.5
623

24+
**Highlights**
25+
726
- support multiple resource names defined in NicClusterPolicy for Mellanox Host Device use case
827
- remove unnecessary selection policy call when network devices have already selected by the device plugin
928

0 commit comments

Comments
 (0)