Skip to content

Commit 51b35ae

Browse files
authored
feat: release as GA (#46)
Release-As: 1.0.0 [GA release template](https://github.com/googleapis/google-cloud-common/issues/287) ## Required - [x] 28 days elapsed since last beta release with new API surface - [x] Server API is GA - [x] Package API is stable, and we can commit to backward compatibility - [x] All dependencies are GA Fixes #14 🦕
1 parent fbe57e9 commit 51b35ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/google-cloud-os-config/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/compute/docs/osconfig/",
55
"client_documentation": "https://googleapis.dev/python/osconfig/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-os-config",
1010
"distribution_name": "google-cloud-os-config",

packages/google-cloud-os-config/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for Cloud OS Config
22
=================================================
33

4-
|beta| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`Cloud OS Config API`_: OS management tools that can be used for patch management,
77
patch compliance, and configuration management on VM instances.
88

99
- `Client Library Documentation`_
1010
- `Product Documentation`_
1111

12-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
13-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
12+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-os-config.svg
1515
:target: https://pypi.org/project/google-cloud-os-config/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-os-config.svg

packages/google-cloud-os-config/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 3 - Alpha'
3030
# 'Development Status :: 4 - Beta'
3131
# 'Development Status :: 5 - Production/Stable'
32-
release_status = "Development Status :: 4 - Beta"
32+
release_status = "Development Status :: 5 - Production/Stable"
3333
dependencies = [
3434
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3535
"proto-plus >= 1.10.0",

0 commit comments

Comments
 (0)