Skip to content

Commit

Permalink
chore(main): release google-cloud-security-public_ca-v1 1.0.0 (#28973)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 11, 2025
1 parent 0621712 commit 833ad89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
"google-cloud-security-private_ca-v1beta1+FILLER": "0.0.0",
"google-cloud-security-public_ca": "1.1.0",
"google-cloud-security-public_ca+FILLER": "0.0.0",
"google-cloud-security-public_ca-v1": "0.3.0",
"google-cloud-security-public_ca-v1": "1.0.0",
"google-cloud-security-public_ca-v1+FILLER": "0.0.0",
"google-cloud-security-public_ca-v1beta1": "0.8.0",
"google-cloud-security-public_ca-v1beta1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-security-public_ca-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "publicca",
"name_pretty": "Public Certificate Authority V1 API",
"product_documentation": "https://cloud.google.com/certificate-manager/docs/public-ca",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority. Note that google-cloud-security-public_ca-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-security-public_ca instead. See the readme for more details.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-security-public_ca-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2025-02-11)

#### Features

* Bump version to 1.0.0 ([#28969](https://github.com/googleapis/google-cloud-ruby/issues/28969))

### 0.3.0 (2025-01-29)

#### Features
Expand Down Expand Up @@ -28,4 +34,3 @@
* Initial generation of google-cloud-security-public_ca-v1 ([#25918](https://github.com/googleapis/google-cloud-ruby/issues/25918))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Security
module PublicCA
module V1
VERSION = "0.3.0"
VERSION = "1.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-security-public_ca-v1",
"version": "0.3.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 833ad89

Please sign in to comment.