Skip to content

Commit d0e60b7

Browse files
author
Ryan Lymburner
authored
Merge branch 'main' into vbedi_issue724
2 parents 9f7cd52 + 9b189f0 commit d0e60b7

File tree

9 files changed

+2705
-11
lines changed

9 files changed

+2705
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ This project is licensed under the Apache-2.0 License.
5555
[getting-started]: https://www.gateway-api-controller.eks.aws.dev/guides/getstarted/
5656
[spec]: https://www.gateway-api-controller.eks.aws.dev/api-reference/
5757
[concepts]: https://www.gateway-api-controller.eks.aws.dev/concepts/
58-
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.6
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.7
5959
[godoc]: https://www.gateway-api-controller.eks.aws.dev/

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ configMapGenerator:
1313
images:
1414
- name: controller
1515
newName: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
16-
newTag: v1.1.6
16+
newTag: v1.1.7

docs/concepts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In the context of Kubernetes, Amazon VPC Lattice helps to simplify the following
5353
After configuring your services with the AWS Gateway API Controller, you can facilitate advanced traffic management and application layer routing between services on those clusters without dealing with the underlying infrastructure.
5454
VPC Lattice handles a lot of the details for you without needing things like sidecars.
5555

56-
**Multi-cluster health check consistency**: When using TargetGroupPolicy with ServiceExport resources, health check configurations are automatically propagated across all clusters participating in the service mesh. This ensures consistent health monitoring behavior regardless of which cluster contains the route resource, eliminating configuration drift and improving reliability in multi-cluster deployments.
56+
- **Multi-cluster health check consistency**: When using TargetGroupPolicy with ServiceExport resources, health check configurations are automatically propagated across all clusters participating in the service mesh. This ensures consistent health monitoring behavior regardless of which cluster contains the route resource, eliminating configuration drift and improving reliability in multi-cluster deployments.
5757
- **Cross-platform access**: VPC Lattice allows access to serverless and Amazon EC2 features, as well as Kubernetes cluster features.
5858
This gives you a way to have a consistent interface to multiple types of platforms.
5959
- **Implement a defense-in-depth strategy**: Secure communication between services and networks.

docs/guides/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ aws ecr-public get-login-password --region us-east-1 | helm registry login --use
191191
# Run helm with either install or upgrade
192192
helm install gateway-api-controller \
193193
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
194-
--version=v1.1.6 \
194+
--version=v1.1.7 \
195195
--set=serviceAccount.create=false \
196196
--namespace aws-application-networking-system \
197197
--set=log.level=info # use "debug" for debug level logs
@@ -200,7 +200,7 @@ helm install gateway-api-controller \
200200
=== "Kubectl"
201201

202202
```bash
203-
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.6.yaml
203+
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.7.yaml
204204
```
205205

206206
1. Create the `amazon-vpc-lattice` GatewayClass:

docs/guides/getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4343
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4444
helm upgrade gateway-api-controller \
4545
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
46-
--version=v1.1.6 \
46+
--version=v1.1.7 \
4747
--reuse-values \
4848
--namespace aws-application-networking-system \
4949
--set=defaultServiceNetwork=my-hotel
@@ -222,7 +222,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
222222
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
223223
helm upgrade gateway-api-controller \
224224
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
225-
--version=v1.1.6 \
225+
--version=v1.1.7 \
226226
--reuse-values \
227227
--namespace aws-application-networking-system \
228228
--set=defaultServiceNetwork=my-hotel

0 commit comments

Comments
 (0)