What's Changed
- Update golang patch version by @Pavani-Panakanti in #353
- Fix error handling while publishing events to cloudwatch by @Pavani-Panakanti in #363
- Restart container if grpc handler setup fails by @Pavani-Panakanti in #364
- Fix standard mode return packet drop at pod startup by @Pavani-Panakanti in #361
- aws-eks-na-cli changes to dump new ebpf map by @Pavani-Panakanti in #366
- Attach new probes at start if probe update required by @Pavani-Panakanti in #365
- Find the host veth name before attaching or detaching probes by @jaydeokar in #367
- Fix getting the latest k8s version by @jaydeokar in #370
Full Changelog: v1.1.6...v1.2.0
Key Fix
This release includes important fix for issue #345 which will prevent return packets from being dropped at pod start in standard mode.
- Any newly created pods after upgrading to v1.2.0 will not be affected by this issue
- Enabling network policies for the first time on any existing pods from before this release can still run into this issue
- For more details on AWS network policy modes and their functionality, refer to the documentation:
AWS Network Policy Enforcing Mode (v1.17.1+)