Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added podDistruptionBudget for appmesh-controller pods
Updated Chart version and test.yaml Update jaegar tracing Envoy config to v3 API (aws#468) Bump Envoy image version to v1.17.2.0-prod (aws#471) Updated Readme for appmesh-controller Installation via helm (aws#458) Fixed typos in comments (aws#461) Added instructions for assuming role by service account Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Added jaeger support for VirtualGateway Envoy (aws#469) Update jaegar tracing Envoy config to v3 API (aws#468) Bump Envoy image version to v1.17.2.0-prod (aws#471) VirtualGateway and VirtualNode should use same EnvoyTemplate variables Restructured code such that VirtulalNode and VirtualGateway uses same sidecarbuilder class to get Env variables Tested with Jaeger endpoint reverted unnecesaary changes Updated Test case of VGW for datadog and StatsD Used getEnvoyEnv method for VGW envoy as well Fixed test cases for vgw envoy Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> GatewayRoute changes (aws#459) Added Test case for gateway_validator Update to gatewayroute test case Added matching based on path and query parameters in Route CRD Added path rewrite changes to Gateway Route CRDs Updated 1. gatewayroute_type and virtualrouter_type changes 2. CRD conversion Changes for gatewayroute and virtualrouter 3. Validator changes for gatewayroute Added Rewrite changes to GatewayRoute CRD Added Conversion code for CRD to SDK Added Validation logic for Rewrite Added Validation Tests Added Conversion Tests Fixed race condition test (aws#457) Fixed typos in comments (aws#461) Updated LiveDocs for VGW section (aws#454) Update docs for vgw (aws#467) * Updated LiveDocs for sidecar Injection in VGW section * Added a new section for VGW CRD in LiveDocs reference * Updated Docs to explain the association of VGW and GWRoutes * Updated Live Docs for VGW * minor change Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Added a new GatewayRoute selector optional field to VirtualGateway (aws#464) * Added a new GatewayRoute selector optional field to VirtualGateway Updated membership_designator logic for GatewayRoute to VirtualGateway * Select only those virtualGateways which have matching gatewayRoute selector if specified * Updated Logic for GatewayRoute Selector * Updated logic in membership_designator and added test cases * Addressed PR comments * Updated error Message to include gatewayroute name if we cannot find any matching virtualgateways. * Updated CRD for VirtualGateway * Undo crd changes as these must be sent to a preview branch for 1.4.0 release * Added VGW CRD changes Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Update jaegar tracing Envoy config to v3 API (aws#468) Added validation logic Updated Test files Changes tested with gamma endpoint Use camel casing for field names instead of underscores reverted go.mod changes Updated CRD's , fixed naming revert go.sum changes Changes to troubleshooting guide Changed HTTPathMatch to a pointer in HTTPRouteMatch GatewayRoute association readme changes Updated Validation logic for Header match filters Reverted header match empty validation of GatewayRoute Fixed SDK model path Fixed few Test cases Fixed enum for DefaultPrefix in gatewayroute CRD Fixed Validation for Gatewayroute headers Added Webhook Validation for VirtualRouter Path and QueryParameters Fixed virtualrouter spec for Prefix and Path Changed query_parameters to queryParameters in crd description for VR Added Missing Test Cases for gatewayroute validation and conversion Fixed enum for defaultRewrite Fixed typo Fixed typo Removed unnecessary assignment of nil removed redundant comments Fixed some issues with GRPCRoute Added Rewrite scenario in Conversion of GRPCGatewayroute Action Removed TargetBased field Changed name of field Prefix to Value Updated Tests Use preview models to so controller build doesn't fail Removed redundant fields Cleaned up Tests Improved validation for Prefix Rewrite Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Added Cloud Map debug logs for Register/Deregister events (aws#477) Added debug log statements to track pod events minor change to debug message Added debug logs to pod convert list Print PodIps before and after we convert list Fixed typo Reverted unnecessary changes to pod_conversion.go Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> add responseType to configure DNS service discovery type (aws#479) Use podDisruptionBudget: {} as default value instead of having an enable flag Added check to ensure replica Count > 1
- Loading branch information