Skip to content

Commit 26e8240

Browse files
author
Zijun Wang
committed
Release artifacts for release v1.0.3
1 parent 26930b9 commit 26e8240

File tree

6 files changed

+661
-64
lines changed

6 files changed

+661
-64
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.2
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.3
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.2
16+
newTag: v1.0.3

docs/guides/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Alternatively, you can manually provide configuration variables when installing
159159

160160
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
161161
```bash
162-
kubectl apply -f examples/deploy-v1.0.2.yaml
162+
kubectl apply -f examples/deploy-v1.0.3.yaml
163163
```
164164
or
165165
```bash
@@ -168,7 +168,7 @@ Alternatively, you can manually provide configuration variables when installing
168168
# Run helm with either install or upgrade
169169
helm install gateway-api-controller \
170170
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
171-
--version=v1.0.2 \
171+
--version=v1.0.3 \
172172
--set=serviceAccount.create=false --namespace aws-application-networking-system \
173173
# use "debug" for debug level logs
174174
--set=log.level=info \

0 commit comments

Comments
 (0)