Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update python docker tag to v3.9.5 #1069

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
python final minor 3.8.9-buster -> 3.9.5-buster
python final patch 3.9.4-buster -> 3.9.5-buster

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners May 7, 2021 13:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 7, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 17, 2021
@parthea parthea requested a review from bcoe June 17, 2021 02:33
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 17, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 23, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 23, 2021
@parthea
Copy link
Contributor

parthea commented Jun 24, 2021

Wait for #1137 to be merged first as the body of this PR contains information that isn't needed in downstream repos.

@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 24, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 24, 2021
@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 26, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 26, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 26, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 26, 2021
@parthea parthea added the automerge Merge the pull request once unit tests and other checks pass. label Jun 26, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 1f9ceba into googleapis:master Jun 26, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 26, 2021
@renovate-bot renovate-bot deleted the renovate/python-3.x branch June 26, 2021 16:58
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 29, 2021
#1069 was merged which upgrades the python version in the post processor image from python 3.8 to 3.9 however most python repos still require python 3.8 for the `blacken` session.

I tested this locally using the following commands:

In `googleapis/synthtool`, run the following
```
# build the local post processor image
docker build -f docker/owlbot/python/Dockerfile -t localpostprocessorimage . 
```

Clone any python repo and run the following
```
# Run the local post processor image
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo localpostprocessorimage
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants