From 41a906d108704588beae1a018134ed77877c75d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:40:42 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.5 (#1225) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | python | patch | `3.12.4` -> `3.12.5` | --- ### 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://www.mend.io/free-developer-tools/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> --- .../tekton/configs/tasks/pingcap-upload-enterprise-plugins.yaml | 2 +- .../tekton/configs/tasks/pingcap-upload-offline-packages.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/prod/tekton/configs/tasks/pingcap-upload-enterprise-plugins.yaml b/apps/prod/tekton/configs/tasks/pingcap-upload-enterprise-plugins.yaml index 47af31494..4b276c5ea 100644 --- a/apps/prod/tekton/configs/tasks/pingcap-upload-enterprise-plugins.yaml +++ b/apps/prod/tekton/configs/tasks/pingcap-upload-enterprise-plugins.yaml @@ -25,7 +25,7 @@ spec: steps: - name: upload-offline-tarballs workingDir: /workspace - image: python:3.12.4 + image: python:3.12.5 envFrom: - secretRef: name: $(params.env-secret-name) diff --git a/apps/prod/tekton/configs/tasks/pingcap-upload-offline-packages.yaml b/apps/prod/tekton/configs/tasks/pingcap-upload-offline-packages.yaml index 094bd2ad9..fe69244ef 100644 --- a/apps/prod/tekton/configs/tasks/pingcap-upload-offline-packages.yaml +++ b/apps/prod/tekton/configs/tasks/pingcap-upload-offline-packages.yaml @@ -36,7 +36,7 @@ spec: steps: - name: upload-offline-tarballs workingDir: /workspace - image: python:3.12.4 + image: python:3.12.5 envFrom: - secretRef: name: $(params.env-secret-name)