Skip to content

Commit ea22a9f

Browse files
committed
Release artifacts for release v1.1.4
1 parent 528d716 commit ea22a9f

File tree

7 files changed

+2703
-9
lines changed

7 files changed

+2703
-9
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.3
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.4
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.3
16+
newTag: v1.1.4

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.3 \
194+
--version=v1.1.4 \
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.3.yaml
203+
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.4.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.3 \
46+
--version=v1.1.4 \
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.3 \
225+
--version=v1.1.4 \
226226
--reuse-values \
227227
--namespace aws-application-networking-system \
228228
--set=defaultServiceNetwork=my-hotel

0 commit comments

Comments
 (0)