Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update information in READMEs to indicate KMS is GA. #7840

Merged
merged 1 commit into from
May 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The following client libraries have **GA** support:

- `Google BigQuery`_ (`BigQuery README`_)
- `Google Cloud Datastore`_ (`Datastore README`_)
- `Google Cloud KMS`_ (`KMS README`_)
- `Google Cloud Natural Language`_ (`Natural Language README`_)
- `Google Cloud Spanner`_ (`Spanner README`_)
- `Google Cloud Storage`_ (`Storage README`_)
Expand All @@ -48,6 +49,8 @@ The following client libraries have **GA** support:
.. _BigQuery README: https://github.com/googleapis/google-cloud-python/tree/master/bigquery
.. _Google Cloud Datastore: https://pypi.org/project/google-cloud-datastore/
.. _Datastore README: https://github.com/googleapis/google-cloud-python/tree/master/datastore
.. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/
.. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms
.. _Google Cloud Natural Language: https://pypi.org/project/google-cloud-language/
.. _Natural Language README: https://github.com/googleapis/google-cloud-python/tree/master/language
.. _Google Cloud Spanner: https://pypi.org/project/google-cloud-spanner
Expand Down Expand Up @@ -107,7 +110,6 @@ The following client libraries have **alpha** support:
- `Google Cloud DLP`_ (`DLP README`_)
- `Google Cloud DNS`_ (`DNS README`_)
- `Google Cloud IoT`_ (`IoT README`_)
- `Google Cloud KMS`_ (`KMS README`_)
- `Google Cloud Memorystore for Redis`_ (`Redis README`_)
- `Google Cloud Resource Manager`_ (`Resource Manager README`_)
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
Expand Down Expand Up @@ -137,8 +139,6 @@ The following client libraries have **alpha** support:
.. _DNS README: https://github.com/googleapis/google-cloud-python/tree/master/dns
.. _Google Cloud IoT: https://pypi.org/project/google-cloud-iot/
.. _IoT README: https://github.com/googleapis/google-cloud-python/tree/master/iot
.. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/
.. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms
.. _Google Cloud Memorystore for Redis: https://pypi.org/project/google-cloud-redis/
.. _Redis README: https://github.com/googleapis/google-cloud-python/tree/master/redis
.. _Google Cloud Resource Manager: https://pypi.org/project/google-cloud-resource-manager/
Expand Down
6 changes: 3 additions & 3 deletions kms/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Cloud Key Management Service (KMS) API
========================================================

|alpha| |pypi| |versions|
|GA| |pypi| |versions|

`Cloud Key Management Service (KMS) API`_: Manages keys and performs
cryptographic operations in a central cloud service, for direct use by other
Expand All @@ -10,8 +10,8 @@ cloud resources and applications.
- `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#general-availabilityt
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-kms.svg
:target: https://pypi.org/project/google-cloud-kms/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-kms.svg
Expand Down