Releases: otterize/network-mapper
Releases · otterize/network-mapper
v2.0.11
What's Changed
- Reduce the risk of misidentification of incoming traffic by verifying destination hostname when resolving incoming internet traffic; Use
/proc/<pid>/root/etc/hostnamefor IP to hostname resolution as an alternative to/proc/<pid>/environby @omris94 in #244 - Fix a bug where detected TCP traffic from pods a short time before their deletion time could be labeled as incoming traffic from the internet by @omris94 in #245
Full Changelog: v2.0.10...v2.0.11
v2.0.10
What's Changed
- Fix rare issue concerning captures going stale on the AWS VPC CNI, as well as auto-resolve addresses with no currently seen DNS traffic in the cluster by @orishoshan in #242
Full Changelog: v2.0.9...v2.0.10
v2.0.9
What's Changed
- Improve load balancer service resolution - support shared external ip address by @omris94 in #238
- FIx bug where
hostNetworkpods could be falsely detected as incoming traffic from outside of the cluster; Support resolution ofLoadBalancertyped services using their node ports by @omris94 in #240 - Fix bug where discovered traffic from a pod wasn't filtered properly by its creation timestamp by @omris94 in #243
Full Changelog: v2.0.8...v2.0.9
v2.0.7
v2.0.6
v2.0.5
What's Changed
- Fix a bug where the source hostnames weren't enforced on TCP capture results for AWS; Add a configuration key to define the time a server-pod has to live for us to trust it's IP by @omris94 in #227
- Fix a bug where a TCP connection to a
hostNetworkpod could rarely be resolved to the wrong service by @omris94 in #228 - Improve the way we resolve services DNS to identities by going directly from the
targetRefofendpointsinstead of going through IP addresses by @omris94 in #229
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Fix a bug where internet intents discovered with CNAME instead of the actual domain name by @NetanelBollag in #223
- Preparation for the release of ClientIntents v2 by @omris94 in #221 #226
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Support cross cluster visibility by @NetanelBollag in #220
- Report TCP sniffing count telemetry by @NetanelBollag in #218
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix bug where incorrect stack traces would be reported for sentinel errors by @orishoshan in #213
- Add stack traces to panics reported in telemetry error reporting by @orishoshan in #215
- Fix bug that would cause harmless errors to be logged when a Service was deleted by the time resolution happened by @orishoshan in #216
- Enable DNS resolution for DNS ClientIntents by default by @NetanelBollag in #217
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix cases where errors would not be reported to telemetry or would be reported with wrong stack by @orishoshan in #202
- Fix bug where external ingress traffic detection would fail if more than one pod was found with the IP in cluster when determining if traffic is external by @orishoshan in #214
Full Changelog: v2.0.0...v2.0.1