chore(main): Release plugins-source-azure v10.0.0#14629
Merged
kodiakhq[bot] merged 2 commits intomainfrom Oct 20, 2023
Merged
Conversation
c4777e0 to
7e4da4a
Compare
7e4da4a to
356bfec
Compare
…plugins-source-azure
Contributor
Author
hydratim
pushed a commit
to hydratim/cloudquery
that referenced
this pull request
Oct 20, 2023
🤖 I have created a release *beep* *boop* --- ## [10.0.0](cloudquery/cloudquery@plugins-source-azure-v9.4.0...plugins-source-azure-v10.0.0) (2023-10-20) ### ⚠ BREAKING CHANGES * Use `ListAll` API to list sub assessments and make `azure_security_sub_assessments` a top level table. If you were syncing it implicitly via `azure_security_assessments`, please add `azure_security_sub_assessments` to you existing config to sync its data, e.g. before: `tables: ["azure_security_assessments"]`, after: `tables: ["azure_security_assessments", "azure_security_sub_assessments"]` ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([cloudquery#14627](cloudquery#14627)) ([c1d244c](cloudquery@c1d244c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([cloudquery#14635](cloudquery#14635)) ([00b380c](cloudquery@00b380c)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([cloudquery#14639](cloudquery#14639)) ([f139c0e](cloudquery@f139c0e)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.9 ([cloudquery#14660](cloudquery#14660)) ([68ab0bb](cloudquery@68ab0bb)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([cloudquery#14622](cloudquery#14622)) ([b497a6b](cloudquery@b497a6b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.2 ([cloudquery#14662](cloudquery#14662)) ([e274fe4](cloudquery@e274fe4)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.3 ([cloudquery#14679](cloudquery#14679)) ([0513c19](cloudquery@0513c19)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.1 ([cloudquery#14721](cloudquery#14721)) ([1c7ee1d](cloudquery@1c7ee1d)) * Properly handle `cloud_name` in JSON schema ([cloudquery#14663](cloudquery#14663)) ([6cf28e4](cloudquery@6cf28e4)) * Set plugin metadata ([cloudquery#14715](cloudquery#14715)) ([39935e2](cloudquery@39935e2)) * Update plugin-SDK to v4.16.0 ([cloudquery#14702](cloudquery#14702)) ([0dcb545](cloudquery@0dcb545)) * Use `ListAll` API to list security sub assessments ([23eab8d](cloudquery@23eab8d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
10.0.0 (2023-10-20)
⚠ BREAKING CHANGES
ListAllAPI to list sub assessments and makeazure_security_sub_assessmentsa top level table. If you were syncing it implicitly viaazure_security_assessments, please addazure_security_sub_assessmentsto you existing config to sync its data, e.g. before:tables: ["azure_security_assessments"], after:tables: ["azure_security_assessments", "azure_security_sub_assessments"]Bug Fixes
cloud_namein JSON schema (#14663) (6cf28e4)ListAllAPI to list security sub assessments (23eab8d)This PR was generated with Release Please. See documentation.