Skip to content

Commit 4e062e7

Browse files
authored
Release artifacts for v1.1.0 (#684)
* Release artifacts for release v1.1.0
1 parent f54994c commit 4e062e7

File tree

8 files changed

+2674
-7880
lines changed

8 files changed

+2674
-7880
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.0.7
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.0
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.0.7
16+
newTag: v1.1.0

docs/guides/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can choose from [Pod Identities](https://docs.aws.amazon.com/eks/latest/user
181181
# Run helm with either install or upgrade
182182
helm install gateway-api-controller \
183183
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
184-
--version=v1.0.7 \
184+
--version=v1.1.0 \
185185
--set=serviceAccount.create=false \
186186
--namespace aws-application-networking-system \
187187
--set=log.level=info # use "debug" for debug level logs
@@ -190,7 +190,7 @@ You can choose from [Pod Identities](https://docs.aws.amazon.com/eks/latest/user
190190
=== "Kubectl"
191191
192192
```bash
193-
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.7.yaml
193+
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0.yaml
194194
```
195195
196196

docs/guides/getstarted.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4242
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4343
helm upgrade gateway-api-controller \
4444
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
45-
--version=v1.0.6 \
45+
--version=v1.1.0 \
4646
--reuse-values \
4747
--namespace aws-application-networking-system \
4848
--set=defaultServiceNetwork=my-hotel
@@ -221,7 +221,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
221221
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
222222
helm upgrade gateway-api-controller \
223223
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
224-
--version=v1.0.6 \
224+
--version=v1.1.0 \
225225
--reuse-values \
226226
--namespace aws-application-networking-system \
227227
--set=defaultServiceNetwork=my-hotel
@@ -401,9 +401,9 @@ aws vpc-lattice delete-service-network-vpc-association --service-network-vpc-as
401401
=== "Kubectl"
402402
```bash
403403
kubectl config use-context gw-api-controller-demo
404-
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4.yaml
404+
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0.yaml
405405
kubectl config use-context gw-api-controller-demo-2
406-
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4.yaml
406+
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0.yaml
407407
```
408408
409409
1. Delete the service network:

0 commit comments

Comments
 (0)