Skip to content

Commit

Permalink
chore(deps): update minor-grouped
Browse files Browse the repository at this point in the history
| 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         |
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 1e7a084 commit 1308f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# #
################################################################################

awscli 2.19.4
awscli 2.21.3

# renovate: datasource=github-tags depName=rhysd/actionlint
actionlint 1.7.4
Expand All @@ -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
2 changes: 1 addition & 1 deletion aws/ec2/scripts/cloudwatch-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1308f1e

Please sign in to comment.