Releases: datacenter/ACI-Kubernetes-Visualiser
Releases · datacenter/ACI-Kubernetes-Visualiser
Release: v2.0.0
- Show interface name as labels for node to leaf edges.
- Show multiple links for multiple ifaces.
- Remove VM_Host from graph(Temp change for baremetal case)
- See the interface details on the pod-to-node graph.
- Color code edge for primary iface link and links of secondary ifaces.
- Read the nodefabricnetworkattachment, get connection info and provide the new link for worker node to leaf node (different coloring).
- Remove arrows from "Pod & Nodes" view.
- Fix bug where the pod to node edges were duplicated on graph regeneration.
- Read the pod based interface information from nodefabricnetworkattachment CR.
- Changes for modified structure of nodefabricnetworkattachment CR.
- Move role and rolebinding to access nodefabricnetworkattachments from neo4j template to vkaci template.
- Modify the queries as per the new pod information from nodefabricnetworkattachment CR.
- Add PF, VF for SRIOV ifaces.
- Fix bug where duplicate nodes were shown.
- Fixed query incase node_leaf_all_iface_conn is empty to show worker node and its pods
- Removed the VM host between the node(s) and leaf(s) for baremetal case.
- Fixed the bug of links between node(s) and leaf(s) getting same label for baremetal case
- Fixed the issue of graph not updating on regenerating the graph after deleting the CR.
- Removed labels from the queries
- Wrapped the CR fetch in try except block
- Removed dragview from neovis
- Removed unnecessary commas while showing interfaces name
- Added optional match for primary link query
- Fix node/pod topology in absence of VM_HOST node
- Add auto-detect functionality for ESX/Baremetal
- Fix labels for the node
- Added more UTs related to SRIOV and macvlan
- Check nfad type based on primarycni field
- Adding check in helm template to add role/rolebinding if CNO is enabled
Release: v1.1.1
- Added support for LoadBalancer IP for Cilium
- Fixed an issue with the Service Table View
What's Changed
Full Changelog: v1.1.0...v1.1.1
Release: v1.1.0
Release: v1.0.1
Release: v1.0.0
What's Changed
- Samiib/labels by @samiib in #2
- Samiib/servicestable by @samiib in #4
- Enhanced #6 by @samiib in #7
- #8 - update read me by @samiib in #9
- Close #10 by @samiib in #11
- Create vkaci-test.yml by @samiib in #12
- fixed #13 by @samiib in #14
- Fix code for security in logger.info by @samiib in #15
- Samiib/testrelease by @samiib in #17
New Contributors
Full Changelog: v0.1...v1.0.0