Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 16:57
· 13 commits to main since this release

🎉 First release

This release is somewhat unstable as there are no tests🫥, however it has been running in production for a long time with no issues. Please provide your feedback here or in issues

Changes

  • Updated cloudquery/plugin-sdk to v4
  • Updated YC API definitions & new resources/tables added
  • Resource discovery strategy has changed to more explicit one. It will now initialize discovery of resources in 3 steps:
    • List API call
    • Get call on organization_ids, cloud_ids, folder_ids
    • Merge and filter resources from previous steps
  • Supported releases to CloudQuery Hub
  • License changed from MPL 2.0 to Apache 2.0
  • Major refactor of internal structure and plugin-sdk use
  • Misc docs changes

Repo sync

This repo now sync to internal Yandex monorepo and vice versa. You will need to sign the CLA in order to contribute.


Changelog

  • cdf7fe1 feat: add resources & update deps be4456ff675d0f7e19b949c2ed5557f3a5cfc687
  • 08daf14 feat: sentry integration & ydb access bindings