From d623b7bf7d854fd0890ca61a8b549d5b4f73dbcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:23:26 +0000 Subject: [PATCH] chore(deps): update docker.io/amazon/aws-cli docker tag to v2.17.47 (#1247) 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 | patch | `2.17.39` -> `2.17.47` | --- ### 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 3068bd9e5..5ca076ee3 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.17.39 + image: docker.io/amazon/aws-cli:2.17.47 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 ad62961da..989852e33 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.17.39 + image: docker.io/amazon/aws-cli:2.17.47 workingDir: /workspace script: | #!/usr/bin/env bash