ChangeLog
- Include ports on edges from services to workloads
- Read manifest from stdin when filename is - contributed by @himslm01
- Container image available in DockerHub contributed by @QuadmanSWE
- Add two new examples: OpenAirInterface 5G Core Network and docker-open5gs
- Add support for 5 new resources: RuntimeClass, CSINode, CSIStorageCapacity, PodTemplate, ReplicationController, and VerticalPodAutoscaler
- Add support for many beta API versions
- Deal with malformed manifests
- Improve support for NetworkPolicy resources: ingress and egress rules with podSelector are represented by brown edges between workload objects
- Improve helm-diagrams command
- Improve info/warning/error messages of kube-diagrams command
- Apply pylint
- Improve documentation in README.md
- Add logo
What's Changed
- read manifest from stdin when filename is
-
by @himslm01 in #14 - Begun work on support for running in a container. by @QuadmanSWE in #15
New Contributors
- @himslm01 made their first contribution in #14
- @QuadmanSWE made their first contribution in #15
Full Changelog: v0.1.0...v0.2.0