From 3a706281bd13c78d8419975033fb1bfb01b6bf1b Mon Sep 17 00:00:00 2001 From: Grunet Date: Sat, 5 Aug 2023 20:35:50 -0500 Subject: [PATCH] bump container version (#56) --- packages/aws-cloudformation/CHANGELOG.md | 4 ++++ packages/aws-cloudformation/templates/honeypot.yaml | 2 +- packages/aws-cloudformation/version.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/aws-cloudformation/CHANGELOG.md b/packages/aws-cloudformation/CHANGELOG.md index c699a97..6fcac84 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.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 diff --git a/packages/aws-cloudformation/templates/honeypot.yaml b/packages/aws-cloudformation/templates/honeypot.yaml index 4d8bf3d..e1339a4 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.4 + Image: ghcr.io/grunet/cloud-native-honeypot:v0.4.5 LogConfiguration: LogDriver: awslogs Options: diff --git a/packages/aws-cloudformation/version.json b/packages/aws-cloudformation/version.json index 6455fc9..b4e3d18 100644 --- a/packages/aws-cloudformation/version.json +++ b/packages/aws-cloudformation/version.json @@ -1,3 +1,3 @@ { - "version": "0.2.0" + "version": "0.2.1" } \ No newline at end of file