Skip to content

Commit 46fdf14

Browse files
author
Doyoon Kim
committed
Release artifacts for v1.0.1
1 parent 29b922b commit 46fdf14

File tree

5 files changed

+8
-8
lines changed

5 files changed

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

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-v1.0.0.yaml
137+
kubectl apply -f examples/deploy-v1.0.1.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=v1.0.0 \
146+
--version=v1.0.1 \
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= \

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: aws-gateway-controller-chart
33
description: A Helm chart for the Gateway Controller for AWS VPC Lattice
4-
version: v1.0.0
5-
appVersion: v1.0.0
4+
version: v1.0.1
5+
appVersion: v1.0.1
66
home: https://github.com/aws/aws-application-networking-k8s
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
7-
tag: v1.0.0
7+
tag: v1.0.1
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

@@ -77,4 +77,4 @@ clusterVpcId:
7777
clusterName:
7878
defaultServiceNetwork:
7979
latticeEndpoint:
80-
logLevel:
80+
logLevel:

0 commit comments

Comments
 (0)