Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add v1.3.0 release #195

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions document/docs/release/alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v1.3.0

**Improvements:**

* Make all fields except interfaceName in `HostInterface.Interfaces` optional
* Add **namespace watcher** to add `NetworkAttachmentDefinition` when new namespace is created
* Set `manager` container as default container in controller

## v1.2.2

**Improvements:**
Expand Down
3 changes: 1 addition & 2 deletions document/docs/release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|IP-less (zero host
---|---|---|---|---|---|---
[stable (default)](./stable.md)|v1.0.5|✓|X|X|X|X
[beta](./beta.md)|v1.2.0|✓|✓|✓|X|X
[alpha](./alpha.md)|v1.2.2|✓|✓|✓|✓|✓

[alpha](./alpha.md)|v1.3.0|✓|✓|✓|✓|✓
Loading