Skip to content

Commit 31070fa

Browse files
zijun726911Zijun Wang
andauthored
Change github-release.sh to substitute new version number in the getstarted.md (#636)
Co-authored-by: Zijun Wang <zijunw@amazon.com>
1 parent 5365778 commit 31070fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/guides/getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4242
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4343
helm upgrade gateway-api-controller \
4444
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
45-
--version=v1.0.4 \
45+
--version=v1.0.5 \
4646
--reuse-values \
4747
--namespace aws-application-networking-system \
4848
--set=defaultServiceNetwork=my-hotel
@@ -221,7 +221,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
221221
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
222222
helm upgrade gateway-api-controller \
223223
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
224-
--version=v1.0.4 \
224+
--version=v1.0.5 \
225225
--reuse-values \
226226
--namespace aws-application-networking-system \
227227
--set=defaultServiceNetwork=my-hotel

scripts/github-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ sed_inplace "appVersion: $OLD_VERSION" "appVersion: $RELEASE_VERSION" "$WORKSPAC
6161
sed_inplace "tag: $OLD_VERSION" "tag: $RELEASE_VERSION" "$WORKSPACE_DIR"/helm/values.yaml
6262
sed_inplace "deploy-$OLD_VERSION.yaml" "deploy-$RELEASE_VERSION.yaml" "$WORKSPACE_DIR"/docs/guides/deploy.md
6363
sed_inplace "--version=$OLD_VERSION" "--version=$RELEASE_VERSION" "$WORKSPACE_DIR"/docs/guides/deploy.md
64+
sed_inplace "--version=$OLD_VERSION" "--version=$RELEASE_VERSION" "$WORKSPACE_DIR"/docs/guides/getstarted.md
6465

6566
# Build the deploy.yaml
6667
make build-deploy

0 commit comments

Comments
 (0)