diff --git a/.repo-metadata.json b/.repo-metadata.json index 03cd762d..14fa22b7 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -3,8 +3,8 @@ "name_pretty": "Kubernetes Engine", "product_documentation": "https://cloud.google.com/kubernetes-engine/", "client_documentation": "https://googleapis.dev/python/container/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", - "release_level": "alpha", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559746", + "release_level": "ga", "language": "python", "repo": "googleapis/python-container", "distribution_name": "google-cloud-container", diff --git a/README.rst b/README.rst index f98cd02b..32e4dc55 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Google Kubernetes Engine API ============================================== -|alpha| |pypi| |versions| +|ga| |pypi| |versions| `Google Kubernetes Engine API`_: The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source @@ -10,8 +10,8 @@ Kubernetes technology. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-container.svg :target: https://pypi.org/project/google-cloud-container/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-container.svg diff --git a/setup.py b/setup.py index bce88c58..40b4b061 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", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",