From 198fd2c1eae19026e48ef14d6a4d39b3080d078b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:55:28 +0000 Subject: [PATCH] chore(deps): update dependency aws-controllers-k8s/ec2-controller to v1.3.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 394d4a6..9d20b88 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ CROSSPLANE_NAMESPACE = crossplane-system ACK_SYSTEM_NAMESPACE = ack-system AWS_REGION = us-west-2 # datasource=github-tags depName=aws-controllers-k8s/ec2-controller -ACK_EC2_VERSION = v1.3.0 +ACK_EC2_VERSION = v1.3.1 # datasource=github-tags depName=aws-controllers-k8s/ecr-controller ACK_ECR_VERSION = v1.0.19 # datasource=github-tags depName=aws-controllers-k8s/eks-controller