Skip to content

Commit 3b024e5

Browse files
committed
Release 1.0.6 S7-adpater fix
1 parent b4ff18b commit 3b024e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5"
58+
export VERSION="1.0.6"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ 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.5",
40+
"SFC_COMPONENT_VERSION": "1.0.6",
4141
"SFC_COMPONENT_BUCKET": componentBucket.bucketName,
42-
"SFC_COMPONENT_PREFIX": "1.0.5",
43-
"SFC_LATEST_RELEASE_BUNDLE_URI": "https://dyy8lqvmsyeqk.cloudfront.net/70fc6d4/bundle/sfc-bundle.zip",
42+
"SFC_COMPONENT_PREFIX": "1.0.6",
43+
"SFC_LATEST_RELEASE_BUNDLE_URI": "https://dyy8lqvmsyeqk.cloudfront.net/b4ff18b/bundle/sfc-bundle.zip",
4444
"SFC_LATEST_RELEASE_BUNDLE_NAME": "sfc-bundle.zip"
4545
}
4646
},

0 commit comments

Comments
 (0)