fix(deps): Migrate GCP to new proto imports#5803
Merged
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom Dec 19, 2022
Merged
fix(deps): Migrate GCP to new proto imports#5803kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
Conversation
candiduslynx
approved these changes
Dec 19, 2022
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 20, 2022
🤖 I have created a release *beep* *boop* --- ## [5.1.2](plugins-source-gcp-v5.1.1...plugins-source-gcp-v5.1.2) (2022-12-20) ### Bug Fixes * **deps:** Migrate GCP to new proto imports ([#5803](#5803)) ([78e8ab6](78e8ab6)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.5 ([#5661](#5661)) ([b354b8a](b354b8a)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.6 ([#5790](#5790)) ([8e2663c](8e2663c)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.7 ([#5797](#5797)) ([15da529](15da529)) * **gcp-resources:** Add `projects/` prefix when listing IAM roles ([#5655](#5655)) ([23711be](23711be)) * **gcp:** Remove error wrapping ([#5654](#5654)) ([c2b4295](c2b4295)) * **gcp:** Remove error wrapping ([#5669](#5669)) ([721e588](721e588)) --- 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.
Summary
This PR is a result of running the migration in https://github.com/googleapis/google-cloud-go/blob/main/migration.md#how-do-i-migrate-to-the-new-packages.
This is required if we want to use the new Google Cloud APIs, see https://github.com/cloudquery/cloudquery/actions/runs/3731811870/jobs/6330465494#step:4:29