Skip to content

Commit 06c6d53

Browse files
chore(main): release google-cloud-compute 1.51.0-preview.2
1 parent f4e434a commit 06c6d53

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
@@ -8,5 +8,5 @@
88
"packages/google-crc32c": "1.8.0",
99
"packages/google-maps-mapmanagement": "0.1.1",
1010
"packages/google-shopping-merchant-loyaltycustomers": "0.1.1",
11-
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
11+
"preview-packages/google-cloud-compute": "1.51.0-preview.2"
1212
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ libraries:
799799
- name: google-cloud-compute
800800
version: 1.52.0
801801
preview:
802-
version: 1.51.0-preview.1
802+
version: 1.51.0-preview.2
803803
apis:
804804
- path: google/cloud/compute/v1
805805
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-11)
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)