Skip to content

Commit 211d47e

Browse files
chore(main): release 2.1.0-beta
1 parent 4dd0789 commit 211d47e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.1.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v2.0.0-beta...v2.1.0-beta) (2025-09-19)
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+
* Migrate UI tests ([#1076](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1076)) ([be4a25e](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/be4a25e3340ab6508b1d85b278a4ed77104985c1))
14+
* python readme fix ([#1075](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1075)) ([ad592e1](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/ad592e1000499ea9a286e28566b479d46504efba))
15+
* python start.sh and typo ([#1064](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1064)) ([541c270](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/541c2709867608ec7b7df0d496805f8501265274))
16+
* remove deprecated templates ([#1066](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1066)) ([c49046a](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/c49046ad069bbf1e634f2026d1161358aff11a97))
17+
* remove deprecated templates ([#1074](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1074)) ([62410a1](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/62410a1e4953071ffc60fec5d315212863d36f89))
18+
319
## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2025-06-23)
420

521

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)