Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit a99d67a

Browse filesBrowse files
authored
feat: set release_status to Production/Stable (#8)
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
1 parent 78405b2 commit a99d67a
Copy full SHA for a99d67a

File tree

Expand file treeCollapse file tree

3 files changed

+7
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-6
lines changed
Open diff view settings
Collapse file

‎.repo-metadata.json‎

Copy file name to clipboardExpand all lines: .repo-metadata.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"product_documentation": "https://cloud.google.com/monitoring/docs",
55
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-monitoring",
1010
"distribution_name": "google-cloud-monitoring",
1111
"api_id": "monitoring.googleapis.com"
12-
}
12+
}
Collapse file

‎README.rst‎

Copy file name to clipboardExpand all lines: README.rst
+4-3Lines changed: 4 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Python Client for Stackdriver Monitoring API (`Alpha`_)
1+
Python Client for Stackdriver Monitoring API
22
=======================================================
33

4-
|pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`Stackdriver Monitoring API`_: Manages your Stackdriver Monitoring data and
77
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.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
13+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1415
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg
1516
:target: https://pypi.org/project/google-cloud-monitoring/
1617
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = "Development Status :: 3 - Alpha"
30+
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
3232
extras = {"pandas": "pandas >= 0.17.1"}
3333

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.