Skip to content
This repository was archived by the owner on Dec 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-cloudbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: googleapis/python-cloudbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 3 commits
  • 37 files changed
  • 3 contributors

Commits on Sep 22, 2020

  1. chore: add default CODEOWNERS (#34)

    Add codeowners for PR review enforcement.
    busunkim96 authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ada58aa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. feat!: add new build message fields; rename fields that conflict with…

    … builtins (#29)
    
    Add new build message fields:
    
    - `service_account`, which is available to members of our closed alpha
    - `STACKDRIVER_ONLY` and `CLOUD_LOGGING_ONLY` logging modes
    - `dynamic_substitutions` option
    
    BREAKING CHANGE: Rename fields that conflict with builtins:
     
    - `StorageSource.object` -> `StorageSource.object_`
    - `RepoSource.dir` -> `RepoSource.dir_`
    -  `BuildStep.dir` -> `BuildStep.dir_`
    - `Hash.type` -> `Hash.type_`
    yoshi-automation authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3b27cc3 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.0.0 (#36)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.0.0](https://www.github.com/googleapis/python-cloudbuild/compare/v2.0.0...v3.0.0) (2020-11-04)
    
    
    ### ⚠ BREAKING CHANGES
    
    * rename fields that conflict with builtins ([#29](https://www.github.com/googleapis/python-cloudbuild/issues/29)) ([3b27cc3](https://www.github.com/googleapis/python-cloudbuild/commit/3b27cc311d697d881e26c1f1196f0a1fdeb4bb21))
      * `StorageSource.object` -> `StorageSource.object_`
      * `RepoSource.dir` -> `RepoSource.dir_`
      * `BuildStep.dir` -> `BuildStep.dir_`
      * `Hash.type` -> `Hash.type_`
    
    ### Features
    
    * add new build message fields ([#29](https://www.github.com/googleapis/python-cloudbuild/issues/29)) ([3b27cc3](https://www.github.com/googleapis/python-cloudbuild/commit/3b27cc311d697d881e26c1f1196f0a1fdeb4bb21))
      * `service_account`, which is available to members of our closed alpha
      * `STACKDRIVER_ONLY` and `CLOUD_LOGGING_ONLY` logging modes
      * `dynamic_substitutions` option
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3a04161 View commit details
    Browse the repository at this point in the history
Loading