Skip to content

Commit 6f18450

Browse files
author
Zijun Wang
committed
Release artifacts for release v1.0.2
1 parent 80abde2 commit 6f18450

File tree

6 files changed

+780
-58
lines changed

6 files changed

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

docs/guides/deploy.md

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

154154
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
155155
```bash
156-
kubectl apply -f examples/deploy-v1.0.1.yaml
156+
kubectl apply -f examples/deploy-v1.0.2.yaml
157157
```
158158
or
159159
```bash
@@ -162,7 +162,7 @@ Alternatively, you can manually provide configuration variables when installing
162162
# Run helm with either install or upgrade
163163
helm install gateway-api-controller \
164164
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
165-
--version=v1.0.1 \
165+
--version=v1.0.2 \
166166
--set=serviceAccount.create=false --namespace aws-application-networking-system \
167167
# use "debug" for debug level logs
168168
--set=log.level=info \

0 commit comments

Comments
 (0)