Skip to content

Releases: np-guard/cluster-topology-analyzer

Release v1.2.0

23 Jun 12:51
4840bcf
Compare
Choose a tag to compare

Changes in this Release:

  • A flag (-netpols) allows producing synthesized K8s NetworkPolicy resources as output instead of a list of connections. These network-policies allow only the connections found by the topology analyzer and nothing more.
  • The NetworkPolicy synthesis is also available via an API function: func PoliciesFromFolderPath(fullTargetPath string) ([]*networking.NetworkPolicy, error)
  • The module is published to pkg.go.dev and can be retrieved with go get github.com/np-guard/cluster-topology-analyzer
  • Fixed a bug with parsing multi-document YAML files (first document could be missed if it had comments containing ---)
  • Fixed a crash when YAMLs were found in the top-level dir

Release v1.1.0

02 Mar 07:55
21247b2
Compare
Choose a tag to compare

Changes in this Release:

  • Including serviceAccountName field for deployments
  • Initial support for ConfigMap analysis