Skip to content
This repository was archived by the owner on Oct 31, 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-run
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: googleapis/python-run
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 3 contributors

Commits on May 4, 2023

  1. feat: Adds support for Startup CPU Boost (GA) (#96)

    * feat: Adds support for Startup CPU Boost (GA)
    feat: Adds support for Session affinity in Service (GA)
    feat: New 'port' field for HttpGetAction probe type
    feat: New fields/enum values
    docs: General documentation fixes.
    
    Startup CPU Boost
     * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#resourcerequirements.
     * For more information, see https://cloud.google.com/run/docs/configuring/cpu#startup-boost
    
    Session Affinity
     * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#revisiontemplate.
     * For more informaton, see https://cloud.google.com/run/docs/configuring/session-affinity
    
    HttpGetAction probe port
     * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/Container#httpgetaction
    
    Fields/enum values
    * New output-only field satisfiesPzs in Service, Revision, Execution, and Job, currently unused. The field is reserved for future use. It is surfaced to maintain v1<->v2 portability.
    * New ExecutionReason.CANCELLING enum value. This is used in output-only field.
    
    Documentation fixes
    * Clarified permissions required for Upsert behavior (UpdateServiceRequest.allowMissing)
    * Clarified behavior for LaunchStage in all resource types.
    * Misc documentation improvements; removed most external references.
    
    PiperOrigin-RevId: 528248744
    
    Source-Link: googleapis/googleapis@a9fb0d2
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/8ffce4c11b97928ae8b1727657ab203dad6597e4
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGZmY2U0YzExYjk3OTI4YWU4YjE3Mjc2NTdhYjIwM2RhZDY1OTdlNCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 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 May 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c907927 View commit details

Commits on May 25, 2023

  1. build(deps): bump requests to 2.31.0 [autoapprove] (#100)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/30bd01b4ab78bf1b2a425816e15b3e7e090993dd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
    gcf-owl-bot[bot] authored May 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9740ab8 View commit details

Commits on May 31, 2023

  1. chore(main): release 0.8.0 (#97)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 31, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c635f86 View commit details
Loading