Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

chore: upgrade gapic-generator-python to 0.46.3#67

Merged
gcf-merge-on-green[bot] merged 4 commits into
masterfrom
manual-copy-googleapis-gen
Jun 26, 2021
Merged

chore: upgrade gapic-generator-python to 0.46.3#67
gcf-merge-on-green[bot] merged 4 commits into
masterfrom
manual-copy-googleapis-gen

Conversation

@parthea

@parthea parthea commented Jun 6, 2021

Copy link
Copy Markdown
Contributor

This PR is the result of manually running the following commands in order to pull in the latest changes from googleapis-gen which includes gapic generator version 0.46.3:

  1. Download the latest docker image for owlbot-cli
docker pull gcr.io/repo-automation-bots/owlbot-cli:latest
  1. Run the owlbot-cli to copy the generated client from googleapis/googleapis-gen
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-cli:latest copy-code
  1. Download the latest docker image for owlbot-python
docker pull gcr.io/repo-automation-bots/owlbot-python:latest
  1. Run the post processor image
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-python:latest

Other features/fixes include:

fix: add async client to %name_%version/init.py
chore: add autogenerated snippets
chore: remove auth, policy, and options from the reserved names list
feat: support self-signed JWT flow for service accounts
chore: enable GAPIC metadata generation
chore: sort subpackages in %namespace/%name/init.py

@parthea
parthea requested a review from a team June 6, 2021 16:55
@product-auto-label product-auto-label Bot added the api: memcache Issues related to the googleapis/python-memcache API. label Jun 6, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 6, 2021
@parthea parthea added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2021
@parthea
parthea requested a review from busunkim96 June 16, 2021 12:56
@busunkim96 busunkim96 changed the title chore: upgrade gapic-generator-python to 0.46.3 feat: add always_use_jwt_access Jun 23, 2021
@parthea parthea changed the title feat: add always_use_jwt_access chore: upgrade gapic-generator-python to 0.46.3 Jun 26, 2021
@parthea

parthea commented Jun 26, 2021

Copy link
Copy Markdown
Contributor Author

always_use_jwt_access will be added in #75

@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 2d1aaf4 into master Jun 26, 2021
@gcf-merge-on-green
gcf-merge-on-green Bot deleted the manual-copy-googleapis-gen branch June 26, 2021 11:52
@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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: memcache Issues related to the googleapis/python-memcache API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants