Skip to content

Commit 013041c

Browse files
chore: release main
1 parent a3f79bd commit 013041c

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"packages/google-cloud-dataform": "0.6.2",
7171
"packages/google-cloud-datalabeling": "1.13.2",
7272
"packages/google-cloud-dataplex": "2.12.0",
73-
"packages/google-cloud-dataproc": "5.21.0",
73+
"packages/google-cloud-dataproc": "5.22.0",
7474
"packages/google-cloud-dataproc-metastore": "1.19.0",
7575
"packages/google-cloud-datastream": "1.15.0",
7676
"packages/google-cloud-deploy": "2.7.1",
@@ -106,7 +106,7 @@
106106
"packages/google-cloud-language": "2.17.2",
107107
"packages/google-cloud-licensemanager": "0.1.0",
108108
"packages/google-cloud-life-sciences": "0.9.18",
109-
"packages/google-cloud-locationfinder": "0.0.0",
109+
"packages/google-cloud-locationfinder": "0.1.0",
110110
"packages/google-cloud-lustre": "0.1.2",
111111
"packages/google-cloud-maintenance-api": "0.1.1",
112112
"packages/google-cloud-managed-identities": "1.12.2",

packages/google-cloud-dataproc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [5.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataproc-v5.21.0...google-cloud-dataproc-v5.22.0) (2025-09-23)
8+
9+
10+
### Features
11+
12+
* [google-cloud-dataproc] Added support for JUPYTER_KERNEL_GATEWAY component ([#14516](https://github.com/googleapis/google-cloud-python/issues/14516)) ([741d1c5](https://github.com/googleapis/google-cloud-python/commit/741d1c5d018360dbfb0fd1d69f6af27fec8e436b))
13+
714
## [5.21.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataproc-v5.20.0...google-cloud-dataproc-v5.21.0) (2025-07-02)
815

916

packages/google-cloud-dataproc/google/cloud/dataproc/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "5.22.0" # {x-release-please-version}

packages/google-cloud-dataproc/google/cloud/dataproc_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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "5.22.0" # {x-release-please-version}

packages/google-cloud-dataproc/samples/generated_samples/snippet_metadata_google.cloud.dataproc.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataproc",
11-
"version": "0.1.0"
11+
"version": "5.22.0"
1212
},
1313
"snippets": [
1414
{
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 0.1.0 (2025-09-23)
4+
5+
6+
### Features
7+
8+
* add initial files for google.cloud.locationfinder.v1 ([#14513](https://github.com/googleapis/google-cloud-python/issues/14513)) ([fdea288](https://github.com/googleapis/google-cloud-python/commit/fdea288f34e50fbc116aba9ead851036c44a4518))
9+
10+
## Changelog

packages/google-cloud-locationfinder/google/cloud/locationfinder/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-locationfinder/google/cloud/locationfinder_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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)