Skip to content

Commit f99d14d

Browse files
chore(main): release google-cloud-compute 1.51.0-preview.2
1 parent f55ae02 commit f99d14d

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

.release-please-individual-manifest.json

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

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ libraries:
789789
- name: google-cloud-compute
790790
version: 1.51.0
791791
preview:
792-
version: 1.51.0-preview.1
792+
version: 1.51.0-preview.2
793793
apis:
794794
- path: google/cloud/compute/v1
795795
apis:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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-08-31)
4+
5+
6+
### Features
7+
8+
* update googleapis and regenerate ([#18087](https://github.com/googleapis/google-cloud-python/issues/18087)) ([db1622a](https://github.com/googleapis/google-cloud-python/commit/db1622a9cfac112b40c93842737d7a5deeb3e8bd))
9+
* update sources and regenerate ([#18164](https://github.com/googleapis/google-cloud-python/issues/18164)) ([5ff8274](https://github.com/googleapis/google-cloud-python/commit/5ff8274ac2eb9375e918dff68303d3abdc3e6d6f))
10+
11+
## Changelog
12+
313
[PyPI History][1]
414

515
[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)