Skip to content

Commit

Permalink
chore(main): release 1.0.0-beta (#953)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 24, 2024
1 parent 3f13e3c commit 760dc5c
Show file tree
Hide file tree
Showing 3 changed files with 29 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 @@
{
".": "0.5.0-beta"
".": "1.0.0-beta"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v0.6.0-beta...v1.0.0-beta) (2024-10-24)


### ⚠ BREAKING CHANGES

* Use spark bigtable connector instead of hbase connector ([#1004](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1004))
* Use spark bigtable connector instead of hbase ([#989](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/989))
* GCS to BigTable multiple column family ingestion ([#958](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/958))

### Features

* 965 upgrade dataproc serverless version to 1.2 python ([#995](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/995)) ([817ec52](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/817ec528d377f72ff77859621154806064cfb7d5))
* GCS to BigTable multiple column family ingestion ([#958](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/958)) ([d92c02e](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/d92c02efe8e56943060246af16b757fb592a075d))
* Initial commit for Spark runtime update to 1.2 ([#963](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/963)) ([c53dc88](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/c53dc8867cf6660768884466120e9db71b2006d3))
* Mongo To BigQuery java template ([#954](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/954)) ([671aa21](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/671aa21e3ef1e9199f386bcbec77d492258b9798))
* Spanner JDBC driver can use postgresql dialect ([#957](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/957)) ([4b022fb](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/4b022fb720ea644e96af59a6c5f02e5abf83c8ee))
* Use spark bigtable connector instead of hbase ([#989](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/989)) ([98f0caa](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/98f0caafb3c31e4d48c5a9f434d32a173e9c889e))
* Use spark bigtable connector instead of hbase connector ([#1004](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1004)) ([3f13e3c](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/3f13e3c75db668a39ebf617adf2848cf9817b993))


### Bug Fixes

* avro path fix for cluster mode ([#980](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/980)) ([2910586](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/29105868cc715bcb1163672586169adad1b0df47))
* Deprecate TextToBigQuery and PubsubliteToBigTable ([#985](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/985)) ([06f9525](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/06f95255caf325e18419d1b3ba6ab9a811ec4807))
* Query syntax ([#952](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/952)) ([87453fb](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/87453fb94ef2dddd0693dfeab9995ff2ee6100b9))
* rebalanced integrations tests ([#972](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/972)) ([19e81ae](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/19e81ae2708b969d10fee6da97f5446ee8ac5a01))

## [0.5.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v0.4.0-beta...v0.5.0-beta) (2024-03-04)


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

0 comments on commit 760dc5c

Please sign in to comment.