Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 10, 2024
1 parent b855629 commit 6e6db2c
Show file tree
Hide file tree
Showing 27 changed files with 108 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"packages/google-cloud-automl": "2.13.3",
"packages/google-cloud-backupdr": "0.1.0",
"packages/google-cloud-bare-metal-solution": "1.7.3",
"packages/google-cloud-batch": "0.17.19",
"packages/google-cloud-batch": "0.17.20",
"packages/google-cloud-beyondcorp-appconnections": "0.4.9",
"packages/google-cloud-beyondcorp-appconnectors": "0.4.9",
"packages/google-cloud-beyondcorp-appgateways": "0.4.9",
Expand Down Expand Up @@ -94,7 +94,7 @@
"packages/google-cloud-iam-logging": "1.3.3",
"packages/google-cloud-iap": "1.13.3",
"packages/google-cloud-ids": "1.7.3",
"packages/google-cloud-kms": "2.22.0",
"packages/google-cloud-kms": "2.23.0",
"packages/google-cloud-kms-inventory": "0.2.6",
"packages/google-cloud-language": "2.13.3",
"packages/google-cloud-life-sciences": "0.9.9",
Expand All @@ -115,14 +115,14 @@
"packages/google-cloud-orchestration-airflow": "1.12.1",
"packages/google-cloud-os-config": "1.17.3",
"packages/google-cloud-os-login": "2.14.3",
"packages/google-cloud-parallelstore": "0.1.2",
"packages/google-cloud-parallelstore": "0.2.0",
"packages/google-cloud-phishing-protection": "1.11.3",
"packages/google-cloud-policy-troubleshooter": "1.11.3",
"packages/google-cloud-policysimulator": "0.1.6",
"packages/google-cloud-policytroubleshooter-iam": "0.1.5",
"packages/google-cloud-private-ca": "1.12.0",
"packages/google-cloud-private-catalog": "0.9.9",
"packages/google-cloud-public-ca": "0.3.9",
"packages/google-cloud-public-ca": "0.3.10",
"packages/google-cloud-rapidmigrationassessment": "0.1.7",
"packages/google-cloud-recaptcha-enterprise": "1.20.0",
"packages/google-cloud-recommendations-ai": "0.10.10",
Expand Down Expand Up @@ -171,8 +171,8 @@
"packages/google-cloud-workstations": "0.5.6",
"packages/google-geo-type": "0.3.7",
"packages/google-maps-addressvalidation": "0.3.11",
"packages/google-maps-fleetengine": "0.1.9",
"packages/google-maps-fleetengine-delivery": "0.1.8",
"packages/google-maps-fleetengine": "0.2.0",
"packages/google-maps-fleetengine-delivery": "0.2.0",
"packages/google-maps-mapsplatformdatasets": "0.3.7",
"packages/google-maps-places": "0.1.14",
"packages/google-maps-routing": "0.6.8",
Expand Down
13 changes: 13 additions & 0 deletions packages/google-cloud-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.17.20](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.19...google-cloud-batch-v0.17.20) (2024-05-10)


### Features

* Add UpdateJob API to update the job spec, only task_count is supported now ([b855629](https://github.com/googleapis/google-cloud-python/commit/b855629c19567168cbfeaf04b76f79986b2039fb))
* Update description on allowed_locations in LocationPolicy field ([b855629](https://github.com/googleapis/google-cloud-python/commit/b855629c19567168cbfeaf04b76f79986b2039fb))


### Documentation

* updated comments ([b855629](https://github.com/googleapis/google-cloud-python/commit/b855629c19567168cbfeaf04b76f79986b2039fb))

## [0.17.19](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.18...google-cloud-batch-v0.17.19) (2024-05-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.17.20" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.17.20" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.17.20" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.1.0"
"version": "0.17.20"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.1.0"
"version": "0.17.20"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [2.23.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v2.22.0...google-cloud-kms-v2.23.0) (2024-05-10)


### Features

* add client library for KMS Autokey service, which enables automated KMS key provision and management ([b74c6c2](https://github.com/googleapis/google-cloud-python/commit/b74c6c26225d3bb2703cf6421f047372df59eaa8))

## [2.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v2.21.4...google-cloud-kms-v2.22.0) (2024-05-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-kms",
"version": "0.1.0"
"version": "2.23.0"
},
"snippets": [
{
Expand Down
25 changes: 25 additions & 0 deletions packages/google-cloud-parallelstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-parallelstore-v0.1.2...google-cloud-parallelstore-v0.2.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`
* An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`
* An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`
* An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`

### Features

* A new message `DestinationGcsBucket` is added ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* A new message `DestinationParallelstore` is added ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* A new message `SourceGcsBucket` is added ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* A new message `SourceParallelstore` is added ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))


### Bug Fixes

* An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))
* An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` ([e3c48d7](https://github.com/googleapis/google-cloud-python/commit/e3c48d7661dbbdc9ee4fcd18c1572910615389fd))

## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-parallelstore-v0.1.1...google-cloud-parallelstore-v0.1.2) (2024-05-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-parallelstore",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-public-ca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.10](https://github.com/googleapis/google-cloud-python/compare/google-cloud-public-ca-v0.3.9...google-cloud-public-ca-v0.3.10) (2024-05-10)


### Features

* added protos for publicca v1 ([f38aae4](https://github.com/googleapis/google-cloud-python/commit/f38aae4215c47e566742fb94f40ab2cc6e2ba975))

## [0.3.9](https://github.com/googleapis/google-cloud-python/compare/google-cloud-public-ca-v0.3.8...google-cloud-public-ca-v0.3.9) (2024-03-05)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-public-ca",
"version": "0.1.0"
"version": "0.3.10"
},
"snippets": [
{
Expand Down
15 changes: 15 additions & 0 deletions packages/google-maps-fleetengine-delivery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-maps-fleetengine-delivery-v0.1.8...google-maps-fleetengine-delivery-v0.2.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* An existing method `SearchFuzzedVehicles` is removed from service `VehicleService`
* An existing message `UpdateVehicleLocationRequest` is removed
* An existing method `UpdateVehicleLocation` is removed from service `VehicleService`

### Bug Fixes

* An existing message `UpdateVehicleLocationRequest` is removed ([6c696a2](https://github.com/googleapis/google-cloud-python/commit/6c696a2f789777ed7ecdd0cf0af5dc2a6fc97d73))
* An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` ([6c696a2](https://github.com/googleapis/google-cloud-python/commit/6c696a2f789777ed7ecdd0cf0af5dc2a6fc97d73))
* An existing method `UpdateVehicleLocation` is removed from service `VehicleService` ([6c696a2](https://github.com/googleapis/google-cloud-python/commit/6c696a2f789777ed7ecdd0cf0af5dc2a6fc97d73))

## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-maps-fleetengine-delivery-v0.1.7...google-maps-fleetengine-delivery-v0.1.8) (2024-05-07)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-fleetengine-delivery",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down
15 changes: 15 additions & 0 deletions packages/google-maps-fleetengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-maps-fleetengine-v0.1.9...google-maps-fleetengine-v0.2.0) (2024-05-10)


### ⚠ BREAKING CHANGES

* An existing method `SearchFuzzedVehicles` is removed from service `VehicleService`
* An existing message `UpdateVehicleLocationRequest` is removed
* An existing method `UpdateVehicleLocation` is removed from service `VehicleService`

### Bug Fixes

* An existing message `UpdateVehicleLocationRequest` is removed ([e6969d5](https://github.com/googleapis/google-cloud-python/commit/e6969d550a7255f8ff3ed10ab77072d38edb61ff))
* An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` ([e6969d5](https://github.com/googleapis/google-cloud-python/commit/e6969d550a7255f8ff3ed10ab77072d38edb61ff))
* An existing method `UpdateVehicleLocation` is removed from service `VehicleService` ([e6969d5](https://github.com/googleapis/google-cloud-python/commit/e6969d550a7255f8ff3ed10ab77072d38edb61ff))

## [0.1.9](https://github.com/googleapis/google-cloud-python/compare/google-maps-fleetengine-v0.1.8...google-maps-fleetengine-v0.1.9) (2024-03-05)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-fleetengine",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down

0 comments on commit 6e6db2c

Please sign in to comment.