Skip to content

Commit

Permalink
chore: release main (#13115)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>google-cloud-dataproc: 5.13.0</summary>

##
[5.13.0](google-cloud-dataproc-v5.12.0...google-cloud-dataproc-v5.13.0)
(2024-09-30)


### Features

* add support for Spark Connect sessions in Dataproc Serverless for
Spark
([0d35003](0d35003))


### Documentation

* update docs for `filter` field in `ListSessionsRequest`
([0d35003](0d35003))
</details>

<details><summary>google-cloud-oracledatabase: 0.1.0</summary>

## 0.1.0 (2024-09-30)


### Features

* add initial files for google.cloud.oracledatabase.v1
([#13100](#13100))
([c638f1f](c638f1f))
</details>

<details><summary>google-maps-routeoptimization: 0.1.4</summary>

##
[0.1.4](google-maps-routeoptimization-v0.1.3...google-maps-routeoptimization-v0.1.4)
(2024-09-30)


### Features

* A new field `route_token` is added to message
`.google.maps.routeoptimization.v1.ShipmentRoute.Transition`
([32b254c](32b254c))
* Add support for generating route tokens
([32b254c](32b254c))


### Documentation

* A comment for field `code` in message
`.google.maps.routeoptimization.v1.OptimizeToursValidationError` is
changed
([32b254c](32b254c))
* A comment for field `populate_transition_polylines` in message
`.google.maps.routeoptimization.v1.OptimizeToursRequest` is changed
([32b254c](32b254c))
* A comment for method `BatchOptimizeTours` in service
`RouteOptimization` is changed
([32b254c](32b254c))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 30, 2024
1 parent 32b254c commit dbaefeb
Show file tree
Hide file tree
Showing 12 changed files with 48 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 @@ -68,7 +68,7 @@
"packages/google-cloud-dataform": "0.5.11",
"packages/google-cloud-datalabeling": "1.10.5",
"packages/google-cloud-dataplex": "2.2.2",
"packages/google-cloud-dataproc": "5.12.0",
"packages/google-cloud-dataproc": "5.13.0",
"packages/google-cloud-dataproc-metastore": "1.15.5",
"packages/google-cloud-datastream": "1.9.5",
"packages/google-cloud-deploy": "2.0.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"packages/google-cloud-network-services": "0.5.14",
"packages/google-cloud-notebooks": "1.10.5",
"packages/google-cloud-optimization": "1.8.5",
"packages/google-cloud-oracledatabase": "0.0.0",
"packages/google-cloud-oracledatabase": "0.1.0",
"packages/google-cloud-orchestration-airflow": "1.14.0",
"packages/google-cloud-os-config": "1.17.5",
"packages/google-cloud-os-login": "2.14.6",
Expand Down Expand Up @@ -184,7 +184,7 @@
"packages/google-maps-fleetengine-delivery": "0.2.4",
"packages/google-maps-mapsplatformdatasets": "0.4.2",
"packages/google-maps-places": "0.1.18",
"packages/google-maps-routeoptimization": "0.1.3",
"packages/google-maps-routeoptimization": "0.1.4",
"packages/google-maps-routing": "0.6.10",
"packages/google-maps-solar": "0.1.2",
"packages/google-shopping-css": "0.1.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [5.13.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataproc-v5.12.0...google-cloud-dataproc-v5.13.0) (2024-09-30)


### Features

* add support for Spark Connect sessions in Dataproc Serverless for Spark ([0d35003](https://github.com/googleapis/google-cloud-python/commit/0d350038411bbdcf10eb7fb6820084abcb362c5a))


### Documentation

* update docs for `filter` field in `ListSessionsRequest` ([0d35003](https://github.com/googleapis/google-cloud-python/commit/0d350038411bbdcf10eb7fb6820084abcb362c5a))

## [5.12.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataproc-v5.11.0...google-cloud-dataproc-v5.12.0) (2024-09-16)


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__ = "5.13.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__ = "5.13.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-dataproc",
"version": "0.1.0"
"version": "5.13.0"
},
"snippets": [
{
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-oracledatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog
# Changelog

## 0.1.0 (2024-09-30)


### Features

* add initial files for google.cloud.oracledatabase.v1 ([#13100](https://github.com/googleapis/google-cloud-python/issues/13100)) ([c638f1f](https://github.com/googleapis/google-cloud-python/commit/c638f1f55a85a228ec6385095ca1befb54067188))

## Changelog
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.1.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.1.0" # {x-release-please-version}
15 changes: 15 additions & 0 deletions packages/google-maps-routeoptimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-maps-routeoptimization-v0.1.3...google-maps-routeoptimization-v0.1.4) (2024-09-30)


### Features

* A new field `route_token` is added to message `.google.maps.routeoptimization.v1.ShipmentRoute.Transition` ([32b254c](https://github.com/googleapis/google-cloud-python/commit/32b254c110626aff2194aceb93f131f745cfcf29))
* Add support for generating route tokens ([32b254c](https://github.com/googleapis/google-cloud-python/commit/32b254c110626aff2194aceb93f131f745cfcf29))


### Documentation

* A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed ([32b254c](https://github.com/googleapis/google-cloud-python/commit/32b254c110626aff2194aceb93f131f745cfcf29))
* A comment for field `populate_transition_polylines` in message `.google.maps.routeoptimization.v1.OptimizeToursRequest` is changed ([32b254c](https://github.com/googleapis/google-cloud-python/commit/32b254c110626aff2194aceb93f131f745cfcf29))
* A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed ([32b254c](https://github.com/googleapis/google-cloud-python/commit/32b254c110626aff2194aceb93f131f745cfcf29))

## [0.1.3](https://github.com/googleapis/google-cloud-python/compare/google-maps-routeoptimization-v0.1.2...google-maps-routeoptimization-v0.1.3) (2024-09-16)


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.1.4" # {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.1.4" # {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-routeoptimization",
"version": "0.1.0"
"version": "0.1.4"
},
"snippets": [
{
Expand Down

0 comments on commit dbaefeb

Please sign in to comment.