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/.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/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/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/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/setup.py b/setup.py index ae77aa2a..ccc02626 100644 --- a/setup.py +++ b/setup.py @@ -22,12 +22,12 @@ 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' # '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"} 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" } } ],