From 80b6cf78afaf9ed3c2194d46a97249ac97d66b51 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:28:04 +0000 Subject: [PATCH] chore(main): release 2.0.0-beta --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ python/version.py | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7adef0c0..a8ea2e54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2-beta" + ".": "2.0.0-beta" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80af4a88..0351c286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2024-11-13) + + +### ⚠ 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)) +* 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) diff --git a/python/version.py b/python/version.py index feee2d99..9931ab3e 100644 --- a/python/version.py +++ b/python/version.py @@ -1 +1 @@ -__version__ = "1.0.2-beta" +__version__ = "2.0.0-beta"