Skip to content

Commit

Permalink
chore(deps): update docker.io/amazon/aws-cli docker tag to v2.18.1 (#…
Browse files Browse the repository at this point in the history
…1277)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/amazon/aws-cli | minor | `2.17.63` -> `2.18.1` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 608c2c8 commit 69a9b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/aws-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
default: ["help"]
steps:
- name: awscli
image: docker.io/amazon/aws-cli:2.17.63
image: docker.io/amazon/aws-cli:2.18.1
script: "$(params.SCRIPT)"
args:
- "$(params.ARGS)"
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
echo "✅ Uploaded for ${tag} ."
- name: upload-dm-tarballs-to-s3
image: docker.io/amazon/aws-cli:2.17.63
image: docker.io/amazon/aws-cli:2.18.1
workingDir: /workspace
script: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 69a9b6f

Please sign in to comment.