Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cloudbuild): release 0.1.0 #9635

Merged
merged 4 commits into from
Nov 7, 2019
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions cloudbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).