Skip to content

Releases: foundation-model-stack/multi-nic-cni

v1.2.4

06 Dec 09:50
fb7466d
Compare
Choose a tag to compare

Rebase on v1.2.3 uploaded to stable-1.2 channel on Openshift's community catalog.

v1.3.0

29 Aug 01:57
770266d
Compare
Choose a tag to compare

Closing release for Multi-NIC CNI v1

  • 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

Full Changelog: release-v1.2.2...release-v1.3.0

v1.2.3

06 Dec 09:49
1dd8ae3
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-v1.2.0...release-v1.2.3

v1.2.2

09 Apr 04:06
0fb93a2
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release
  • Multi-config IPAM (multi-config)
  • Static IP support

Full Changelog: release-v1.0.5...release-v1.2.2

v1.2.1

29 Feb 05:25
c720d72
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release
  • Unmanaged HostNetworkInterface for IP-less network device
    • zero host block/zero interface block
    • specify static cidr of each host
  • Multi-gateway route configuration support

Full Changelog: release-v1.0.3...release-v1.2.1

v1.2.0

26 Oct 10:41
4ade1ce
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

v1.1.0

26 Oct 10:40
0807b45
Compare
Choose a tag to compare

Multi-cloud support

AWS-support CNI

  • Provide aws-ipvlan working with Multi-NIC IPAM
  • Support using Host subnet for Pod subnet for ENA

v1.0.5

18 Aug 08:00
aeac2c8
Compare
Choose a tag to compare

What's Changed

  • continue after net-attach-def create/udpate error by @sunya-ch in #114
  • Fix reported issues from v1.0.4 to V1.0.5 by @sunya-ch in #119
  • enable OwnNamespace and SingleNamespace

Full Changelog: release-v.1.0.4...release-v1.0.5

v1.0.4

22 May 01:14
ea62b6d
Compare
Choose a tag to compare

Changes:

  • fix scalability issue due to API server
  • apply linter code analysis removing unused function, handling errors
  • allow changing reconciler time and log level on the fly from config.multinic
  • allow changing synchronization ticker period (TickerIntervalKey) and maximum size of daemon pod watching queue (MAX_QSIZE) from environment variable
  • change logger time encoder to ISO 8601

more detail:
https://foundation-model-stack.github.io/multi-nic-cni/release/v1.0.4/

v1.0.3

14 Mar 05:26
dc91ac0
Compare
Choose a tag to compare

Stable version for minimum requirement:

  • Auto discovery of Host and Interface
  • IPVLANL3 with Host-Interface CIDR computation, auto route configuration
  • Number-based policy selection
  • Tolerate to node failure
  • Dynamic CIDR changes corresponding to Host/Interface changes
  • Scaled (up to 200 node scale, 8 host block)

Changes:

  • updated CRDs: cidrs. multinicnetwork, config
  • separate log level on controller manager
  • log CNI message on host
  • CI tests for daemon, CNI and scalability
  • several bug fixes

more details:
https://foundation-model-stack.github.io/multi-nic-cni/release/v1.0.3/