-
Notifications
You must be signed in to change notification settings - Fork 85
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
gcf-merge-on-green
merged 4 commits into
googleapis:master
from
renovate-bot:renovate/python-3.x
Jun 26, 2021
Merged
chore(deps): update python docker tag to v3.9.5 #1069
gcf-merge-on-green
merged 4 commits into
googleapis:master
from
renovate-bot:renovate/python-3.x
Jun 26, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
May 7, 2021
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
May 7, 2021
parthea
approved these changes
Jun 17, 2021
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 17, 2021
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 17, 2021
SurferJeffAtGoogle
approved these changes
Jun 21, 2021
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
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 23, 2021
Wait for #1137 to be merged first as the body of this PR contains information that isn't needed in downstream repos. |
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
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jun 24, 2021
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
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
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jun 26, 2021
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 26, 2021
parthea
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jun 26, 2021
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jun 26, 2021
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.9-buster
->3.9.5-buster
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.