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 8, 2024
1 parent b74c6c2 commit c50f88d
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
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 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
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-08)


### 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
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-08)


### ⚠ 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-08)


### ⚠ 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 c50f88d

Please sign in to comment.