Skip to content

Commit dd3c420

Browse files
committed
Release artifacts for release v1.1.0
1 parent f54994c commit dd3c420

File tree

7 files changed

+2670
-7876
lines changed

7 files changed

+2670
-7876
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

0 commit comments

Comments
 (0)