diff --git a/packages/aws-cloudformation/CHANGELOG.md b/packages/aws-cloudformation/CHANGELOG.md index a50849b..46bf2bd 100644 --- a/packages/aws-cloudformation/CHANGELOG.md +++ b/packages/aws-cloudformation/CHANGELOG.md @@ -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 diff --git a/packages/aws-cloudformation/templates/honeypot.yaml b/packages/aws-cloudformation/templates/honeypot.yaml index d30080e..8156d3a 100644 --- a/packages/aws-cloudformation/templates/honeypot.yaml +++ b/packages/aws-cloudformation/templates/honeypot.yaml @@ -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: diff --git a/packages/aws-cloudformation/version.json b/packages/aws-cloudformation/version.json index 9bd8212..1590704 100644 --- a/packages/aws-cloudformation/version.json +++ b/packages/aws-cloudformation/version.json @@ -1,3 +1,3 @@ { - "version": "0.2.2" + "version": "0.2.3" } \ No newline at end of file