From 4fdc0b975ec7f63753faa49fabdc86ab6f45ced2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 29 May 2023 11:26:40 +0300 Subject: [PATCH 1/2] chore(main): Release plugins-source-oracle v2.0.0 --- .release-please-manifest.json | 2 +- plugins/source/oracle/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14b2b5791d8abf..44ae79606303c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -73,7 +73,7 @@ "plugins/source/hackernews+FILLER": "0.0.0", "scaffold": "2.0.1", "scaffold+FILLER": "0.0.0", - "plugins/source/oracle": "1.2.1", + "plugins/source/oracle": "2.0.0", "plugins/source/oracle+FILLER": "0.0.0", "plugins/source/alicloud": "2.1.1", "plugins/source/alicloud+FILLER": "0.0.0", diff --git a/plugins/source/oracle/CHANGELOG.md b/plugins/source/oracle/CHANGELOG.md index 8fb63f90a158fc..f53d430c42f134 100644 --- a/plugins/source/oracle/CHANGELOG.md +++ b/plugins/source/oracle/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-oracle-v1.2.1...plugins-source-oracle-v2.0.0) (2023-05-29) + + +### ⚠ BREAKING CHANGES + +* This release introduces an internal change to our type system to use [Apache Arrow](https://arrow.apache.org/). This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a [bug report](https://github.com/cloudquery/cloudquery/issues/new/choose). You will also need to update destinations depending on which one you use: + +### Features + +* **deps:** Upgrade to Apache Arrow v13 (latest `cqmain`) ([#10605](https://github.com/cloudquery/cloudquery/issues/10605)) ([a55da3d](https://github.com/cloudquery/cloudquery/commit/a55da3dbefafdc68a6bda2d5f1d334d12dd97b97)) +* Update to use [Apache Arrow](https://arrow.apache.org/) type system ([#11037](https://github.com/cloudquery/cloudquery/issues/11037)) ([133d82e](https://github.com/cloudquery/cloudquery/commit/133d82e0bcf2ed3968cf0fe99b6fb5e456522869)) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#10798](https://github.com/cloudquery/cloudquery/issues/10798)) ([27ff430](https://github.com/cloudquery/cloudquery/commit/27ff430527932d59a4d488a6767547eda8853940)) + ## [1.2.1](https://github.com/cloudquery/cloudquery/compare/plugins-source-oracle-v1.2.0...plugins-source-oracle-v1.2.1) (2023-05-02) From c350ba0c5dcef5db8363204ef381b759a95ab5a4 Mon Sep 17 00:00:00 2001 From: cq-bot Date: Mon, 29 May 2023 08:27:30 +0000 Subject: [PATCH 2/2] chore: Add tables changes to changelog --- plugins/source/oracle/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/source/oracle/CHANGELOG.md b/plugins/source/oracle/CHANGELOG.md index f53d430c42f134..d3542cb0e9a1a2 100644 --- a/plugins/source/oracle/CHANGELOG.md +++ b/plugins/source/oracle/CHANGELOG.md @@ -3,6 +3,10 @@ ## [2.0.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-oracle-v1.2.1...plugins-source-oracle-v2.0.0) (2023-05-29) +### This Release has the Following Changes to Tables +- Table `oracle_database_autonomous_container_databases`: column type changed from `JSON` to `list` for `provisionable_cpus` (:warning: breaking) +- Table `oracle_database_autonomous_databases`: column type changed from `JSON` to `list` for `provisionable_cpus` (:warning: breaking) + ### ⚠ BREAKING CHANGES * This release introduces an internal change to our type system to use [Apache Arrow](https://arrow.apache.org/). This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a [bug report](https://github.com/cloudquery/cloudquery/issues/new/choose). You will also need to update destinations depending on which one you use: