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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.25.0
Choose a base ref
...
head repository: googleapis/python-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.26.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 4, 2023

  1. feat: add a flag to toggle the Kubelet read only port (#383)

    * feat: Add `KUBE_DNS` option to `DNSConfig.cluster_dns`
    
    ---
    feat: add Tier 1 cluster-level API network_performance_config
    PiperOrigin-RevId: 544446757
    
    Source-Link: googleapis/googleapis@becb844
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/0ffa2361967e2f776a0f93fe5e33c01da7b60eba
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGZmYTIzNjE5NjdlMmY3NzZhMGY5M2ZlNWUzM2MwMWRhN2I2MGViYSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add a flag to toggle the Kubelet read only port
    
    A new optional field `InsecureKubeletReadonlyPortEnabled` is available in
    `NodeKubeletConfig` and `AutoProvisioningNodePoolDefaults`.
    
    Setting the field to `false` turns off the read-only port.
    If un-set, the default for the GKE version is used.
    
    ---
    feat: publicize tpu topology in beta API
    
    ---
    feat: add a Pod IP Utilization API
    
    Users can use `cluster describe` command to check the Pod IP ranges utilizations consumed by all the node pools within the same cluster. This percentage can be seen at cluster default Pod range, additional Pod ranges, and node pool level Pod ranges.
    
    PiperOrigin-RevId: 545172252
    
    Source-Link: googleapis/googleapis@5b2d46f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/efa201a2bdd0642bd5dfdecf92f7c3a0c38dca85
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWZhMjAxYTJiZGQwNjQyYmQ1ZGZkZWNmOTJmN2MzYTBjMzhkY2E4NSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    be6b0ab View commit details
    Browse the repository at this point in the history
  2. fix: Add async context manager return types (#385)

    * fix: Add async context manager return types
    
    chore: Mock return_value should not populate oneof message fields
    
    chore: Support snippet generation for services that only support REST transport
    
    chore: Update gapic-generator-python to v1.11.0
    PiperOrigin-RevId: 545430278
    
    Source-Link: googleapis/googleapis@601b532
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/b3f18d0f6560a855022fd058865e7620479d7af9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjNmMThkMGY2NTYwYTg1NTAyMmZkMDU4ODY1ZTc2MjA0NzlkN2FmOSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    074edd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. chore(main): release 2.26.0 (#384)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0ef3286 View commit details
    Browse the repository at this point in the history
Loading