Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jun 17, 2020
2 parents aee87e7 + 4f8096b commit 022abd4
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .kokoro/release.sh
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .repo-metadata.json
Expand Up @@ -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"
}
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@

[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)


### Features

* BREAKING CHANGE: drop support for TimeSeriesQueryLanguageCondition as an alert condition type ([#22](https://www.github.com/googleapis/python-monitoring/issues/22)) ([e4bc568](https://www.github.com/googleapis/python-monitoring/commit/e4bc5682d39f7e5938868497496f5d49318cee43))

## [0.35.0](https://www.github.com/googleapis/python-monitoring/compare/v0.34.0...v0.35.0) (2020-04-21)


Expand Down
7 changes: 4 additions & 3 deletions 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,
Expand All @@ -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
Expand Down
7 changes: 3 additions & 4 deletions google/cloud/monitoring_v3/proto/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,12 +22,12 @@

name = "google-cloud-monitoring"
description = "Stackdriver Monitoring API client library"
version = "0.35.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"}

Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -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"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "c585ac3b5eff5cd2097a5315ffd9cf4823cc1ed2"
"sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e"
}
}
],
Expand Down

0 comments on commit 022abd4

Please sign in to comment.