aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
27 stars 10 forks source link

envoy_reloadable_features_tcp_pool_idle_timeout deprecation from Envoy PR 29113 #42

Closed suniltheta closed 9 months ago

suniltheta commented 1 year ago

Note: Do no include this commit in a release until the change on Envoy side is released, probably until v1.28 Envoy release

Note: Do not include this PR commit for any releases prior to v1.28.0.0

Current status of PR https://github.com/envoyproxy/envoy/pull/29113 is Merged and release in v1.28.0

Summary

Remove setting envoy_reloadable_features_tcp_pool_idle_timeout reloadable feature

Implementation details

Testing

cd agent; make build

New tests cover the changes: no

Description for the changelog

Remove setting env variable that control flag envoy_reloadable_features_tcp_pool_idle_timeout

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.