Skip to content

Commit 0a97cae

Browse files
chore(main): release google-cloud-compute 1.51.0-preview.2
1 parent 2d8093e commit 0a97cae

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/google-cloud-workloadidentity": "0.1.0",
66
"packages/google-crc32c": "1.8.0",
77
"packages/google-maps-mapmanagement": "0.1.1",
8-
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
8+
"preview-packages/google-cloud-compute": "1.51.0-preview.2"
99
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ libraries:
797797
- name: google-cloud-compute
798798
version: 1.51.0
799799
preview:
800-
version: 1.51.0-preview.1
800+
version: 1.51.0-preview.2
801801
apis:
802802
- path: google/cloud/compute/v1
803803
apis:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.51.0-preview.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.51.0-preview.1...google-cloud-compute-v1.51.0-preview.2) (2026-09-03)
4+
5+
6+
### Features
7+
8+
* update API sources and regenerate ([#18267](https://github.com/googleapis/google-cloud-python/issues/18267)) ([813a5c1](https://github.com/googleapis/google-cloud-python/commit/813a5c17cbe42b3a8386e7ad7475a3d7ada33842))
9+
* update googleapis and regenerate ([#18087](https://github.com/googleapis/google-cloud-python/issues/18087)) ([db1622a](https://github.com/googleapis/google-cloud-python/commit/db1622a9cfac112b40c93842737d7a5deeb3e8bd))
10+
* update sources and regenerate ([#18164](https://github.com/googleapis/google-cloud-python/issues/18164)) ([5ff8274](https://github.com/googleapis/google-cloud-python/commit/5ff8274ac2eb9375e918dff68303d3abdc3e6d6f))
11+
12+
## Changelog
13+
314
[PyPI History][1]
415

516
[1]: https://pypi.org/project/google-cloud-compute/#history

preview-packages/google-cloud-compute/google/cloud/compute/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.51.0-preview.1" # {x-release-please-version}
16+
__version__ = "1.51.0-preview.2" # {x-release-please-version}

preview-packages/google-cloud-compute/google/cloud/compute_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.51.0-preview.1" # {x-release-please-version}
16+
__version__ = "1.51.0-preview.2" # {x-release-please-version}

0 commit comments

Comments
 (0)