Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Apr 12, 2023

🤖 I have created a release beep boop

3.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • With this CLI version the tables: source spec configuration is now required. We're making it required as the previous default of ["*"] (all tables) is not suitable for production usage as it can be slow to sync all tables on popular plugins like AWS, GCP and Azure.

Features

Bug Fixes

  • deps: Update module github.com/cloudquery/plugin-sdk to v1.45.0 (#9863) (2799d62)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.2.0 (#10135) (cf33b89)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.2.2 (#10143) (8f887e0)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.0 (#10163) (9a7f214)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.1 (#10175) (5b53423)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.3 (#10187) (b185248)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.4 (#10196) (c6d2f59)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.5 (#10200) (5a33693)
  • deps: Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.6 (#10208) (91c80a7)

This PR was generated with Release Please. See documentation.

@cq-bot cq-bot added the cli label Apr 12, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--cli branch 2 times, most recently from 122d0bc to 13f134e Compare April 14, 2023 00:21
@cq-bot cq-bot changed the title chore(main): Release cli v2.5.4 chore(main): Release cli v2.6.0 Apr 14, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--cli branch 8 times, most recently from 3d319cb to d127cbc Compare April 18, 2023 15:11
Copy link
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to make this a major bump and update some docs due to cloudquery/plugin-sdk#790

@erezrokah
Copy link
Member

Blocked by cloudquery/plugin-sdk#796

@cq-bot cq-bot force-pushed the release-please--branches--main--components--cli branch from d127cbc to e03ab96 Compare April 19, 2023 07:32
@cq-bot cq-bot force-pushed the release-please--branches--main--components--cli branch 4 times, most recently from 375d95c to b4705f7 Compare April 20, 2023 08:18
@erezrokah
Copy link
Member

#10222 should take care of the SDK update and do a major bump

@cq-bot cq-bot changed the title chore(main): Release cli v2.6.0 chore(main): Release cli v3.0.0 Apr 20, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--cli branch from b4705f7 to c1a33b2 Compare April 20, 2023 11:01
@erezrokah
Copy link
Member

Now this PR is blocked by #10189

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Apr 20, 2023
@kodiakhq kodiakhq bot merged commit 75b3304 into main Apr 20, 2023
@kodiakhq kodiakhq bot deleted the release-please--branches--main--components--cli branch April 20, 2023 12:58
@cq-bot
Copy link
Contributor Author

cq-bot commented Apr 20, 2023

kodiakhq bot pushed a commit that referenced this pull request Apr 20, 2023
…#10189)



#### Summary

Part of #9946.
Should be merged after #9864 is released as a major version bump

> To find the places to update I searched for `kind: source` (with/without single/double quotes) in our docs and chose the most suitable default for the use case. I might be missing some context so probably got some wrong

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

feat: Migrate cli to github.com/cloudquery/plugin-sdk/v2

3 participants