From 8f97002d48a5241fdb9f6f77c2490f8bed4b1fc3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 7 Nov 2019 10:49:14 -0800 Subject: [PATCH 1/4] chore(cloudbuild): release 0.1.0 --- cloudbuild/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cloudbuild/CHANGELOG.md b/cloudbuild/CHANGELOG.md index 579d876e9d14..7032d42d8974 100644 --- a/cloudbuild/CHANGELOG.md +++ b/cloudbuild/CHANGELOG.md @@ -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)) + From 89897356909afdcc5d111e81d73561f77e698c2a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 7 Nov 2019 11:03:16 -0800 Subject: [PATCH 2/4] docs: add cloudbuild to repo README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 From 783a368926e9aad8bc632e3ff80bbf4ccec772d4 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 7 Nov 2019 11:14:54 -0800 Subject: [PATCH 3/4] docs: note version req for google-cloud-containeranalysis --- cloudbuild/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild/CHANGELOG.md b/cloudbuild/CHANGELOG.md index 7032d42d8974..6a20b542217e 100644 --- a/cloudbuild/CHANGELOG.md +++ b/cloudbuild/CHANGELOG.md @@ -9,5 +9,5 @@ 11-07-2019 10:48 PST ### New Features -- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)) +- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)). **Note**: This version is incompatible with `google-cloud-containeranalysis<0.3.1`. Please upgrade to `google-cloud-containeranalysis>=0.3.1` to use this library. From 1e53b227d5fa614f7fe7e259730c8fd9c2dec94c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 7 Nov 2019 11:26:12 -0800 Subject: [PATCH 4/4] docs: move note, change wording --- cloudbuild/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloudbuild/CHANGELOG.md b/cloudbuild/CHANGELOG.md index 6a20b542217e..ad158194c5b6 100644 --- a/cloudbuild/CHANGELOG.md +++ b/cloudbuild/CHANGELOG.md @@ -8,6 +8,7 @@ 11-07-2019 10:48 PST -### New Features -- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)). **Note**: This version is incompatible with `google-cloud-containeranalysis<0.3.1`. Please upgrade to `google-cloud-containeranalysis>=0.3.1` to use this library. +**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)).