diff --git a/.repo-metadata.json b/.repo-metadata.json index 22979d0..38a926d 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/compute/docs/osconfig/", "client_documentation": "https://googleapis.dev/python/osconfig/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "repo": "googleapis/python-os-config", "distribution_name": "google-cloud-os-config", diff --git a/README.rst b/README.rst index 6cae212..d70940e 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud OS Config ================================================= -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Cloud OS Config API`_: OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances. @@ -9,8 +9,8 @@ patch compliance, and configuration management on VM instances. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |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-os-config.svg :target: https://pypi.org/project/google-cloud-os-config/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-os-config.svg diff --git a/setup.py b/setup.py index ba33fe5..b372a7f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.10.0",