Skip to content

Commit

Permalink
fix: release subs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Nov 10, 2024
1 parent 3642939 commit de68744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=3.0.1
tag=v3.0.1
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
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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 `444093529715.dkr.ecr.eu-central-1.amazonaws.com/xebia/cfn-secret-provider:2.0.1-b39b00b-dirty`
This CloudFormation template will use our pre-packaged provider from `463637877380.dkr.ecr.eu-central-1.amazonaws.com/xebia/cfn-secret-provider:2.0.1`

## 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 @@ -83,7 +83,7 @@ Resources:
Description: CloudFormation Custom:Secret implementation
PackageType: Image
Code:
ImageUri: 444093529715.dkr.ecr.eu-central-1.amazonaws.com/xebia/cfn-secret-provider:2.0.1-207ddcb
ImageUri: 463637877380.dkr.ecr.eu-central-1.amazonaws.com/xebia/cfn-secret-provider:2.0.1
Architectures:
- x86_64
FunctionName: 'binxio-cfn-secret-provider'
Expand Down

0 comments on commit de68744

Please sign in to comment.