diff --git a/.repo-metadata.json b/.repo-metadata.json index 202bf18..15b692c 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/binary-authorization", "client_documentation": "https://googleapis.dev/python/binaryauthorization/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-binary-authorization", diff --git a/README.rst b/README.rst index 36eb445..af2fcb3 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Binary Authorization API ==================================================== -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Binary Authorization API`_: The management interface for Binary Authorization, a system providing policy control for images deployed to Kubernetes Engine clusters. @@ -9,8 +9,8 @@ policy control for images deployed to Kubernetes Engine clusters. - `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/main/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-binary-authorization.svg :target: https://pypi.org/project/google-cloud-binary-authorization/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-binary-authorization.svg diff --git a/setup.py b/setup.py index 2c4beb8..7437196 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ ), python_requires=">=3.6", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6",