Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.0.0-beta #1009

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2-beta"
".": "2.0.0-beta"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2024-12-02)


### ⚠ BREAKING CHANGES

* GCS to BigTable catalog from GCS bucket ([#1026](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1026))
* Add Spark BigQuery connector options ([#1027](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1027))
* Allow the Elasticsearch Authorization using API Key ([#1019](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1019))

### Features

* Add Spark BigQuery connector options ([#1027](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1027)) ([6af6cc4](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/6af6cc487f08bc611e974b46a25f9c9f3e963762))
* Allow the Elasticsearch Authorization using API Key ([#1019](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1019)) ([4ecbfa6](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/4ecbfa64370c2cc2cb126846e8fe1ac2f6d9d996))
* BigQuery_To_JDBC ([#1000](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1000)) ([f602c05](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/f602c051a640351fe1168a41325884b59331a652))
* GCS to BigTable catalog from GCS bucket ([#1026](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1026)) ([f106b7c](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/f106b7c5db619deaf306a54ba3a677ade6f2e9ce))


### Bug Fixes

* adding blogpost link for BigQuery to JDBC ([#1021](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1021)) ([3c5dc82](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/3c5dc82849b0fbfa6eda9fdda2ccca1b1cb1f3a0))
* adding csv support for gcs to spanner template ([#1014](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1014)) ([3775cf3](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/3775cf3300a8b618d025408028418611e34c45ea))
* jenkins integration tests optimisation ([#1016](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1016)) ([6c6e005](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/6c6e005b075d1511301b6ff9b57e5f19ff53ce25))
* Jenkins optimisation update ([#1024](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1024)) ([7bea95b](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/7bea95bea6a8db985361be6297cd20e406056f93))
* Provide required protobuf-java dependency for spanner ([#1023](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1023)) ([8839d15](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/8839d15e0dd8f407e1c7693068c30bec5fa7c5d8))

## [1.0.2-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.1-beta...v1.0.2-beta) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion python/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2-beta"
__version__ = "2.0.0-beta"
Loading