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 Sep 30, 2024
1 parent 89e859b commit e41b230
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 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
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}

0 comments on commit e41b230

Please sign in to comment.