Skip to content

Commit

Permalink
bump container version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored Aug 6, 2023
1 parent e619350 commit 3a70628
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ What is in scope for breaking changes includes (but isn't necessarily limited to

## Changes

### v0.2.1

- Update honeypot container image from v0.4.4 to v0.4.5

### v0.2.0

- Restrict values for LogRetentionPolicy in the honeypot stack to the values log groups allow so there's feedback before stack creation
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cloudformation/templates/honeypot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Resources:
Value: !Ref AWS::Region
- Name: EVENTBRIDGE_EVENT_BUS_NAME_OR_ARN
Value: !Ref EventBus
Image: ghcr.io/grunet/cloud-native-honeypot:v0.4.4
Image: ghcr.io/grunet/cloud-native-honeypot:v0.4.5
LogConfiguration:
LogDriver: awslogs
Options:
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cloudformation/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.0"
"version": "0.2.1"
}

0 comments on commit 3a70628

Please sign in to comment.