Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit 6753965

Browse files
authored
feat: promote to 1.0.0 (#162)
Release-As: 1.0.0
1 parent 25af2be commit 6753965

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/monitoring/charts/dashboards",
55
"client_documentation": "https://googleapis.dev/java/google-cloud-monitoring-dashboard/latest",
66
"api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "java",
99
"repo": "googleapis/java-monitoring-dashboards",
1010
"repo_short": "java-monitoring-dashboards",

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [Monitoring Dashboards][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
1512

1613

@@ -20,7 +17,7 @@ If you are using Maven, add this to your pom.xml file:
2017
<dependency>
2118
<groupId>com.google.cloud</groupId>
2219
<artifactId>google-cloud-monitoring-dashboard</artifactId>
23-
<version>0.2.0</version>
20+
<version>0.2.1</version>
2421
</dependency>
2522
```
2623

@@ -86,9 +83,6 @@ Java 7 or above is required for using this client.
8683
This library follows [Semantic Versioning](http://semver.org/).
8784

8885

89-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
90-
and the public API should not be considered stable.
91-
9286
## Contributing
9387

9488

@@ -126,7 +120,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
126120
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring-dashboards/java8-win.html
127121
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring-dashboards/java11.svg
128122
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring-dashboards/java11.html
129-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
123+
[stability-image]: https://img.shields.io/badge/stability-ga-green
130124
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring-dashboard.svg
131125
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-monitoring-dashboard&core=gav
132126
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)