Rohit Agrawal
Rohit Agrawal
## Description This PR fixes the issue defined in https://github.com/argoproj/argo-rollouts/issues/2151 where `AnalysisRun` doesn't transition to `Successful` from `Running` when only Dry-Run metrics are defined and being evaluated. As per the...
## Description We have observed a significant increase in the occurrence of **408** status codes accompanied by `max_duration_timeout` responses during the transition from version **1.28** to **1.29**. Our suspicion is...
## Description We're leveraging Envoy to establish an mTLS tunnel, following a setup quite similar to the [standard configuration](https://github.com/envoyproxy/envoy/blob/ad805fa30ff37eef5133713b876449de06f638c2/configs/encapsulate_http_in_http2_connect.yaml). Additionally, we're utilizing the [Set-Filter State HTTP Filter](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/common/set_filter_state/v3/value.proto#envoy-v3-api-msg-extensions-filters-common-set-filter-state-v3-filterstatevalue) to transmit the...
### Background **See:** https://github.com/envoyproxy/envoy/issues/35711 ### Changes This PR adds a new generic string object factory with hashing interface in filter state with key `envoy.hashable_string` which could be used when unique...
## Description This PR have some cleanup in config discovery proto docs for consistency. We are using the note annotations and the backticks inconsistently throughout right now. --- **Commit Message:**...
## Description This PR adds a trie-based implementation for `ServerNameMatcher` [[Link](https://www.envoyproxy.io/docs/envoy/latest/xds/type/matcher/v3/domain.proto#server-name-matcher-proto)]. **Example Config:** ```yaml matcher_tree: input: name: input typed_config: "@type": type.googleapis.com/google.protobuf.StringValue custom_match: name: domain_matcher typed_config: "@type": type.googleapis.com/xds.type.matcher.v3.ServerNameMatcher domain_matchers: - domains:...
## Description This PR bumps up the version of `cel-cpp` to v0.11.0. There are some major changes where we now have `cel::expr::ParsedExpr` instead of `google::api::expr::v1alpha1::ParsedExpr`. We are doing the conversion...
## Description This PR bumps up the version of `rules_foreign_cc` to v0.15.0. --- **Commit Message:** deps: bump up rules_foreign_cc to v0.15.0 **Additional Description:** Bump up the version of `rules_foreign_cc` to...
## Description This PR bumps up the version of `aspect_bazel_lib` to v2.19.1. This time we have also patches the YQ which has been moved out as a separate dep. ---...
## Description: This PR introduces an optimized implementation of the `HeaderMap` interface that provides better performance for common header operations. It uses a combination of vector and hash map for...