3.140.0 - 2025-04-22
Added
- New config value to allow override of listen ip for external proxy
(external_proxy.host_ip).
#3274
Changed
- The IP table chain names used by the agent are no longer randomized. The
agent detects if another agent is already
running or if a previous cleanup failed.
#3159 - Corrected agent pod creation progress message.
Fixed
- Fix issue with port-forward feature that prevented more than one open
connection per socket addr.
#3158 - Use ss for killing existing connections to allow stealing to begin
Internal
-
Add cargo-deny action to check for any advisory or license issues.
Small updates to dependencies is also inculded
#3250 -
Refactors the e2e tests utils.rs into multiple files/modules.