[go: nahoru, domu]

Skip to content
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/google-cloud-python Loading
base: google-cloud-dataplex-v2.1.0
Choose a base ref
...
head repository: googleapis/google-cloud-python Loading
compare: google-cloud-dataplex-v2.2.0
Choose a head ref
  • 19 commits
  • 177 files changed
  • 6 contributors

Commits on Jun 24, 2024

  1. build: update to the latest post processor image (#12828)

    This PR updates the post processor image to the latest one which is
    `gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo@sha256:93fe03a099be9aa70157b95f5600473602d53b34983488ccdcd37cecb6a9ba3e`.
    
    The latest image updates `noxfile.py` to test all 3 protobuf
    implementations `upb`, `python` and `cpp`. See
    googleapis/synthtool#1974
    
    Run the following commands to obtain the latest sha256
    ```
    docker pull gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
    ```
    
    ```
    docker inspect --format='{{.RepoDigests}}' gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
    [gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo@sha256:93fe03a099be9aa70157b95f5600473602d53b34983488ccdcd37cecb6a9ba3e]
    ```
    parthea committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    21f09b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chore: release main (#12835)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>google-cloud-dialogflow-cx: 1.34.0</summary>
    
    ##
    [1.34.0](google-cloud-dialogflow-cx-v1.33.0...google-cloud-dialogflow-cx-v1.34.0)
    (2024-06-25)
    
    
    ### Features
    
    * A new field `action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.PlaybookInput`
    ([119b895](119b895))
    * A new field `action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput`
    ([119b895](119b895))
    * A new field `endpointing_timeout_duration` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings`
    ([119b895](119b895))
    * A new field `input_action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.FlowInvocation`
    ([119b895](119b895))
    * A new field `input_action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.ToolUse`
    ([119b895](119b895))
    * A new field `instruction` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.Playbook`
    ([119b895](119b895))
    * A new field `interdigit_timeout_duration` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.AdvancedSettings`
    ([119b895](119b895))
    * A new field `output_action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.FlowInvocation`
    ([119b895](119b895))
    * A new field `output_action_parameters` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.ToolUse`
    ([119b895](119b895))
    * A new field `store_tts_audio` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.SecuritySettings`
    ([119b895](119b895))
    * A new field `tool_call` is added to message
    `.google.cloud.dialogflow.cx.v3beta1.ResponseMessage`
    ([119b895](119b895))
    * A new message `Instruction` is added
    ([119b895](119b895))
    * A new message `ToolCall` is added
    ([119b895](119b895))
    * A new value `PLAYBOOK` is added to enum `MatchType`
    ([119b895](119b895))
    * added Conversation History API
    ([40d47d2](40d47d2))
    * added Language Info to webhook Request
    ([40d47d2](40d47d2))
    
    
    ### Bug Fixes
    
    * An existing field `actions` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.Tool`
    ([119b895](119b895))
    * An existing field `input_parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.FlowInvocation`
    ([119b895](119b895))
    * An existing field `input_parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.ToolUse`
    ([119b895](119b895))
    * An existing field `output_parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.FlowInvocation`
    ([119b895](119b895))
    * An existing field `output_parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.ToolUse`
    ([119b895](119b895))
    * An existing field `parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.PlaybookInput`
    ([119b895](119b895))
    * An existing field `parameters` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput`
    ([119b895](119b895))
    * An existing field `schemas` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.Tool`
    ([119b895](119b895))
    * An existing field `start_playbook` is moved in to oneof in message
    `.google.cloud.dialogflow.cx.v3beta1.Agent`
    ([119b895](119b895))
    * An existing field `steps` is removed from message
    `.google.cloud.dialogflow.cx.v3beta1.Playbook`
    ([119b895](119b895))
    * An existing field start_flow is moved in to oneof in message
    `.google.cloud.dialogflow.cx.v3beta1.Agent`
    ([119b895](119b895))
    * An existing message `ActionParameter` is removed
    ([119b895](119b895))
    
    
    ### Documentation
    
    * A comment for field `start_flow` in message
    `.google.cloud.dialogflow.cx.v3beta1.Agent` is changed
    ([119b895](119b895))
    * A comment for field `start_playbook` in message
    `.google.cloud.dialogflow.cx.v3beta1.Agent` is changed
    ([119b895](119b895))
    * improve doc for SecuritySetting.retention_window_days
    ([40d47d2](40d47d2))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    release-please[bot] and parthea committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    092a115 View commit details
    Browse the repository at this point in the history
  2. docs: update the list of available APIs (#12833)

    Update the list of available APIs in the README.
    
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    yoshi-code-bot and vchudnov-g committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6b5951a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: Update release-please config files (#12827)

    Update release-please config files
    
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    yoshi-code-bot and vchudnov-g committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ccb1042 View commit details
    Browse the repository at this point in the history
  2. chore: release main (#12837)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>google-cloud-gdchardwaremanagement: 0.1.0</summary>
    
    ## 0.1.0 (2024-06-26)
    
    
    ### Features
    
    * add initial files for google.cloud.gdchardwaremanagement.v1alpha
    ([#12824](#12824))
    ([6c02375](6c02375))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c658971 View commit details
    Browse the repository at this point in the history
  3. feat: [google-ai-generativelanguage] Add code execution (#12843)

    - [ ] Regenerate this pull request now.
    
    feat: Add max_temperature
    docs: Minor fixes
    
    PiperOrigin-RevId: 646960455
    
    Source-Link:
    googleapis/googleapis@cb060cb
    
    Source-Link:
    googleapis/googleapis-gen@64dcd13
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNjRkY2QxMzViMzdiOTE1MjYyY2M2MTBlMGVjOWQ3YTc5NzAxMGY2MCJ9
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e4fcb00 View commit details
    Browse the repository at this point in the history
  4. chore: release main (#12844)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>google-ai-generativelanguage: 0.6.6</summary>
    
    ##
    [0.6.6](google-ai-generativelanguage-v0.6.5...google-ai-generativelanguage-v0.6.6)
    (2024-06-26)
    
    
    ### Features
    
    * [google-ai-generativelanguage] Add code execution
    ([#12843](#12843))
    ([e4fcb00](e4fcb00))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3115f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. feat: [google-cloud-dataproc] add the cohort and auto tuning configur…

    …ation to the batch's RuntimeConfig (#12823)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 646101687
    
    Source-Link:
    googleapis/googleapis@7160b0c
    
    Source-Link:
    googleapis/googleapis-gen@aeb7aa5
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLy5Pd2xCb3QueWFtbCIsImgiOiJhZWI3YWE1ODY2MDA4YjcxODRhN2ZiZTdkNWYxNTEyMTI5ZWM4MzY3In0=
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bbd627b View commit details
    Browse the repository at this point in the history
  2. feat: [google-cloud-securitycenter] added cloud provider field to lis…

    …t findings response (#12829)
    
    - [ ] Regenerate this pull request now.
    
    BEGIN_COMMIT_OVERRIDE
    feat: added cloud provider field to list findings response
    feat: added http configuration rule to ResourceValueConfig and
    ValuedResource API methods
    feat: added toxic combination field to finding
    docs: Updated comments for ResourceValueConfig
    feat: Add toxic_combination and group_memberships fields to finding
    END_COMMIT_OVERRIDE
    
    PiperOrigin-RevId: 647117058
    
    Source-Link:
    googleapis/googleapis@efae79d
    
    Source-Link:
    googleapis/googleapis-gen@daa5c0c
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiJkYWE1YzBjNjE1NDQ2MTYzNzI5ODNlMjZkMzlmOTZhNjFjM2Q5NmZhIn0=
    
    BEGIN_NESTED_COMMIT
    feat: [google-cloud-securitycenter] Add toxic_combination and
    group_memberships fields to finding
    PiperOrigin-RevId: 646222944
    
    Source-Link:
    googleapis/googleapis@2651ef8
    
    Source-Link:
    googleapis/googleapis-gen@a1a4cee
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiJhMWE0Y2VlODk3YTQzM2M3OTY4MTQzYTA4NDc3NWIyNGRjNzMyMTA2In0=
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat: [google-cloud-securitycenter] Add toxic_combination and
    group_memberships fields to finding
    PiperOrigin-RevId: 646198386
    
    Source-Link:
    googleapis/googleapis@326be36
    
    Source-Link:
    googleapis/googleapis-gen@bea3b1c
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiJiZWEzYjFjMTBjOTU4MmI5NTNlNWYxOWRiYzM1MDg3YWQ5ZGQ3MzcyIn0=
    END_NESTED_COMMIT
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    83c851e View commit details
    Browse the repository at this point in the history
  3. docs: [google-cloud-os-login] A comment for field parent in message…

    … `.google.cloud.oslogin.v1beta.SignSshPublicKeyRequest` is changed (#12831)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 646243563
    
    Source-Link:
    googleapis/googleapis@e4e39fe
    
    Source-Link:
    googleapis/googleapis-gen@09e7fc1
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9zLWxvZ2luLy5Pd2xCb3QueWFtbCIsImgiOiIwOWU3ZmMxYTA0ZjZmNjE1YmEwNzZlMmFlZDVhYmI3MTRiOGEzYjk3In0=
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7ce3bf4 View commit details
    Browse the repository at this point in the history
  4. feat: [google-cloud-batch] add a install_ops_agent field to InstanceP…

    …olicyOrTemplate for Ops Agent support (#12839)
    
    - [ ] Regenerate this pull request now.
    
    BEGIN_COMMIT_OVERRIDE
    
    ---
    
    feat: add a install_ops_agent field to InstancePolicyOrTemplate for Ops
    Agent support
    
    ---
    
    docs:Add instructions on how to configure cross-project pubsub publisher
    
    ---
    docs: document default disk type: pd-standard for non boot disk,
    pd-balanced for boot disk
    
    ---
    docs: Update list of volume.mount_options field
    
    ---
    docs: Update GCS description of volume.mount_options field
    
    ---
    docs: Update links in the description of volume.mount_options field
    
    END_COMMIT_OVERRIDE
    
    PiperOrigin-RevId: 646638165
    
    Source-Link:
    googleapis/googleapis@0333730
    
    Source-Link:
    googleapis/googleapis-gen@1521ef6
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiIxNTIxZWY2MjA5YmNkNjJlOTkyNGYyY2VhZWU1YzM2NDExNTEwYTNiIn0=
    
    BEGIN_NESTED_COMMIT
    
    docs: [google-cloud-batch]Add instructions on how to configure
    cross-project pubsub publisher
    
    ---
    
    docs: document default disk type: pd-standard for non boot disk,
    pd-balanced for boot disk
    
    ---
    docs: Update list of volume.mount_options field
    
    ---
    docs: Update GCS description of volume.mount_options field
    
    ---
    docs: Update links in the description of volume.mount_options field
    
    
    
    
    PiperOrigin-RevId: 646637874
    
    Source-Link:
    googleapis/googleapis@a0eb8ce
    
    Source-Link:
    googleapis/googleapis-gen@ecfc6d5
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJlY2ZjNmQ1ODNlN2NhZDEyOTBjNDM1ZWM4MGQzODFiNWUzMTY5Mjg4In0=
    END_NESTED_COMMIT
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bcd061f View commit details
    Browse the repository at this point in the history
  5. docs: [google-apps-chat] Update doc for SetUpSpace in service `Chat…

    …Service` to support group members (#12841)
    
    - [ ] Regenerate this pull request now.
    
    BEGIN_COMMIT_OVERRIDE
    docs: Update doc for SetUpSpace in service ChatService to support group
    members
    docs: Update doc for `CreateMembership` in service `ChatService` to
    support group members
    docs: Update doc for field `group_member` in message
    `google.chat.v1.Membership`
    END_COMMIT_OVERRIDE
    
    
    PiperOrigin-RevId: 646951938
    
    Source-Link:
    googleapis/googleapis@ac0973e
    
    Source-Link:
    googleapis/googleapis-gen@2b187e2
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFwcHMtY2hhdC8uT3dsQm90LnlhbWwiLCJoIjoiMmIxODdlMjlhM2QxOTA0ZDNlNTk4MWJiM2M4YjdhYjcwYTAwMjM5MyJ9
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5c8eaae View commit details
    Browse the repository at this point in the history
  6. feat: [google-cloud-recaptcha-enterprise] added SMS Toll Fraud assess…

    …ment (#12838)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 646633568
    
    Source-Link:
    googleapis/googleapis@76b2166
    
    Source-Link:
    googleapis/googleapis-gen@c68010a
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiJjNjgwMTBhYWRiMjQ4NmFhZjgyOGFiZjc2NmNiOGJlNmZiN2M1MmZhIn0=
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    386499f View commit details
    Browse the repository at this point in the history
  7. feat: [google-cloud-dataplex] expose data scan execution create time …

    …to customers (#12846)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 647205054
    
    Source-Link:
    googleapis/googleapis@0e33f86
    
    Source-Link:
    googleapis/googleapis-gen@efa2da1
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiJlZmEyZGExNjMyYWFmMTlmYTA3NGY3MjQ2ODljMzZjMGM5NzY4ZDRiIn0=
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2726a72 View commit details
    Browse the repository at this point in the history
  8. feat: [google-cloud-edgenetwork] A new field bonding_type is added …

    …to message `.google.cloud.edgenetwork.v1.Subnet` (#12842)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 646953813
    
    Source-Link:
    googleapis/googleapis@16c01b4
    
    Source-Link:
    googleapis/googleapis-gen@1870029
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWVkZ2VuZXR3b3JrLy5Pd2xCb3QueWFtbCIsImgiOiIxODcwMDI5OWY5N2FiYjA3YzU2YmY1ZWQxMDU2MjE5ZjgwOWRlZmI0In0=
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5f272b3 View commit details
    Browse the repository at this point in the history
  9. docs: [google-cloud-life-sciences] modify example accelerator type (#…

    …12840)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 646787872
    
    Source-Link:
    googleapis/googleapis@6eb56cd
    
    Source-Link:
    googleapis/googleapis-gen@26cb0f8
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWxpZmUtc2NpZW5jZXMvLk93bEJvdC55YW1sIiwiaCI6IjI2Y2IwZjhkMTk1ZDcxNjAzYWVjOWI4ZTZjNDExN2FhOGM5OWRmMmQifQ==
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9210610 View commit details
    Browse the repository at this point in the history
  10. feat: [google-cloud-gdchardwaremanagement] follow language convention…

    …s for names in C#, PHP, and Ruby (#12836)
    
    - [ ] Regenerate this pull request now.
    
    BEGIN_COMMIT_OVERRIDE
    feat: add additional zone states
    END_COMMIT_OVERRIDE
    
    PiperOrigin-RevId: 646526519
    
    Source-Link:
    googleapis/googleapis@1532090
    
    Source-Link:
    googleapis/googleapis-gen@af23ce8
    Copy-Tag:
    eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdkY2hhcmR3YXJlbWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiYWYyM2NlODc5Y2NjMjE2ZTAzNTg4MDY3ZDQyNjBjMjRlNDI4NzZlOSJ9
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    3 people committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a4bfef9 View commit details
    Browse the repository at this point in the history
  11. chore: Update the root changelog (#12832)

    Update the root changelog
    
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    yoshi-code-bot and vchudnov-g committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    74154b1 View commit details
    Browse the repository at this point in the history
  12. chore: release main (#12848)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>google-apps-chat: 0.1.7</summary>
    
    ##
    [0.1.7](google-apps-chat-v0.1.6...google-apps-chat-v0.1.7)
    (2024-06-27)
    
    
    ### Documentation
    
    * Update doc for `CreateMembership` in service `ChatService` to support
    group members
    ([5c8eaae](5c8eaae))
    * Update doc for field `group_member` in message
    `google.chat.v1.Membership`
    ([5c8eaae](5c8eaae))
    * Update doc for SetUpSpace in service ChatService to support group
    members
    ([5c8eaae](5c8eaae))
    </details>
    
    <details><summary>google-cloud-dataplex: 2.2.0</summary>
    
    ##
    [2.2.0](google-cloud-dataplex-v2.1.0...google-cloud-dataplex-v2.2.0)
    (2024-06-27)
    
    
    ### Features
    
    * [google-cloud-dataplex] expose data scan execution create time to
    customers
    ([#12846](#12846))
    ([2726a72](2726a72))
    </details>
    
    <details><summary>google-cloud-dataproc: 5.10.0</summary>
    
    ##
    [5.10.0](google-cloud-dataproc-v5.9.3...google-cloud-dataproc-v5.10.0)
    (2024-06-27)
    
    
    ### Features
    
    * [google-cloud-dataproc] add the cohort and auto tuning configuration
    to the batch's RuntimeConfig
    ([#12823](#12823))
    ([bbd627b](bbd627b))
    </details>
    
    <details><summary>google-cloud-edgenetwork: 0.1.8</summary>
    
    ##
    [0.1.8](google-cloud-edgenetwork-v0.1.7...google-cloud-edgenetwork-v0.1.8)
    (2024-06-27)
    
    
    ### Features
    
    * [google-cloud-edgenetwork] A new field `bonding_type` is added to
    message `.google.cloud.edgenetwork.v1.Subnet`
    ([#12842](#12842))
    ([5f272b3](5f272b3))
    </details>
    
    <details><summary>google-cloud-gdchardwaremanagement: 0.1.1</summary>
    
    ##
    [0.1.1](google-cloud-gdchardwaremanagement-v0.1.0...google-cloud-gdchardwaremanagement-v0.1.1)
    (2024-06-27)
    
    
    ### Features
    
    * add additional zone states
    ([a4bfef9](a4bfef9))
    </details>
    
    <details><summary>google-cloud-life-sciences: 0.9.10</summary>
    
    ##
    [0.9.10](google-cloud-life-sciences-v0.9.9...google-cloud-life-sciences-v0.9.10)
    (2024-06-27)
    
    
    ### Documentation
    
    * [google-cloud-life-sciences] modify example accelerator type
    ([#12840](#12840))
    ([9210610](9210610))
    </details>
    
    <details><summary>google-cloud-os-login: 2.14.4</summary>
    
    ##
    [2.14.4](google-cloud-os-login-v2.14.3...google-cloud-os-login-v2.14.4)
    (2024-06-27)
    
    
    ### Documentation
    
    * [google-cloud-os-login] A comment for field `parent` in message
    `.google.cloud.oslogin.v1beta.SignSshPublicKeyRequest` is changed
    ([#12831](#12831))
    ([7ce3bf4](7ce3bf4))
    </details>
    
    <details><summary>google-cloud-recaptcha-enterprise: 1.21.0</summary>
    
    ##
    [1.21.0](google-cloud-recaptcha-enterprise-v1.20.0...google-cloud-recaptcha-enterprise-v1.21.0)
    (2024-06-27)
    
    
    ### Features
    
    * [google-cloud-recaptcha-enterprise] added SMS Toll Fraud assessment
    ([#12838](#12838))
    ([386499f](386499f))
    </details>
    
    <details><summary>google-cloud-securitycenter: 1.32.0</summary>
    
    ##
    [1.32.0](google-cloud-securitycenter-v1.31.0...google-cloud-securitycenter-v1.32.0)
    (2024-06-27)
    
    
    ### Features
    
    * Add toxic_combination and group_memberships fields to finding
    ([83c851e](83c851e))
    * added cloud provider field to list findings response
    ([83c851e](83c851e))
    * added http configuration rule to ResourceValueConfig and
    ValuedResource API methods
    ([83c851e](83c851e))
    * added toxic combination field to finding
    ([83c851e](83c851e))
    
    
    ### Documentation
    
    * Updated comments for ResourceValueConfig
    ([83c851e](83c851e))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    release-please[bot] and vchudnov-g committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    631efcc View commit details
    Browse the repository at this point in the history
Loading