From 9407f971b7556f9fb4926a44d3025ece7a836644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:47:59 +0000 Subject: [PATCH] chore(deps): update docker.io/amazon/aws-cli docker tag to v2.20.0 (#1324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/amazon/aws-cli | minor | `2.19.4` -> `2.20.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/ee-ops). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/prod/tekton/configs/tasks/aws-cli.yaml | 2 +- .../tekton/configs/tasks/pingcap-upload-offline-package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/prod/tekton/configs/tasks/aws-cli.yaml b/apps/prod/tekton/configs/tasks/aws-cli.yaml index 2ee73e618..e12f4682e 100644 --- a/apps/prod/tekton/configs/tasks/aws-cli.yaml +++ b/apps/prod/tekton/configs/tasks/aws-cli.yaml @@ -31,7 +31,7 @@ spec: default: ["help"] steps: - name: awscli - image: docker.io/amazon/aws-cli:2.19.4 + image: docker.io/amazon/aws-cli:2.20.0 script: "$(params.SCRIPT)" args: - "$(params.ARGS)" diff --git a/apps/prod/tekton/configs/tasks/pingcap-upload-offline-package.yaml b/apps/prod/tekton/configs/tasks/pingcap-upload-offline-package.yaml index e62531977..45e61602b 100644 --- a/apps/prod/tekton/configs/tasks/pingcap-upload-offline-package.yaml +++ b/apps/prod/tekton/configs/tasks/pingcap-upload-offline-package.yaml @@ -80,7 +80,7 @@ spec: echo "✅ Uploaded for ${tag} ." - name: upload-dm-tarballs-to-s3 - image: docker.io/amazon/aws-cli:2.19.4 + image: docker.io/amazon/aws-cli:2.20.0 workingDir: /workspace script: | #!/usr/bin/env bash