diff --git a/README.rst b/README.rst index fe68914385bf..7188ea5a74c1 100644 --- a/README.rst +++ b/README.rst @@ -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`_) @@ -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 + .. _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 diff --git a/cloudbuild/CHANGELOG.md b/cloudbuild/CHANGELOG.md index 579d876e9d14..ad158194c5b6 100644 --- a/cloudbuild/CHANGELOG.md +++ b/cloudbuild/CHANGELOG.md @@ -4,3 +4,11 @@ [1]: https://pypi.org/project/google-cloud-build/#history +## 0.1.0 + +11-07-2019 10:48 PST + +**Note**: This library is incompatible with `google-cloud-containeranalysis<0.3.1`. Please upgrade to `google-cloud-containeranalysis>=0.3.1` to use this library. + +### New Features +- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)).