Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update SDK to v0.14.1 #1128

Merged
merged 4 commits into from
Jul 20, 2022
Merged

chore: Update SDK to v0.14.1 #1128

merged 4 commits into from
Jul 20, 2022

Conversation

disq
Copy link
Member

@disq disq commented Jul 19, 2022

To go with cloudquery/cq-provider-sdk#424
This isn't a breaking change because it's already not supported any more, we're just updating the SDK to remove it almost completely.

Tests won't pass until provider PRs are merged/released because now that the config format flag is gone from the SDK, we can't request yaml config format from the current providers. using 0.14.1 to overcome this issue

@disq disq requested a review from a team as a code owner July 19, 2022 13:15
@disq disq requested review from irmatov and roneli and removed request for a team July 19, 2022 13:15
@disq disq force-pushed the chore/update-sdk branch from 391cff8 to 45f3755 Compare July 19, 2022 13:19
})
if pCfg != nil && pCfg.Format != cqproto.ConfigYAML {
if pCfg != nil && pCfg.Format != 1 /* YAML */ {
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure when we should remove this check

@disq disq changed the title chore: Update SDK to v0.14.0 chore: Update SDK to v0.14.1 Jul 20, 2022
@disq disq merged commit cdf0c8b into cloudquery:main Jul 20, 2022
@disq disq deleted the chore/update-sdk branch July 20, 2022 09:35
erezrokah pushed a commit that referenced this pull request Aug 14, 2022
erezrokah pushed a commit that referenced this pull request Aug 14, 2022
🤖 I have created a release *beep* *boop*
---


## [0.12.23](cloudquery/cq-provider-aws@v0.12.22...v0.12.23) (2022-07-03)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.13.1 ([#1127](cloudquery/cq-provider-aws#1127)) ([527a614](cloudquery/cq-provider-aws@527a614))
* Diagnostic blocking Use of Orgs  ([#1134](cloudquery/cq-provider-aws#1134)) ([ca6f745](cloudquery/cq-provider-aws@ca6f745))
* **docs:** Update instructions for adding new resources and add install-tools command ([#1128](cloudquery/cq-provider-aws#1128)) ([29ac7d3](cloudquery/cq-provider-aws@29ac7d3))
* Typo in example config ([#1132](cloudquery/cq-provider-aws#1132)) ([2cdebb7](cloudquery/cq-provider-aws@2cdebb7)), closes [#1131](cloudquery/cq-provider-aws#1131)

---
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants