Skip to content

chore(main): Release plugins-destination-duckdb v5.0.0#14385

Merged
kodiakhq[bot] merged 3 commits intomainfrom
release-please--branches--main--components--plugins-destination-duckdb
Oct 16, 2023
Merged

chore(main): Release plugins-destination-duckdb v5.0.0#14385
kodiakhq[bot] merged 3 commits intomainfrom
release-please--branches--main--components--plugins-destination-duckdb

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Oct 5, 2023

🤖 I have created a release beep boop

5.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage

Bug Fixes

  • deps: Update github.com/cloudquery/arrow/go/v14 digest to d401686 (#14459) (7ce40f8)
  • deps: Update github.com/cloudquery/arrow/go/v14 digest to dbcb149 (#14537) (68686f4)
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 (#14475) (83fe7ca)
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 (#14503) (4056593)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 (#14378) (a2e0c46)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 (#14436) (d529e2d)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.4 (#14489) (9bb45dc)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.5 (#14516) (2d905bf)
  • deps: Update module golang.org/x/net to v0.17.0 [SECURITY] (#14500) (9e603d5)
  • Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage (109aa9b)

This PR was generated with Release Please. See documentation.

@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch 12 times, most recently from 8a1abba to cb0a522 Compare October 12, 2023 23:23
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch from cb0a522 to 59abdf4 Compare October 13, 2023 08:29
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch from 59abdf4 to 9e809c4 Compare October 16, 2023 07:13
@cq-bot cq-bot added the duckdb label Oct 16, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch from 9e809c4 to b1aecc4 Compare October 16, 2023 08:35
@cq-bot cq-bot changed the title chore(main): Release plugins-destination-duckdb v4.2.11 chore(main): Release plugins-destination-duckdb v5.0.0 Oct 16, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch from b1aecc4 to 34a79a6 Compare October 16, 2023 10:33
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-destination-duckdb branch from 34a79a6 to 0d4e5be Compare October 16, 2023 10:36
@hermanschaaf hermanschaaf added the automerge Automatically merge once required checks pass label Oct 16, 2023
@kodiakhq kodiakhq bot merged commit 1f1ec2b into main Oct 16, 2023
@kodiakhq kodiakhq bot deleted the release-please--branches--main--components--plugins-destination-duckdb branch October 16, 2023 11:05
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Oct 16, 2023

hydratim pushed a commit to hydratim/cloudquery that referenced this pull request Oct 20, 2023
)

🤖 I have created a release *beep* *boop*
---


## [5.0.0](cloudquery/cloudquery@plugins-destination-duckdb-v4.2.10...plugins-destination-duckdb-v5.0.0) (2023-10-16)


### ⚠ BREAKING CHANGES

* Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage

### Bug Fixes

* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to d401686 ([cloudquery#14459](cloudquery#14459)) ([7ce40f8](cloudquery@7ce40f8))
* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to dbcb149 ([cloudquery#14537](cloudquery#14537)) ([68686f4](cloudquery@68686f4))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([cloudquery#14475](cloudquery#14475)) ([83fe7ca](cloudquery@83fe7ca))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 ([cloudquery#14503](cloudquery#14503)) ([4056593](cloudquery@4056593))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 ([cloudquery#14378](cloudquery#14378)) ([a2e0c46](cloudquery@a2e0c46))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 ([cloudquery#14436](cloudquery#14436)) ([d529e2d](cloudquery@d529e2d))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.4 ([cloudquery#14489](cloudquery#14489)) ([9bb45dc](cloudquery@9bb45dc))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.5 ([cloudquery#14516](cloudquery#14516)) ([2d905bf](cloudquery@2d905bf))
* **deps:** Update module golang.org/x/net to v0.17.0 [SECURITY] ([cloudquery#14500](cloudquery#14500)) ([9e603d5](cloudquery@9e603d5))
* Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage ([109aa9b](cloudquery@109aa9b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass autorelease: tagged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants