Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ The following client libraries have **alpha** support:
- `Google Cloud AutoML`_ (`AutoML README`_, `AutoML Documentation`_)
- `Google BigQuery Data Transfer`_ (`BigQuery Data Transfer README`_, `BigQuery Documentation`_)
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_, `HappyBase Documentation`_)
- `Google Cloud Build`_ (`Cloud Build README`_, `Cloud Build Documentation`_)
- `Google Cloud Container`_ (`Container README`_, `Container Documentation`_)
- `Google Cloud Container Analysis`_ (`Container Analysis README`_, `Container Analysis Documentation`_)
- `Google Cloud Dataproc`_ (`Dataproc README`_, `Dataproc Documentation`_)
Expand Down Expand Up @@ -166,6 +167,10 @@ The following client libraries have **alpha** support:
.. _HappyBase README: https://github.com/googleapis/google-cloud-python-happybase
.. _HappyBase Documentation: https://google-cloud-python-happybase.readthedocs.io/en/latest/

.. _Google Cloud Build: https://pypi.org/project/google-cloud-build/
.. _Cloud Build README: https://github.com/googleapis/google-cloud-python/cloudbuild
.. _Cloud Build Documentation: https://googleapis.dev/python/cloudbuild/latest
Comment on lines +170 to +172
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links 1 and 3 don't go anywhere now but should once this PR is merged.


.. _Google Cloud Container: https://pypi.org/project/google-cloud-container/
.. _Container README: https://github.com/googleapis/google-cloud-python/tree/master/container
.. _Container Documentation: https://googleapis.dev/python/container/latest
Expand Down
7 changes: 7 additions & 0 deletions cloudbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@

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

## 0.1.0

11-07-2019 10:48 PST

### New Features
- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510))