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 Nov 11, 2024
1 parent 3c5dc82 commit 88736d7
Show file tree
Hide file tree
Showing 3 changed files with 21 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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Allow the Elasticsearch Authorization using API Key ([#1019](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1019))

### Features

* 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))


### 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))

## [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 88736d7

Please sign in to comment.