Skip to content

Commit

Permalink
Update container image version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored Aug 28, 2023
1 parent c656d81 commit eb951c7
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.3

- Update honeypot container image from v0.4.6 to v0.4.7

### v0.2.2

- Update honeypot container image from v0.4.5 to v0.4.6
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.6
Image: ghcr.io/grunet/cloud-native-honeypot:v0.4.7
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.2"
"version": "0.2.3"
}

0 comments on commit eb951c7

Please sign in to comment.