Skip to content

Commit

Permalink
chore(main): release google-cloud-vmware_engine-v1 1.0.0 (#28908)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 7, 2025
1 parent a924304 commit 56304dd
Show file tree
Hide file tree
Showing 5 changed files with 17 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 @@ -807,7 +807,7 @@
"google-cloud-vm_migration-v1+FILLER": "0.0.0",
"google-cloud-vmware_engine": "1.3.0",
"google-cloud-vmware_engine+FILLER": "0.0.0",
"google-cloud-vmware_engine-v1": "0.11.0",
"google-cloud-vmware_engine-v1": "1.0.0",
"google-cloud-vmware_engine-v1+FILLER": "0.0.0",
"google-cloud-vpc_access": "1.5.0",
"google-cloud-vpc_access+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-vmware_engine-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "vmwareengine",
"name_pretty": "Google Cloud VMware Engine V1 API",
"product_documentation": "https://cloud.google.com/vmware-engine/",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Google Cloud VMware Engine is a fully managed service that lets you run the VMware platform in Google Cloud. VMware Engine provides you with VMware operational continuity so you can benefit from a cloud consumption model and lower your total cost of ownership. VMware Engine also offers on-demand provisioning, pay-as-you-grow, and capacity optimization. Note that google-cloud-vmware_engine-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-vmware_engine instead. See the readme for more details.",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-vmware_engine-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826))

#### Features

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

* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826))

### 0.11.0 (2025-01-29)

#### Features
Expand Down Expand Up @@ -127,4 +140,3 @@
* Initial generation of google-cloud-vmware_engine-v1 ([#19482](https://github.com/googleapis/google-cloud-ruby/issues/19482))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module VmwareEngine
module V1
VERSION = "0.11.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-vmware_engine-v1",
"version": "0.11.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 56304dd

Please sign in to comment.