Skip to content

Commit aaf71da

Browse files
authored
release v1.0.0 (#528)
1 parent ef058d0 commit aaf71da

File tree

6 files changed

+3000
-598
lines changed

6 files changed

+3000
-598
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/v0.0.18
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.0.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/m7r9p7b3/aws-gateway-controller
16-
newTag: v0.0.18
16+
newTag: v1.0.0

docs/guides/deploy.md

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

135135
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
136136
```bash
137-
kubectl apply -f examples/deploy-v0.0.18.yaml
137+
kubectl apply -f examples/deploy-v1.0.0.yaml
138138
```
139139
or
140140
```bash
@@ -143,7 +143,7 @@ Alternatively, you can manually provide configuration variables when installing
143143
# Run helm with either install or upgrade
144144
helm install gateway-api-controller \
145145
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
146-
--version=v0.0.18 \
146+
--version=v1.0.0 \
147147
--set=serviceAccount.create=false --namespace aws-application-networking-system \
148148
# awsRegion, clusterVpcId, awsAccountId are required for case IMDS is not available.
149149
--set=awsRegion= \

0 commit comments

Comments
 (0)