Skip to content

Commit

Permalink
update replacement and release doc
Browse files Browse the repository at this point in the history
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
  • Loading branch information
sunya-ch committed Nov 6, 2023
1 parent 61cc23b commit 459c04a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ spec:
provider:
name: Foundation Model Stack
version: 0.0.0
replaces: multi-nic-cni-operator.v1.0.2
replaces: multi-nic-cni-operator.v1.2.1
32 changes: 32 additions & 0 deletions document/docs/release/alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

## v1.2.2

**Improvements:**

* Multi-config IPAM (`multi-config`)

ipam: |
{
"type": "multi-config",
"ipam_type": "whereabouts",
"args": {
"eth1": {
"range": "192.168.0.0/18"
},
"eth2": {
"range": "192.168.64.0/18"
}
}
}
* Static IP support

annotations:
k8s.v1.cni.cncf.io/networks: |
[{
"name": "multinic-network",
"cni-args": {
"masters": ["eth1", "eth2"]
},
"ips": [ "192.168.0.1/18", "192.168.64.1/18" ]
}]

## v1.2.1

**Improvements:**
Expand Down
10 changes: 5 additions & 5 deletions document/docs/release/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release

Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|IP-less (zero host block)
---|---|---|---|---|---
[stable (default)](./stable.md)|v1.0.5|&check;|X|X|X
[beta](./beta.md)|v1.2.0|&check;|&check;|&check;|X
[alpha](./alpha.md)|v1.2.1|&check;|&check;|&check;|&check;
Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|IP-less (zero host block)|Multi-config IPAM
---|---|---|---|---|---|---
[stable (default)](./stable.md)|v1.0.5|&check;|X|X|X|X
[beta](./beta.md)|v1.2.0|&check;|&check;|&check;|X|X
[alpha](./alpha.md)|v1.2.2|&check;|&check;|&check;|&check;|&check;

0 comments on commit 459c04a

Please sign in to comment.