Skip to content

Commit

Permalink
chore: release 3.0.0 (#36)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Nov 4, 2020
1 parent 313f821 commit 8f0c3c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/google-cloud-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-build/#history

## [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

## [2.0.0](https://www.github.com/googleapis/python-cloudbuild/compare/v1.1.0...v2.0.0) (2020-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-build"
description = "Google Cloud Build API client library"
version = "2.0.0"
version = "3.0.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 8f0c3c6

Please sign in to comment.