Skip to content

Releases: spidernet-io/spiderpool

Release v1.0.0

26 Jan 14:10
24ffbc6
Compare
Choose a tag to compare

v1.0.0

Welcome to the v1.0.0 release of Spiderpool!
Compared with version: 0.9.9, version:v1.0.0 has the following updates.


New Feature

  • add annotation cni.spidernet.io/network-resource-inject : PR 4421

  • Remove deprecated fields for v2beta1 APIs : PR 4549

  • chart: update plugins image : PR 4406

  • Add cluster dropdown menu for grafana dashboard : PR 4409

  • fix: multus fails to reach api server when the old service account is out of data && update multus to v4 : PR 4393

  • Add pod owner attributes for RDMA metrics : PR 4294

  • spiderpool-agent: support to configure the sysctl config for node : PR 3772

  • doc: ai with macvlan : PR 3870

  • agent set rp_filter to 0 for the each node : PR 3898

  • Support ipv6 subnet with CIDR mask bigger than 64 : PR 3804

  • Add chainCNI support for spidermultusconfig : PR 3918

  • Add a pod mutating webhook to auto inject the pod network resources : PR 4179

  • Add a flag to configure an link-local address to veth0 for istio : PR 4206

  • Add RDAM metrics : PR 4112

  • fix(charts): Remove unnecessary sensitive permissions for DaemonSet agent and Pod init : PR 3522

  • update crds for spiderpool dra feature : PR 3527

  • spiderclaimparameter: add webhook to verify the create and update : PR 3668

  • update version of CNI plugins : PR 3733

  • update sriov-operator version to v1.3.0 : PR 3716

  • subnet feature: support to turn on or off the feature of managing automatic-ippool : PR 3241

  • Rework spidercoordinator informer to update pod and service cidr : PR 3249

  • chart: Support configure ifNames for rdmaSharedDevicePlugin : PR 3335

  • feature: support wildcard match for IPPool : PR 3262

  • feature: run a clean-up job when uninstalling : PR 3339

  • DRA: Integrates with DRA and CDI : PR 3329


Changed Feature

  • Support getting serviceCIDR from spec.Containers[0].Args of kube-controller-manager Pod : PR 3243

  • Fix panic in spidercoordinator informer : PR 3269

  • spidercoordinator: Enhance the edge case : PR 3284

  • spidermultusconfig: add missing filed for generateCoordinatorCNIConf : PR 3283

  • Spidercoordinator: sync kubeadm-config event to trigger the status update : PR 3291

  • coordinator: rework GetDefaultRouteInterface to get pod's default route nic : PR 3302

  • coordinator: ensure hijickRoute's gw is from hostIPRouteForPod : PR 3358

Fix

  • Detect IPConflicting and gatewayReachable in ipam rather than coordinator : PR 4560

  • Reduce excessive WARN logs for forbidden resource access : PR 4356

  • Fix: one NIC's IP pool shortage depleted IPs of other NICs in a multi-NIC setup. : PR 4379

  • Fix: statefulSet applications failed to create in multi-NIC scenarios. : PR 4359

  • Fix: the pod fails to run because the certificate of the pod webhook is not up to data after helm upgrading : PR 4420

  • fix: fail to get podCIDR and serviceCIDR : PR 4366

  • Fix controller panic in cilium ipam is multi-pool : PR 4433

  • Detect IP conflicts before gateway detection to fix communication fail : PR 4474

  • Fix miss rdma dependency : PR 4263

  • Remove ServiceMonitor dup namespaceSelector : PR 4271

  • Update GrafanaDashboard : PR 4264

  • pod launched by unexpected CNI when the health checking of the agent fails and multus.conf is lost : PR 3758

  • rbac: remove permissions for patch/update nodes and webhook resources : PR 3880

  • fix: Spiderpool GC incorrect IP address during statefulset Pod scale up/down, causing IP conflict : PR 3778

  • coordinator should only set rp_filter for pod but not the node : PR 3906

  • coordinator: fix wrong policy route when there is more than 1 secondary nics : PR 3873

  • Update GOMAXPROCS configuration : PR 4013

  • fix: cannot uninstall spiderpool when sriovOperatorConfig is installed : PR 3925

  • Fix panic when create spidermultusconfig with nil podRPFilter in validate webhook : PR 4062

  • Fix wrong validate for unicast podMACPrefix when creating spiderMultusConfig : PR 4098

  • fix: avoid failures when cleaning up spiderpool resources due to resourceVersion conflicts. : PR 4130

  • fix: optimize the cleanup code judgment of NotFound resources : PR 4156

  • fix: same-name conflict check specified by multus.spidernet.io/cr-name : PR 4168

  • DRA: fix error start of agent : PR 3504

  • RBAC: avoiding too high permissions leading to potential CVE risks : PR 3608

  • Fix: it is so slow to create a Pod requiring IP from a super big CIDR : PR 3583

  • add link-local IP to veth0 for istio : PR 3588

  • Fix: Statefulset pod should change IP when recreating with a changed pool in annotation : PR 3669

  • Optimize clean job to use host network : PR 3692

  • fix: fail to access NodePort when pod owning multiple network cards : PR 3686

  • Optimize clean scripts : PR 3706

  • fix: Missing GLIBC dynamic dependency makes ovs binary unavailable : PR 3752

  • remove CRD installed by sriov-network-operator when uninstalling : PR 3726

  • init-pod: support helm wait and fix installation block when agent pods fails to run : PR 3732


Total

Pull request number: 306

Commits

Release v0.9.9

26 Jan 10:56
558037d
Compare
Choose a tag to compare

v0.9.9


Fix

  • Detect IPConflicting and gatewayReachable in ipam without coordinator… : PR 4587

Total

Pull request number: 2

Commits

Release v0.8.10

26 Jan 10:51
1bbe20c
Compare
Choose a tag to compare

v0.8.10


Fix

  • Detect IPConflicting and gatewayReachable in ipam without coordinator : PR 4588

Total

Pull request number: 2

Commits

Release v0.9.8

03 Jan 07:21
601c22a
Compare
Choose a tag to compare

v0.9.8


New Feature

  • Add a flag to configure an link-local address to veth0 for istio : PR 4251

Fix

  • fix: same-name conflict check specified by multus.spidernet.io/cr-name : PR 4200

  • Fix: one NIC's IP pool shortage depleted IPs of other NICs in a multi-NIC setup. : PR 4383

  • Fix: statefulSet applications failed to create in multi-NIC scenarios. : PR 4390

  • Fix controller panic in cilium ipam is multi-pool : PR 4461

  • fix: fix get null podCIDR and serviceCIDR : PR 4477

  • Detecting IP conflicts takes place before gateway detection, avoiding communication failure : PR 4506

  • coodirnator: optimize the detectiong timeout for ip conflict and gateway detection : PR 4511


Total

Pull request number: 26

Commits

Release v0.8.9

03 Jan 07:26
724f462
Compare
Choose a tag to compare

v0.8.9


New Feature

  • Add a flag to configure an link-local address to veth0 for istio : PR 4261

Fix

  • Update GOMAXPROCS configuration : PR 4040

  • Fix panic in validate webhook for creating spidermultusconfig : PR 4099

  • fix: same-name conflict check specified by multus.spidernet.io/cr-name : PR 4202

  • Fix: one NIC's IP pool shortage depleted IPs of other NICs in a multi-NIC setup. : PR 4384

  • Fix: fail to create statefulSet applications in multi-NIC scenarios. : PR 4391

  • Fix controller panic in cilium ipam is multi-pool : PR 4459

  • bump multus to v4 & fix multus fails to reach api server when the old service account is out of data : PR 4460

  • fix: fix get null podCIDR and serviceCIDR : PR 4476

  • Detecting IP conflicts takes place before gateway detection, avoiding communication failure : PR 4505

  • coodirnator: optimize the detectiong timeout for ip conflict and gateway detection : PR 4512


Total

Pull request number: 24

Commits

Release v1.0.0-rc4

31 Dec 15:38
aea3599
Compare
Choose a tag to compare

v1.0.0-rc4

Welcome to the v1.0.0-rc4 release of Spiderpool!
Compared with version:v1.0.0-rc3, version:v1.0.0-rc4 has the following updates.


New Feature

  • chart: update plugins image : PR 4406

  • Add cluster dropdown menu for grafana dashboard : PR 4409

  • fix: multus fails to reach api server when the old service account is out of data && update multus to v4 : PR 4393


Fix

  • Reduce excessive WARN logs for forbidden resource access : PR 4356

  • Fix: one NIC's IP pool shortage depleted IPs of other NICs in a multi-NIC setup. : PR 4379

  • Fix: statefulSet applications failed to create in multi-NIC scenarios. : PR 4359

  • Fix: the pod fails to run because the certificate of the pod webhook is not up to data after helm upgrading : PR 4420

  • fix: fail to get podCIDR and serviceCIDR : PR 4366

  • Fix controller panic in cilium ipam is multi-pool : PR 4433

  • Detect IP conflicts before gateway detection to fix communication fail : PR 4474


Total

Pull request number: 50

Commits

Release v1.0.0-rc3

28 Nov 09:57
f9b202f
Compare
Choose a tag to compare

v1.0.0-rc3

Welcome to the v1.0.0-rc3 release of Spiderpool!
Compared with version:v1.0.0-rc2, version:v1.0.0-rc3 has the following updates.


New Feature

  • Add pod owner attributes for RDMA metrics : PR 4294

Fix

  • Fix miss rdma dependency : PR 4263

  • Remove ServiceMonitor dup namespaceSelector : PR 4271

  • Update GrafanaDashboard : PR 4264


Total

Pull request number: 22

Commits

Release v1.0.0-rc2

31 Oct 08:15
646ed6d
Compare
Choose a tag to compare

v1.0.0-rc2

Welcome to the v1.0.0-rc2 release of Spiderpool!
Compared with version:v1.0.0-rc1, version:v1.0.0-rc2 has the following updates.


New Feature

  • spiderpool-agent: support to configure the sysctl config for node : PR 3772

  • doc: ai with macvlan : PR 3870

  • agent set rp_filter to 0 for the each node : PR 3898

  • Support ipv6 subnet with CIDR mask bigger than 64 : PR 3804

  • Add chainCNI support for spidermultusconfig : PR 3918

  • Add a pod mutating webhook to auto inject the pod network resources : PR 4179

  • Add a flag to configure an link-local address to veth0 for istio : PR 4206

  • Add RDAM metrics : PR 4112


Fix

  • pod launched by unexpected CNI when the health checking of the agent fails and multus.conf is lost : PR 3758

  • rbac: remove permissions for patch/update nodes and webhook resources : PR 3880

  • fix: Spiderpool GC incorrect IP address during statefulset Pod scale up/down, causing IP conflict : PR 3778

  • coordinator should only set rp_filter for pod but not the node : PR 3906

  • coordinator: fix wrong policy route when there is more than 1 secondary nics : PR 3873

  • Update GOMAXPROCS configuration : PR 4013

  • fix: cannot uninstall spiderpool when sriovOperatorConfig is installed : PR 3925

  • Fix panic when create spidermultusconfig with nil podRPFilter in validate webhook : PR 4062

  • Fix wrong validate for unicast podMACPrefix when creating spiderMultusConfig : PR 4098

  • fix: avoid failures when cleaning up spiderpool resources due to resourceVersion conflicts. : PR 4130

  • fix: optimize the cleanup code judgment of NotFound resources : PR 4156

  • fix: same-name conflict check specified by multus.spidernet.io/cr-name : PR 4168


Total

Pull request number: 84

Commits

Release v0.9.7

26 Sep 06:00
36b96b7
Compare
Choose a tag to compare

v0.9.7


Fix

  • Fix panic when create spidermultusconfig with nil podRPFilter in validate webhook : PR 4078

  • Fix wrong validate for unicast podMACPrefix when creating spiderMultusConfig : PR 4108


Total

Pull request number: 6

Commits

Release v0.9.6

04 Sep 05:48
a0a9f87
Compare
Choose a tag to compare

v0.9.6


Fix

  • Fix:the chart value tuneSysctlConfig does not work : PR 3988

  • Update GOMAXPROCS configuration : PR 4014


Total

Pull request number: 3

Commits