Skip to content

Commit

Permalink
chore(main): release 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 4, 2025
1 parent 4388e0c commit 48d59ed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2025-03-04)


### ⚠ 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))
* added BigQuery to Memorystore python template ([#1033](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1033)) ([4388e0c](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/4388e0cdabcd2c5c0d63181bf4f592e49e97b297))
* 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"

0 comments on commit 48d59ed

Please sign in to comment.