Skip to content

Releases: datacenter/ACI-Kubernetes-Visualiser

Release: v2.0.0

09 Oct 06:12
071d91d
Compare
Choose a tag to compare
  1. Show interface name as labels for node to leaf edges.
  2. Show multiple links for multiple ifaces.
  3. Remove VM_Host from graph(Temp change for baremetal case)
  4. See the interface details on the pod-to-node graph.
  5. Color code edge for primary iface link and links of secondary ifaces.
  6. Read the nodefabricnetworkattachment, get connection info and provide the new link for worker node to leaf node (different coloring).
  7. Remove arrows from "Pod & Nodes" view.
  8. Fix bug where the pod to node edges were duplicated on graph regeneration.
  9. Read the pod based interface information from nodefabricnetworkattachment CR.
  10. Changes for modified structure of nodefabricnetworkattachment CR.
  11. Move role and rolebinding to access nodefabricnetworkattachments from neo4j template to vkaci template.
  12. Modify the queries as per the new pod information from nodefabricnetworkattachment CR.
  13. Add PF, VF for SRIOV ifaces.
  14. Fix bug where duplicate nodes were shown.
  15. Fixed query incase node_leaf_all_iface_conn is empty to show worker node and its pods
  16. Removed the VM host between the node(s) and leaf(s) for baremetal case.
  17. Fixed the bug of links between node(s) and leaf(s) getting same label for baremetal case
  18. Fixed the issue of graph not updating on regenerating the graph after deleting the CR.
  19. Removed labels from the queries
  20. Wrapped the CR fetch in try except block
  21. Removed dragview from neovis
  22. Removed unnecessary commas while showing interfaces name
  23. Added optional match for primary link query
  24. Fix node/pod topology in absence of VM_HOST node
  25. Add auto-detect functionality for ESX/Baremetal
  26. Fix labels for the node
  27. Added more UTs related to SRIOV and macvlan
  28. Check nfad type based on primarycni field
  29. Adding check in helm template to add role/rolebinding if CNO is enabled

Release: v1.1.1

15 Jun 21:11
721f736
Compare
Choose a tag to compare
  • Added support for LoadBalancer IP for Cilium
  • Fixed an issue with the Service Table View

What's Changed

  • Add support for LB IP and Fixed Service Table View by @camrossi in #39

Full Changelog: v1.1.0...v1.1.1

Release: v1.1.0

25 Feb 01:54
c749ab4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Release: v1.0.1

08 Oct 05:25
41ba9e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Release: v1.0.0

16 Aug 05:10
eb0dfae
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @samiib made their first contribution in #2

Full Changelog: v0.1...v1.0.0