Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented May 26, 2023

This PR contains the following updates:

Package Type Update Change
github.com/cloudquery/plugin-sdk require minor v1.24.0 -> v1.45.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

cloudquery/plugin-sdk

v1.45.0

Compare Source

Features
Bug Fixes

v1.44.2

Compare Source

Bug Fixes

v1.44.1

Compare Source

Bug Fixes
  • transform: Use path instead of field name for PK options (#​739) (d7649d8)

v1.44.0

Compare Source

Features
  • Support for User Specifying Primary Key Scheme (default or cq-ids) (#​732) (a41af50)

v1.43.0

Compare Source

Features

v1.42.0

Compare Source

Features

v1.41.0

Compare Source

Features
Bug Fixes

v1.40.0

Compare Source

Features

v1.39.1

Compare Source

Bug Fixes
  • destination: Set CqID to unique at the destination level (#​704) (1a97cb8)

v1.39.0

Compare Source

Features
  • schema: Add Unique column option, set it for CqID (#​702) (d5c7636)

v1.38.2

Compare Source

Bug Fixes
  • test-migrate: Add CqId to migrate tests tables (#​695) (e996a11)
  • test-migrate: Ignore order when comparing resources read (#​696) (aea1b82)

v1.38.1

Compare Source

Bug Fixes
  • deps: Update module golang.org/x/net to v0.7.0 [SECURITY] (#​692) (47566c9)

v1.38.0

Compare Source

Features
Bug Fixes

v1.37.1

Compare Source

Bug Fixes

v1.37.0

Compare Source

Features
Bug Fixes

v1.36.3

Compare Source

Bug Fixes

v1.36.2

Compare Source

Bug Fixes
  • Potential database lock/race in destination testing (#​678) (50e683e)

v1.36.1

Compare Source

Bug Fixes

v1.36.0

Compare Source

Features
  • Add table diff methods (#​668) (f6baa82)
  • Use Setpgid=true on Unix systems so that signals are not sent to the child process (#​664) (2883487)
Bug Fixes

v1.35.0

Compare Source

Features
Bug Fixes
  • deps: Update module golang.org/x/term to v0.5.0 (#​648) (3a02bed)
  • Handle null bytes in text fields (8597f08)

v1.34.0

Compare Source

Features
Bug Fixes
  • logging: Log more explicit message when OOM and other status codes occur (#​659) (45c637b)
  • logging: Send more info logs when plugins are being terminated (#​657) (6f44e1c)
  • Remove unused OnlyIncrementalTables spec property (#​661) (f88ba7d)
  • Trap terminate signal, log which signal we received (#​658) (bb39830)

v1.33.1

Compare Source

Bug Fixes

v1.33.0

Compare Source

Features
  • Support downloading plugins from other cloudquery repos (#​632) (9e1501e)
Bug Fixes

v1.32.0

Compare Source

Features
Bug Fixes

v1.31.0

Compare Source

Features

v1.30.0

Compare Source

Features
  • destination: Filter the duplicate primary keys prior to writing batch (#​629) (505709e), closes #​627
Bug Fixes

v1.29.0

Compare Source

Features

v1.28.0

Compare Source

Features
Bug Fixes

v1.27.0

Compare Source

Features

v1.26.0

Compare Source

Features
Bug Fixes
  • destination: Pass proper spec to client constructor (#​606) (8370882)

v1.25.1

Compare Source

Bug Fixes

v1.25.0

Compare Source

Features
Bug Fixes

v1.24.2

Compare Source

Bug Fixes

v1.24.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added automerge Automatically merge once required checks pass aws labels May 26, 2023
@kodiakhq kodiakhq bot merged commit 035e461 into main May 26, 2023
@kodiakhq kodiakhq bot deleted the renovate/github.com-cloudquery-plugin-sdk-1.x branch May 26, 2023 16:59
kodiakhq bot pushed a commit that referenced this pull request May 29, 2023
🤖 I have created a release *beep* *boop*
---


## [18.0.0](plugins-source-aws-v17.4.0...plugins-source-aws-v18.0.0) (2023-05-29)


### ⚠ BREAKING CHANGES

* **aws:** Change names of columns which had `_ar_ns` instead of `_arns` ([#10802](#10802))
* 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:
    - Azure Blob Storage >= v3.2.0
    - BigQuery >= v3.0.0
    - ClickHouse >= v3.1.1
    - DuckDB >= v1.1.6
    - Elasticsearch >= v2.0.0
    - File >= v3.2.0
    - Firehose >= v2.0.2
    - GCS >= v3.2.0
    - Gremlin >= v2.1.10
    - Kafka >= v3.0.1
    - Meilisearch >= v2.0.1
    - Microsoft SQL Server >= v4.2.0
    - MongoDB >= v2.0.1
    - MySQL >= v2.0.2
    - Neo4j >= v3.0.0
    - PostgreSQL >= v4.2.0
    - S3 >= v4.4.0
    - Snowflake >= v2.1.1
    - SQLite >= v2.2.0

### This Release has the Following Changes to Tables
- Table `aws_apigateway_rest_api_authorizers`: column `provider_ar_ns` removed from table (:warning: breaking)
- Table `aws_apigateway_rest_api_authorizers`: column added with name `provider_arns` and type `list<item: utf8, nullable>`
- Table `aws_autoscaling_groups`: column `target_group_ar_ns` removed from table (:warning: breaking)
- Table `aws_autoscaling_groups`: column added with name `target_group_arns` and type `list<item: utf8, nullable>`
- Table `aws_cloudformation_stacks`: column `notification_ar_ns` removed from table (:warning: breaking)
- Table `aws_cloudformation_stacks`: column added with name `notification_arns` and type `list<item: utf8, nullable>`
- Table `aws_cognito_identity_pools`: column `open_id_connect_provider_ar_ns` removed from table (:warning: breaking)
- Table `aws_cognito_identity_pools`: column `saml_provider_ar_ns` removed from table (:warning: breaking)
- Table `aws_cognito_identity_pools`: column added with name `open_id_connect_provider_arns` and type `list<item: utf8, nullable>`
- Table `aws_cognito_identity_pools`: column added with name `saml_provider_arns` and type `list<item: utf8, nullable>`
- Table `aws_ssoadmin_permission_sets`: column added with name `request_account_id` and type `utf8`
- Table `aws_ssoadmin_permission_sets`: column added with name `request_region` and type `utf8`

### Features

* Update to use [Apache Arrow](https://arrow.apache.org/) type system ([#10797](#10797)) ([e355d14](e355d14))


### Bug Fixes

* **aws:** Change names of columns which had `_ar_ns` instead of `_arns` ([#10802](#10802)) ([e00ac44](e00ac44))
* **aws:** Remove Hardcoded fix for AWS issue ([#10972](#10972)) ([ede53a7](ede53a7))
* **aws:** Support syncing AWS SSO Account Assignments for non management accounts ([#10881](#10881)) ([a715e4f](a715e4f))
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs to v1.20.11 ([#11066](#11066)) ([be8e23b](be8e23b))
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/codebuild to v1.20.13 ([#11067](#11067)) ([c3c831a](c3c831a))
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/cognitoidentity to v1.15.11 ([#11068](#11068)) ([6708fec](6708fec))
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider to v1.22.10 ([#11069](#11069)) ([28698dc](28698dc))
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/costexplorer to v1.25.10 ([#11070](#11070)) ([8da3107](8da3107))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.45.0 ([#11041](#11041)) ([035e461](035e461))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#11043](#11043)) ([3c6d885](3c6d885))

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants