From 78405b21878169378de8fb459eaf99d799f5cc27 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 27 May 2020 14:21:01 -0700 Subject: [PATCH 1/3] chore: update templates (via synth) (#32) --- .kokoro/release.sh | 2 -- google/cloud/monitoring_v3/proto/common_pb2.py | 7 +++---- synth.metadata | 6 +++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index 9304d636..98478270 100755 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash - set -eo pipefail # Start the releasetool reporter diff --git a/google/cloud/monitoring_v3/proto/common_pb2.py b/google/cloud/monitoring_v3/proto/common_pb2.py index 39027515..df3b1a78 100644 --- a/google/cloud/monitoring_v3/proto/common_pb2.py +++ b/google/cloud/monitoring_v3/proto/common_pb2.py @@ -716,9 +716,9 @@ { "DESCRIPTOR": _AGGREGATION, "__module__": "google.cloud.monitoring_v3.proto.common_pb2", - "__doc__": """Describes how to combine multiple time series to provide a different - view of the data. Aggregation of time series is done in two steps. - First, each time series in the set is *aligned* to the same time + "__doc__": """Describes how to combine multiple time series to provide a + different view of the data. Aggregation of time series is done in two + steps. First, each time series in the set is *aligned* to the same time interval boundaries, then the set of time series is optionally *reduced* in number. @@ -815,4 +815,3 @@ DESCRIPTOR._options = None _SERVICETIER._options = None # @@protoc_insertion_point(module_scope) -# -*- coding: utf-8 -*- diff --git a/synth.metadata b/synth.metadata index a10eff91..afe9394c 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,8 +3,8 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/python-monitoring", - "sha": "cdd09cd01428dbc43f45b538e1761f9f2529d153" + "remote": "https://github.com/googleapis/python-monitoring.git", + "sha": "c962b8f54d96ead41072b8e5252642b9164805b3" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c585ac3b5eff5cd2097a5315ffd9cf4823cc1ed2" + "sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e" } } ], From a99d67a4f1399b9a74f189c6332cd85e56149fac Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:48:04 -0700 Subject: [PATCH 2/3] feat: set release_status to Production/Stable (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release-As: 1.0.0 Proposed release: **GA** ## Instructions Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue. ## Required - [x] 28 days elapsed since last beta release with new API surface (last release on [2/5/2020](https://github.com/googleapis/python-monitoring/releases/tag/v0.34.0)) - [x] Server API is GA ([v3](https://github.com/googleapis/python-monitoring/tree/master/google/cloud/monitoring_v3)) - [x] Package API is stable, and we can commit to backward compatibility - [x] All dependencies are GA ## Optional - [ ] Most common / important scenarios have descriptive samples - [ ] Public manual methods have at least one usage sample each (excluding overloads) - [ ] Per-API README includes a full description of the API - [ ] Per-API README contains at least one “getting started” sample using the most common API scenario - [ ] Manual code has been reviewed by API producer - [ ] Manual code has been reviewed by a DPE responsible for samples - [ ] 'Client Libraries' page is added to the product documentation in 'APIs & Reference' section of the product's documentation on Cloud Site --- .repo-metadata.json | 4 ++-- README.rst | 7 ++++--- setup.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 7d481fd9..297ee977 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,9 +4,9 @@ "product_documentation": "https://cloud.google.com/monitoring/docs", "client_documentation": "https://googleapis.dev/python/monitoring/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-monitoring", "distribution_name": "google-cloud-monitoring", "api_id": "monitoring.googleapis.com" -} \ No newline at end of file +} diff --git a/README.rst b/README.rst index 1f125057..174171df 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -Python Client for Stackdriver Monitoring API (`Alpha`_) +Python Client for Stackdriver Monitoring API ======================================================= -|pypi| |versions| +|ga| |pypi| |versions| `Stackdriver Monitoring API`_: Manages your Stackdriver Monitoring data and configurations. Most projects must be associated with a Stackdriver account, @@ -10,7 +10,8 @@ with a few exceptions as noted on the individual method pages. - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst +.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg :target: https://pypi.org/project/google-cloud-monitoring/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg diff --git a/setup.py b/setup.py index ae77aa2a..54d9fc8d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"] extras = {"pandas": "pandas >= 0.17.1"} From 4f8096b746b56dbd5fe627a8171c6ea559c92a26 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 18:54:04 +0000 Subject: [PATCH 3/3] chore: release 1.0.0 (#35) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-monitoring/compare/v0.36.0...v1.0.0) (2020-06-03) ### Features * set release_status to Production/Stable ([#8](https://www.github.com/googleapis/python-monitoring/issues/8)) ([a99d67a](https://www.github.com/googleapis/python-monitoring/commit/a99d67a4f1399b9a74f189c6332cd85e56149fac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1dc9014..5a9dd35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-monitoring/#history +## [1.0.0](https://www.github.com/googleapis/python-monitoring/compare/v0.36.0...v1.0.0) (2020-06-03) + + +### Features + +* set release_status to Production/Stable ([#8](https://www.github.com/googleapis/python-monitoring/issues/8)) ([a99d67a](https://www.github.com/googleapis/python-monitoring/commit/a99d67a4f1399b9a74f189c6332cd85e56149fac)) + ## [0.36.0](https://www.github.com/googleapis/python-monitoring/compare/v0.35.0...v0.36.0) (2020-05-13) diff --git a/setup.py b/setup.py index 54d9fc8d..ccc02626 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-monitoring" description = "Stackdriver Monitoring API client library" -version = "0.36.0" +version = "1.0.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'