From d17acc09577fea1bfcc1e330ce47233859fa38d1 Mon Sep 17 00:00:00 2001 From: Steffen Neubauer Date: Mon, 12 Jun 2023 11:50:59 +0200 Subject: [PATCH] docs(deploy): make sure we link to latest template version (#25) accidentally broke the auto-update of the links in the README in a previous PR. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fad65b7..d76164f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ If this DNS name is not already hosted on AWS Route 53, you need to [create a ho Now you can deploy the solution using AWS CloudFormation. - -Follow the link to the [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=garden-dev-cluster&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.4.0/garden-dev-cluster.template.yaml) template ([View Template Source](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.4.0/garden-dev-cluster.template.yaml)). + +Follow the link to the [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=garden-dev-cluster&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.5.0/garden-dev-cluster.template.yaml) template ([View Template Source](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.5.0/garden-dev-cluster.template.yaml)). #### Parameters @@ -70,4 +70,4 @@ Enter the domain chosen in [step 1 (DNS Setup)](#1-dns-setup). When launching, updating or deleting the CloudFormation Stack we collect anonymized telemetry and send it to Segment.io. It helps us understand how our users use Garden and aids our decision process when prioritizing new features, bug fixing, etc. -We put great effort in making sure we only collect completely anonymized data by hashing sensitive information using SHA-512. See also the implementation at [`src/functions/tracking.ts`](src/functions/tracking.ts). \ No newline at end of file +We put great effort in making sure we only collect completely anonymized data by hashing sensitive information using SHA-512. See also the implementation at [`src/functions/tracking.ts`](src/functions/tracking.ts).