Skip to content

Commit df082a7

Browse files
chore(main): release 2.1.0-beta
1 parent ad592e1 commit df082a7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-beta"
2+
".": "2.1.0-beta"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.1.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v2.0.0-beta...v2.1.0-beta) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* Deltalake to iceberg transfer ([#1058](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1058)) ([887b07d](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/887b07d0307adec58b8759b9de94d3fcc579febd))
9+
10+
11+
### Bug Fixes
12+
13+
* python readme fix ([#1075](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1075)) ([ad592e1](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/ad592e1000499ea9a286e28566b479d46504efba))
14+
* python start.sh and typo ([#1064](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1064)) ([541c270](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/541c2709867608ec7b7df0d496805f8501265274))
15+
* remove deprecated templates ([#1066](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1066)) ([c49046a](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/c49046ad069bbf1e634f2026d1161358aff11a97))
16+
* remove deprecated templates ([#1074](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1074)) ([62410a1](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/62410a1e4953071ffc60fec5d315212863d36f89))
17+
318
## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2025-06-23)
419

520

python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta"
1+
__version__ = "2.1.0-beta"

0 commit comments

Comments
 (0)