Skip to content

Commit

Permalink
bumped to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Oct 4, 2019
1 parent d75f41f commit 4067f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=0.2.0
tag=v0.2.0
release=0.2.1
tag=v0.2.1
pre_tag_command=sed -i '' -e 's/lambdas\/cfn-deep-security-provider.*\.zip/lambdas\/cfn-deep-security-provider-@@RELEASE@@.zip/g' cloudformation/cfn-resource-provider.yaml README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aws cloudformation create-stack \
aws cloudformation wait stack-create-complete --stack-name cfn-deep-security-provider
```

This CloudFormation template will use our pre-packaged provider from `s3://binxio-public/lambdas/cfn-deep-security-provider-0.2.0.zip`.
This CloudFormation template will use our pre-packaged provider from `s3://binxio-public/lambdas/cfn-deep-security-provider-0.2.1.zip`.

### Configuring access
In order to be able to manage the DeepSecurity resources, you need to obtain create an [API key](https://help.deepsecurity.trendmicro.com/create-api-key.html) and
Expand Down
2 changes: 1 addition & 1 deletion cloudformation/cfn-resource-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parameters:
Default: ''
CFNCustomProviderZipFileName:
Type: String
Default: lambdas/cfn-deep-security-provider-0.2.0.zip
Default: lambdas/cfn-deep-security-provider-0.2.1.zip
Conditions:
UsePublicBucket: !Equals
- !Ref 'LambdaS3Bucket'
Expand Down

0 comments on commit 4067f46

Please sign in to comment.