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.13.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.14.0
Choose a head ref
  • 11 commits
  • 49 files changed
  • 5 contributors

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    f4bbf7d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. chore(python): update dependencies in .kokoro/requirements.txt [autoa…

    …pprove] (#313)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/e3a1277ac35fc88c09db1930533e24292b132ced
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:452901c74a22f9b9a3bd02bce780b8e8805c97270d424684bff809ce5be8c2a2
    gcf-owl-bot[bot] authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    23a4aab View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. chore(python): update release script dependencies (#315)

    Source-Link: googleapis/synthtool@25083af
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e6cbd61f1838d9ff6a31436dfc13717f372a7482a82fc1863ca954ec47bff8c8
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    82fff0b View commit details
    Browse the repository at this point in the history
  2. feat: add compact placement feature for node pools (#312)

    * chore: update to gapic-generator-python 1.5.0
    
    feat: add support for `google.cloud.<api>.__version__`
    PiperOrigin-RevId: 484665853
    
    Source-Link: googleapis/googleapis@8eb249a
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/c8aa327b5f478865fc3fd91e3c2768e54e26ad44
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhhYTMyN2I1ZjQ3ODg2NWZjM2ZkOTFlM2MyNzY4ZTU0ZTI2YWQ0NCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add APIs for GKE Control Plane Logs
    
    ---
    feat: GKE cluster's control plan/node-pool network isolation
    
    Users now can change the network isolation for your public cluster's control plane.
    By default, when a new public cluster is created, GKE assigns a public IP address (external endpoint) to the control plane and provisions
    public nodes. New APIs allows to change cluster network isolation of the control plane and/or node-pool from the internet
    
    ---
    feat: add nodeconfig resource_labels api
    
    ---
    feat: add API to enable GKE Gateway controller
    PiperOrigin-RevId: 486164143
    
    Source-Link: googleapis/googleapis@e4a656d
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/9e757e1d7171e1e92bf4dae548a38563cdd4fb65
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWU3NTdlMWQ3MTcxZTFlOTJiZjRkYWU1NDhhMzg1NjNjZGQ0ZmI2NSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add APIs for GKE Control Plane Logs
    
    ---
    feat: GKE cluster's control plan/node-pool network isolation
    
    Users now can change the network isolation for your public cluster's control plane.
    By default, when a new public cluster is created, GKE assigns a public IP address (external endpoint) to the control plane and provisions
    public nodes. New APIs allows to change cluster network isolation of the control plane and/or node-pool from the internet
    
    ---
    feat: add nodeconfig resource_labels api
    
    ---
    feat: add API to enable GKE Gateway controller
    PiperOrigin-RevId: 486164478
    
    Source-Link: googleapis/googleapis@30e2c3b
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/73ec3348990fb308d3b600a0940ae852d47247ee
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNlYzMzNDg5OTBmYjMwOGQzYjYwMGEwOTQwYWU4NTJkNDcyNDdlZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update version in gapic_version.py
    
    * add .release-please-manifest.json with correct version
    
    * add owlbot.py to exclude generated gapic_version.py
    
    * set manifest to true in .github/release-please.yml
    
    * add release-please-config.json
    
    * chore: Update to gapic-generator-python 1.6.0
    
    feat(python): Add typing to proto.Message based class attributes
    
    feat(python): Snippetgen handling of repeated enum field
    
    PiperOrigin-RevId: 487326846
    
    Source-Link: googleapis/googleapis@da380c7
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/61ef5762ee6731a0cbbfea22fd0eecee51ab1c8e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFlZjU3NjJlZTY3MzFhMGNiYmZlYTIyZmQwZWVjZWU1MWFiMWM4ZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: new APIs added to reflect updates to the filestore service
    
    - Add ENTERPRISE Tier
    - Add snapshot APIs: RevertInstance, ListSnapshots, CreateSnapshot, DeleteSnapshot, UpdateSnapshot
    - Add multi-share APIs: ListShares, GetShare, CreateShare, DeleteShare, UpdateShare
    - Add ConnectMode to NetworkConfig (for Private Service Access support)
    - New status codes (SUSPENDED/SUSPENDING, REVERTING/RESUMING)
    - Add SuspensionReason (for KMS related suspension)
    - Add new fields to Instance information: max_capacity_gb, capacity_step_size_gb, max_share_count, capacity_gb, multi_share_enabled
    
    PiperOrigin-RevId: 487492758
    
    Source-Link: googleapis/googleapis@5be5981
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ab0e217f560cc2c1afc11441c2eab6b6950efd2b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWIwZTIxN2Y1NjBjYzJjMWFmYzExNDQxYzJlYWI2YjY5NTBlZmQyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update path to snippet metadata json
    
    * chore: Update gapic-generator-python to v1.6.1
    
    PiperOrigin-RevId: 488036204
    
    Source-Link: googleapis/googleapis@08f275f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/555c0945e60649e38739ae64bc45719cdf72178f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU1YzA5NDVlNjA2NDllMzg3MzlhZTY0YmM0NTcxOWNkZjcyMTc4ZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add compact placement feature for node pools
    
    Use a compact placement policy to specify that nodes within the node pool should be placed in closer physical proximity to each other within a zone. Having nodes closer to each other can reduce network latency between nodes, which can be useful for tightly-coupled batch workloads.
    
    PiperOrigin-RevId: 488490422
    
    Source-Link: googleapis/googleapis@452324b
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/008d00f619f8319eb584f26da56c1ca26e65bcd6
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4ZDAwZjYxOWY4MzE5ZWI1ODRmMjZkYTU2YzFjYTI2ZTY1YmNkNiJ9
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    944001d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. chore(python): drop flake8-import-order in samples noxfile (#317)

    Source-Link: googleapis/synthtool@6ed3a83
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0d49eb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. feat: add a FastSocket API (#318)

    * feat: add a FastSocket API
    
    PiperOrigin-RevId: 491259489
    
    Source-Link: googleapis/googleapis@39bcdf4
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ee2470d9e7906d0764adb562f4d4cc41f0d6c96f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWUyNDcwZDllNzkwNmQwNzY0YWRiNTYyZjRkNGNjNDFmMGQ2Yzk2ZiJ9
    
    * 🦉 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 Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4d61084 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. feat(v1beta1): add a FastSocket API (#319)

    * feat: add a FastSocket API
    
    PiperOrigin-RevId: 491381130
    
    Source-Link: googleapis/googleapis@6485d9c
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/36f17cc94e07623aa384cbd40d694c111e97e41c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzZmMTdjYzk0ZTA3NjIzYWEzODRjYmQ0MGQ2OTRjMTExZTk3ZTQxYyJ9
    
    * 🦉 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 Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5072864 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. fix(deps): Require google-api-core >=1.34.0, >=2.11.0 (#320)

    * fix(deps): Require google-api-core >=1.34.0, >=2.11.0
    
    fix: Drop usage of pkg_resources
    
    fix: Fix timeout default values
    
    docs(samples): Snippetgen should call await on the operation coroutine before calling result
    
    PiperOrigin-RevId: 493260409
    
    Source-Link: googleapis/googleapis@fea4387
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/387b7344c7529ee44be84e613b19a820508c612b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzg3YjczNDRjNzUyOWVlNDRiZTg0ZTYxM2IxOWE4MjA1MDhjNjEyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add gapic_version.py
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    25c47a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/g…

    …cp/templates/python_library/.kokoro (#321)
    
    Source-Link: googleapis/synthtool@b4fe62e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    30da141 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. feat: Add support for specifying stack type for clusters. This will a…

    …llow clusters to be created as dual stack or toggled between IPV4 and dual stack (#323)
    
    * feat: Add support for specifying stack type for clusters. This will allow clusters to be created as dual stack or toggled between IPV4 and dual stack
    
    Clients can now configure dual stack clusters by specifying a stack type of IPV4_IPV6 during cluster creation, or with an update command. When used with a cluster creation command that creates a new subnet, the ipv6_access_type field can be used to specify whether the subnet has internal or external IPv6 access. When used with a cluster update command, the subnet must already be dual stack.
    
    PiperOrigin-RevId: 495438580
    
    Source-Link: googleapis/googleapis@483c1ee
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/20bdefcf6cff3cea34a69f7f8f57112aaa602c57
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjBiZGVmY2Y2Y2ZmM2NlYTM0YTY5ZjdmOGY1NzExMmFhYTYwMmM1NyJ9
    
    * 🦉 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 Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5c1d04f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.14.0 (#316)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1f963a7 View commit details
    Browse the repository at this point in the history
Loading