From 1308f1e7797548d599b61f0564e00803980d0eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:36:31 +0000 Subject: [PATCH] chore(deps): update minor-grouped | datasource | package | from | to | | ----------- | ---------------------------- | -------------- | -------------- | | docker | amazon/cloudwatch-agent | 1.300048.1b904 | 1.300049.1b929 | | github-tags | aws/aws-cli | 2.19.4 | 2.21.3 | | github-tags | renovatebot/pre-commit-hooks | 39.9.1 | 39.18.2 | | github-tags | terraform-linters/tflint | 0.53.0 | 0.54.0 | --- .pre-commit-config.yaml | 2 +- .tool-versions | 4 ++-- aws/ec2/scripts/cloudwatch-install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9886d17..a0e942c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: actionlint-docker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.9.1 + rev: 39.18.2 hooks: - id: renovate-config-validator args: [--strict] diff --git a/.tool-versions b/.tool-versions index 963461b..ae070d5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -9,7 +9,7 @@ # # ################################################################################ -awscli 2.19.4 +awscli 2.21.3 # renovate: datasource=github-tags depName=rhysd/actionlint actionlint 1.7.4 @@ -32,6 +32,6 @@ terraform 1.9.8 terraform-docs 0.19.0 -tflint 0.53.0 +tflint 0.54.0 zbctl 8.5.8 diff --git a/aws/ec2/scripts/cloudwatch-install.sh b/aws/ec2/scripts/cloudwatch-install.sh index 9c60106..3254b23 100755 --- a/aws/ec2/scripts/cloudwatch-install.sh +++ b/aws/ec2/scripts/cloudwatch-install.sh @@ -5,7 +5,7 @@ set -euo pipefail USERNAME=${USERNAME:-"camunda"} MNT_DIR=${MNT_DIR:-"/opt/camunda"} # renovate: datasource=docker depName=amazon/cloudwatch-agent -CLOUDWATCH_VERSION="1.300048.1b904" +CLOUDWATCH_VERSION="1.300049.1b929" # Optional feature, disabled by default and can be overwritten with the env var "CLOUDWATCH_ENABLED" # Install the CloudWatch agent on the EC2 instance and creates the necessary directories for the configuration files.