Skip to content

Commit

Permalink
bumped to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 12, 2021
1 parent 92c06b2 commit 1145b89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=1.4.3
tag=v1.4.3
release=1.4.4
tag=v1.4.4
pre_tag_command=sed -i '' -e 's^lambdas/cfn-secret-provider-[0-9]*\.[0-9]*\.[0-9]*[^\.]*\.^lambdas/cfn-secret-provider-@@RELEASE@@.^' README.md cloudformation/cfn-resource-provider.yaml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ aws cloudformation create-stack \
aws cloudformation wait stack-create-complete --stack-name cfn-secret-provider
```
This CloudFormation template will use our pre-packaged provider from `s3://binxio-public-${AWS_REGION}/lambdas/cfn-secret-provider-1.4.3.zip`.
This CloudFormation template will use our pre-packaged provider from `s3://binxio-public-${AWS_REGION}/lambdas/cfn-secret-provider-1.4.4.zip`.

or use [![](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/new?stackName=cfn-secret-provider&templateURL=https://binxio-public-eu-central-1.s3.amazonaws.com/lambdas/cfn-secret-provider-1.4.3.yaml)
or use [![](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/new?stackName=cfn-secret-provider&templateURL=https://binxio-public-eu-central-1.s3.amazonaws.com/lambdas/cfn-secret-provider-1.4.4.yaml)

## Demo
To install the simple sample of the Custom Resource, type:
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 @@ -7,7 +7,7 @@ Parameters:
Default: 'binxio-public'
CFNCustomProviderZipFileName:
Type: String
Default: 'lambdas/cfn-secret-provider-1.4.3.zip'
Default: 'lambdas/cfn-secret-provider-1.4.4.zip'
Resources:
LambdaPolicy:
Type: AWS::IAM::Policy
Expand Down

0 comments on commit 1145b89

Please sign in to comment.