Skip to content

Commit 2c85ba7

Browse files
committed
tagging to v1.0.2
1 parent d9d9199 commit 2c85ba7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ At first we have to download and extract the SFC bundles. These are precompiled
5555

5656
```shell
5757
# Define sfc version and directory
58-
export VERSION="1.0.1"
58+
export VERSION="1.0.2"
5959
export SFC_DEPLOYMENT_DIR="./sfc"
6060
```
6161

deployment/greengrass-sfc-components/release-version-as-components-cdk/lib/greengrass-sfc-components-stack.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ export class GreengrassSfcComponentsStack extends cdk.Stack {
3737
"AWS_REGION": this.region,
3838
"ACCOUNT_ID": this.account,
3939
"SFC_COMPONENT_BASENAME": "com.amazon.sfc",
40-
"SFC_COMPONENT_VERSION": "1.0.0",
40+
"SFC_COMPONENT_VERSION": "1.0.2",
4141
"SFC_COMPONENT_BUCKET": componentBucket.bucketName,
42-
"SFC_COMPONENT_PREFIX": "1.0.0",
43-
"SFC_LATEST_RELEASE_BUNDLE_URI": "https://dyy8lqvmsyeqk.cloudfront.net/3fe22e8/bundle/sfc-1.0.0.zip",
44-
"SFC_LATEST_RELEASE_BUNDLE_NAME": "sfc-1.0.0.zip"
42+
"SFC_COMPONENT_PREFIX": "1.0.2",
43+
"SFC_LATEST_RELEASE_BUNDLE_URI": "https://dyy8lqvmsyeqk.cloudfront.net/d9d9199/bundle/sfc-bundle.zip",
44+
"SFC_LATEST_RELEASE_BUNDLE_NAME": "sfc-bundle.zip"
4545
}
4646
},
4747
phases: {

0 commit comments

Comments
 (0)